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

# Gong

AccessOwl integrates with Gong to provision and deprovision user access in your Gong workspace.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl deactivates users in Gong during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Technical Administrator** access to your Gong workspace, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Gong in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account as Technical Administrator">
    AccessOwl shows you the integration account's email address. In Gong:

    * Go to **Settings** > **Company Settings** > **Users**.
    * Start a new invite.
    * Enter the integration account's email, first name, and last name.
    * Set the role to **Technical Administrator**.
    * Send the invitation.

    <Note>
      The integration account needs Technical Administrator because user management in Gong is restricted to Technical Administrators. Without this role, the integration account cannot invite new users, manage permissions, or deactivate users.
    </Note>
  </Step>
</Steps>
