> For the complete documentation index, see [llms.txt](https://docs.dinmo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dinmo.io/customer-hub.md).

# Customer Hub

- [Overview](https://docs.dinmo.io/customer-hub/overview.md): Marketer-first interface to discover, segment, and activate warehouse audiences—no SQL, just instant insight to action.
- [Getting Started](https://docs.dinmo.io/customer-hub/getting-started.md): All necessary technical operations are concentrated in the initial configuration phase, which takes less than one hour. Following this phase, non-technical users can use DinMo autonomously.
- [Schema configuration](https://docs.dinmo.io/customer-hub/getting-started/schema-configuration.md): Once the Customer Hub is live, configuring the Schema teaches DinMo the business context to the tables stored in the data warehouse.
- [Metrics configuration](https://docs.dinmo.io/customer-hub/getting-started/metrics-configuration.md)
- [Audience Creation](https://docs.dinmo.io/customer-hub/getting-started/audience-creation.md)
- [Audience Performance](https://docs.dinmo.io/customer-hub/getting-started/audience-performance.md)
- [GDPR Customer Rights](https://docs.dinmo.io/customer-hub/gdpr-customer-rights.md)
- [Personalization API](https://docs.dinmo.io/customer-hub/profiles-api.md): Retrieve up-to-date personalization data from DinMo using a business identifier.
- [Set up the Personalization API](https://docs.dinmo.io/customer-hub/profiles-api/set-up.md): Create a Personalization API activation and retrieve its endpoint.
- [Personalization API reference](https://docs.dinmo.io/customer-hub/profiles-api/api-reference.md): Endpoint, authentication, and responses for the DinMo Personalization API.


---

# 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.dinmo.io/customer-hub.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.
