> 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/user-experience/proactive-messages.md).

# Proactive messages

The AI Coach can step in on its own initiative to suggest a relevant resource, independently of hotspots and questions. Enable this behavior via the **Proactive messages** switch, from **Settings > AI Coach > Persona** (👉 more information [here](/english/coach-ai/configuration/configuring-your-ai-coach.md)).

{% hint style="info" %}
A proactive intervention is never a response to a question: it's an initiative from the AI Coach, based on the user's behavior.
{% endhint %}

### **When does the AI Coach step in?**

* **First login**: when the member logs in for the first time, the coach welcomes them.
* **Uncompleted content**: when the member browses a page where a hotspot is linked to a course or learning path they've started but not finished, the coach offers it to them.
* **New content**: when the member browses a page where there is new content, the coach may offer it to them.

The coach only suggests one resource at a time. No content explicitly "Skipped" within the last seven days is suggested again.

{% hint style="success" %}
The AI Coach only suggests resources accessible to the user, associated with a hotspot present on the current page.
{% endhint %}


---

# 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/user-experience/proactive-messages.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.
