# CustomerX

## Using Erathos platform

When selecting CustomerX as a new connector on the Erathos platform, you will need to name your connection and fill in the following form:

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

## How to find my API Token?

Each user has a unique `api_token`, which can be found in the system registration at:

* **Top right menu** → **User**
* **View Profile**
* **API Token field**

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

For further information check out [CustomerX documentation](https://doc.api.customerx.com.br/#intro).

## What endpoints can I access with Erathos platform?

| Endpoints |
| --------- |
| clients   |
| csat      |
| tasks     |


---

# 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.erathos.com/connectors/apis/customerx.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.
