> 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/coach-ia/configuration.md).

# Configuration

La configuration du Coach AI se fait depuis deux endroits dans les settings de votre Spot.

**Paramètres > Playbooks** est votre espace de gestion : vous y créez vos playbooks (un par site ou application), gérez les pages et leurs règles de ciblage, consultez vos hotspots et intents, et traitez les intents en attente. C'est ici que vous organisez l'ensemble de vos contenus Coach AI.

**Paramètres > Coach AI** est votre espace de personnalisation : vous y définissez l'identité de votre coach (nom, ton, sujets à éviter), le contexte que vous lui donnez pour mieux répondre (description de votre projet, audience, niveau de maturité), et son comportement en cas d'incertitude (fallback). Ces réglages s'appliquent globalement à tous vos playbooks, ou spécifiquement à un playbook en particulier.

Enfin, l'outil qui fait le lien entre les deux : l'extension Chrome en mode point & click, qui vous permet de créer vos hotspots et intents directement sur les pages de votre produit.

<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>Placer des intents (point &#x26; click)</strong> : créer et modifier hotspots et intents depuis l'extension.</td><td><a href="/pages/EEsgOgADJilvX7G75mdP">/pages/EEsgOgADJilvX7G75mdP</a></td></tr><tr><td><strong>Gérer vos playbooks</strong> : créer et gérer vos playbooks.</td><td><a href="/pages/DNHepAFEYLaruRQIpd0L">/pages/DNHepAFEYLaruRQIpd0L</a></td></tr><tr><td><strong>Gérer les pages d'un playbook :</strong> gérer les pages d'un playbook et leurs règles de ciblage.</td><td><a href="/pages/pVD6faFJpaZ5sI7FmS2t">/pages/pVD6faFJpaZ5sI7FmS2t</a></td></tr><tr><td><strong>Gérer les hotspots et les intents</strong> : organiser, publier et traiter vos intents depuis les settings.</td><td><a href="/pages/FxPFswmGb1DnJup4IwfS">/pages/FxPFswmGb1DnJup4IwfS</a></td></tr><tr><td><strong>Configurer le Coach IA</strong> : identité, contexte et comportement du coach.</td><td><a href="/pages/2rfFBlK8LOH1flpVREnT">/pages/2rfFBlK8LOH1flpVREnT</a></td></tr><tr><td><strong>Configurer le fallback du Coach IA</strong> : rediriger vers un humain quand le coach ne peut pas répondre.</td><td><a href="/pages/eA53Wq9sVhpzzRg2O7Fi">/pages/eA53Wq9sVhpzzRg2O7Fi</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/coach-ia/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.
