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

# Gong

> Access call transcripts from Gong

## How it works

The Gong connector pulls in the transcripts of calls recorded via Gong. The Gong connector indexes the call title,
call description, and contents of the actual transcript.

New transcripts are pulled every **10** minutes.

## Setting up

### Authorization

<Steps>
  <Step title="Obtain API credentials">
    Get an **Access Key** and **Access Key Secret** to pull in Gong transcripts
  </Step>

  <Step title="Open Company Settings">
    As an admin, go to `Company Settings` on the right of the top options bar

    <img className="rounded-image" src="https://mintcdn.com/danswer/24Ocig51qMqahMaT/assets/admins/connectors/gong/GongMenu.png?fit=max&auto=format&n=24Ocig51qMqahMaT&q=85&s=d69ba27b95bdfcf3377b250999eebd74" alt="Gong menu" width="730" height="800" data-path="assets/admins/connectors/gong/GongMenu.png" />
  </Step>

  <Step title="Open Ecosystem → API">
    Next, find the **Ecosystem** block and select `API`

    <img className="rounded-image" src="https://mintcdn.com/danswer/24Ocig51qMqahMaT/assets/admins/connectors/gong/GongEcosystem.png?fit=max&auto=format&n=24Ocig51qMqahMaT&q=85&s=ccd6964b0ef9e7cfce2031989509472d" alt="Gong ecosystem" width="726" height="574" data-path="assets/admins/connectors/gong/GongEcosystem.png" />
  </Step>

  <Step title="Generate API keys">
    Once there, select `API KEYS` (it's right next to `INTEGRATIONS`).
    Click `GET API KEY` and note down the ACCESS KEY and ACCESS KEY SECRET
  </Step>
</Steps>

### Indexing

<Steps>
  <Step title="Open Gong connector">
    In the Onyx UI, navigate to the Admin Panel and select the **Gong** Connector
  </Step>

  <Step title="Provide credentials">
    Provide the Access Key and Access Key Secret from the previous step
  </Step>

  <Step title="Choose workspaces">
    Add a list of workspaces to index or leave empty to index all workspaces
  </Step>

  <Step title="Start indexing">
    Click `Connect` to begin indexing Gong call transcripts
  </Step>
</Steps>
