> 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/experience-utilisateur.md).

# Expérience utilisateur

Cette section décrit ce que vivent vos utilisateurs une fois le Coach AI en place sur votre produit, indépendamment de toute configuration admin.

La fenêtre du Coach AI apparaît au survol d'un hotspot, au chargement d'une page ciblée, ou à l'initiative du coach lui-même. Elle affiche une carte de présentation, puis le contenu complet au clic. Si la conversation à double sens est activée, la fenêtre reste visible en permanence sur toutes les pages du playbook, et l'utilisateur peut poser ses questions quand il le souhaite.

Pour éviter de solliciter l'utilisateur de façon répétitive sur un même contenu, le Coach AI applique des règles automatiques de déclenchement (auto-dismiss, mute temporaire selon les actions précédentes). Ce comportement est fixe et s'applique à tous les Spots.

<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>La fenêtre du Coach IA</strong> : apparence, déclenchement, déplacement et comportement.</td><td><a href="/pages/zZGBnZQg3N84RZHxYcGo">/pages/zZGBnZQg3N84RZHxYcGo</a></td></tr><tr><td><strong>Déclenchement du Coach IA</strong> : les deux états (beacon / contenu complet), l'auto-dismiss et les règles de mute.</td><td><a href="/pages/2dPtlosi7Ca844sU3u6n">/pages/2dPtlosi7Ca844sU3u6n</a></td></tr><tr><td><strong>Conversations avec le Coach IA</strong> : ce que le coach peut faire, comment il s'adapte, et quand il redirige vers un fallback.</td><td><a href="/pages/cOdOgpT2pukZqO7rsSaz">/pages/cOdOgpT2pukZqO7rsSaz</a></td></tr><tr><td><strong>Messages proactifs</strong> : quand le coach intervient de sa propre initiative, et ce qu'il propose.</td><td><a href="/pages/KRKfdMNFqbgPCUMVHupi">/pages/KRKfdMNFqbgPCUMVHupi</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/experience-utilisateur.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.
