> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperspell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fellow

> Search through Fellow meeting notes and transcripts

export const IndexedSearch = () => <Tooltip tip="Indexed search uses advanced semantic, hybrid, and graph search methods to find the most relevant results. It's very fast and accurate, but requires upfront indexing of data.">
        <span className="text-sky-600">
            <Icon icon="database" size={14} color="#0084d1" iconType="solid" /> Indexed  Search
        </span>
    </Tooltip>;

# Overview

The Fellow integration allows you to search through your Fellow meeting notes and transcripts. It supports <IndexedSearch />.

## Authentication

The Fellow integration can be set up as a **personal connection** or as a **shared connection**.

### Personal connection (API key)

Each user connects their own Fellow account by entering their Fellow workspace subdomain and API key in Unified.to's hosted auth UI, available in Hyperspell as a personal connection without any additional setup.

### Shared connection

An app admin can instead register a single **shared connection** using a service-account credential. Its data is synced once and made available to everyone in your app — no per-user connection required. A shared Fellow connection needs the following fields:

<ParamField body="domain" type="string" required>
  Your Fellow workspace subdomain — the `{subdomain}` in `https://{subdomain}.fellow.app`.
</ParamField>

<ParamField body="api_key" type="string" required>
  A Fellow API key with read access to the meetings you want to index.
</ParamField>

## Search Options

The Fellow integration does not support any custom search options.
