> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/coach-ai/configuration.md).

# Configuration

The AI Coach configuration is done from two places in your Spot's settings.

**Settings > Playbooks** is your management space: here you create your playbooks (one per site or application), manage pages and their targeting rules, view your hotspots and intents, and process pending intents. This is where you organize all of your AI Coach content.

**Settings > AI Coach** is your customization space: here you define your coach's identity (name, tone, topics to avoid), the context you give it to answer better (description of your project, audience, maturity level), and its behavior in case of uncertainty (fallback). These settings apply globally to all your playbooks, or specifically to a particular playbook.

Finally, the tool that connects the two: the Chrome extension in point & click mode, which lets you create your hotspots and intents directly on your product's pages.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Placing intents (point &#x26; click)</strong>: creating and editing hotspots and intents from the extension. </td><td><a href="/pages/6BbUm5bLLCLdhva7lEY6">/pages/6BbUm5bLLCLdhva7lEY6</a></td></tr><tr><td><strong>Managing your playbooks</strong>: creating and managing your playbooks. </td><td><a href="/pages/5WGgilpWWmLCFo2ZiFzD">/pages/5WGgilpWWmLCFo2ZiFzD</a></td></tr><tr><td><strong>Managing a playbook's pages</strong>: managing a playbook's pages and their targeting rules.</td><td><a href="/pages/BF3nSX4c5avgZjmLLJuX">/pages/BF3nSX4c5avgZjmLLJuX</a></td></tr><tr><td><strong>Managing hotspots and intents</strong>: organize, publish, and process your intents from the settings.</td><td><a href="/pages/N3Efp1H7PsOzf4lQpZmx">/pages/N3Efp1H7PsOzf4lQpZmx</a></td></tr><tr><td><strong>Configuring the AI Coach</strong>: the coach's identity, context, and behavior.</td><td><a href="/pages/CVhqCUgbzXiYKEUgbyo6">/pages/CVhqCUgbzXiYKEUgbyo6</a></td></tr><tr><td><strong>Configuring the AI Coach's fallback</strong>: redirecting to a human when the coach can't answer.</td><td><a href="/pages/vcvdfCsGdA7lGmJYFeTo">/pages/vcvdfCsGdA7lGmJYFeTo</a></td></tr></tbody></table>


---

# 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://help.meltingspot.io/english/coach-ai/configuration.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.
