> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/engineering/docs/rox-enterprise-integrations/call-recorder-integration.md).

# Call recorder Integration

Rox supports multiple third party call recording tools such as Gong, Avoma, and Attention. This document outlines how to connect these tools to Rox so that your transcripts are available in the Rox platform and provide our agent swarm with the most accurate context to empower your sellers.

If you wish to connect a call recording tool other than those mentioned above, please reach out to the Rox team.

### Steps to connect

1. Navigate to the Settings page

<figure><img src="/files/nYRvQULz8dNfxD2fE9a1" alt=""><figcaption></figcaption></figure>

2. Go to Integrations

<figure><img src="/files/NbvBVujnhLA8qeY9WIdr" alt=""><figcaption></figcaption></figure>

3. Click on **Connect**
4. Navigate to the respective platforms' documentation for instructions on how to generate a token
   1. [Gong](https://help.gong.io/docs/receive-access-to-the-api)
   2. [Avoma](https://help.avoma.com/api-integration-for-avoma)
   3. [Attention](https://docs.attention.com/welcome)
5. Fill up the fields

<figure><img src="/files/TfsV8U3X4OVk5PqJZTMQ" alt="" width="302"><figcaption></figcaption></figure>

6. Connect! :rocket:

And that's it! You're all setup to provide your sellers with the additional context they need to win revenue!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.rox.com/development/engineering/docs/rox-enterprise-integrations/call-recorder-integration.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.
