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

# Gong

> Provider ID: `Gong`

## Getting Started

Gong uses OAuth2 for authentication.

### Gong OAuth App Setup

<Steps>
  <Step title="Request a Gong Developer Instance">
    Request a [Gong Developer instance](https://help.gong.io/v1/docs/create-an-app-for-gong#request-a-developer-instance).

    <Warning>
      This process may take up to 5 business days
    </Warning>
  </Step>

  <Step title="Create a Gong OAuth App">
    <Info>
      OAuth apps can only be installed in the account where they were created unless you [list your app in the Gong Collective](https://help.gong.io/docs/list-your-app-in-the-gong-collective). Plan for 2 - 4 weeks to complete the app submission and review process.
    </Info>

    Follow the instructions on the [Create an OAuth app for Gong](https://help.gong.io/v1/docs/create-an-app-for-gong) page to create an app. Provide the Strata OAuth callback endpoint as your redirect URL:

    ```text theme={null}
    https://connect.connectstrata.com/oauth/callback
    ```

    If you plan to sync Call and Transcript data, request the following scopes:

    * api:calls:read:extensive
    * api:calls:read:media-url
    * api:calls:read:basic
    * api:calls:read:transcript
  </Step>

  <Step title="Configure the Gong Integration in Strata">
    Select Gong in the [Strata Integration Catalog](https://app.connectstrata.com/integrations/catalog). Enter your Gong app's client ID, client secret, and required scopes.

    <Note>
      The scopes in the Strata dashboard should match the scopes you requested in your Gong app.
    </Note>

    Click the "Connect" button to authorize your Gong app.
  </Step>
</Steps>
