> For the complete documentation index, see [llms.txt](https://docs-conversational-ai.syntphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-conversational-ai.syntphony.com/analytics-and-insights/external-analytics-platforms.md).

# External Analytics Platforms

Syntphony CAI supports external tools to monitor the virtual agent's performance, like Dashbot.io.

![Enable the option "Do you want to integrate a bot analytics platform"](/files/IUYaq75yBn5FD7jiUfk6)

{% hint style="warning" %}
The integration with Google Chatbase is not available because Google has cancelled the service.
{% endhint %}

### Steps to integrate Dashbot for a Syntphony CAI virtual agent

First, create an account on Dashbot.io to create an application.

#### Then, you can follow these steps (see the video below):

1. Fill in the virtual agent’s name, category, and product status information. Make sure to select the **“Universal”** option on the field platform.
2. Copy the API key generated.
3. Then, on the Syntphony CAI platform, go to the virtual agent you want to connect to.
4. Select the option “edit”.
5. Enable the option to integrate with the virtual agent analytics platform.
6. Once you have enabled it, you'll write "**dashbot:**" on the field and then paste the API key right after it (for ex: dashbot:apikey).
7. Go back to Dashbot and click “Verify”.
8. Now, you can start monitoring your virtual agent through Dashbot.

![](/files/qD4JhJKVLhRUQvDp87dj)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-conversational-ai.syntphony.com/analytics-and-insights/external-analytics-platforms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
