> ## 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.

# Gong

> Search through Gong call recordings 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 Gong integration allows you to search through your Gong call recordings and transcripts. It supports <IndexedSearch />.

## Authentication

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

### Personal connection (API key)

Each user connects their own Gong account by entering their Gong credentials 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 service-account credentials. Its data is synced once and made available to everyone in your app — no per-user connection required. A shared Gong connection needs the following fields:

<ParamField body="access_key" type="string" required>
  Your Gong API access key.
</ParamField>

<ParamField body="access_key_secret" type="string" required>
  The access key secret that pairs with the access key above.
</ParamField>

<ParamField body="domain" type="string" required>
  Your Gong domain, used to build the API base URL (e.g. `https://{domain}.api.gong.io`).
</ParamField>

## Search Options

The Gong integration does not support any custom search options.
