> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/external-ids.md).

# External IDs

Satisfi Labs offers clients the ability to pass their own customer IDs into the system for data tracking purposes. When passed in, the ID will be used to identify the customer. This typically occurs on web or app pages.

### How are customer IDs passed?

IDs are passed in by adding a parameter to the chat page URL as follows:\
<https://chat.satis.fi/?pageID=7545&extid=123456789>

In the above example, the external customer id is 123456789. This occurs when the app or web provider adds the parameter when the URL is called.

### How is Data Reported?

Data is available through most of the Satisfi Labs data resources, such as the [NLP Traffic Log](https://docs.satisfilabs.com/resource-center/satisfi-labs-resource-center/analytics-and-reporting/nlp-traffic-log), within the "ClientCustomerID" field. From here, clients can match the ID within their data warehouses to add to the customer profiles. For more information on our API reporting options, see [here](https://docs.satisfilabs.com/resource-center/satisfi-labs-resource-center/analytics-and-reporting/api-report-options).


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/external-ids.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.
