# Gong (Community)

{% hint style="warning" %}
**Early Access** — Reach out to your Natoma representative for access.
{% endhint %}

**Type:** Community

**Source Type:** Repository

**Description:** Gong (Community) MCP server provides AI assistants with access to Gong's revenue intelligence platform using API key/secret authentication. It enables querying calls, transcripts, deals, and stats.

**Configuration Parameters:**

* **Gong Access Key** \* (sensitive) - Generated in Gong under **Company Settings → API → API Keys**.
* **Gong Access Secret** \* (sensitive) - Paired with the Access Key. Gong only shows the secret once.

**Setup Steps:**

1. Log in to Gong as an admin.
2. Navigate to **Company Settings → API → API Keys** and click **Create**.
3. Copy the **Access Key** and **Access Secret**.
4. When creating the connection in Natoma, paste both values and save.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/gong-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
