> 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/configuring-your-ai-coach.md).

# Configuring your AI Coach

The more context you give your AI Coach, the more relevant its responses will be. This configuration is done from **Settings > AI Coach**, across three tabs: **Persona** and **Context** (global settings, for all your playbooks) and **Playbooks** (settings specific to a playbook).

### **Persona tab (global)**

#### **Proactivity**

* **Proactive messages**: enables the AI Coach's ability to spontaneously suggest content.
* **Two-way conversations**: enables free conversation with the user.

{% hint style="warning" icon="eyes" %}
If **conversational mode** is disabled, you can still edit all the elements on this page, but they won't be used by the Coach.
{% endhint %}

#### **Conversation**

* **Coach name**: the name displayed to your users.
* **Tone of voice**: Professional, Friendly, Technical, or Concise.
* **Avoid topics**: topics to avoid.

{% hint style="info" %}
If you answered the MeltingSpot agent's questions when creating your Spot, these fields are already pre-filled. Edit them at any time from this page.
{% endhint %}

### **Context tab (global)**

#### **Company**

Provide:

* **Your company name**
* **Website URL**
* **Company LinkedIn URL**

#### **Guidelines**

* **Introduction and objectives**: describe your Spot and its objectives.
* **Audience**: who are your target users?
* **Maturity level**: Beginners, Intermediate, or Experts.
* **Use cases**: how do you want the AI Coach to support your users?

{% hint style="info" %}
These guidelines apply by default to all your playbooks. Complete them with specific context from the Playbook tab.
{% endhint %}

### **Playbook tab (per playbook)**

Select the playbook to configure via the selector at the top of the tab. The Open playbook button takes you to its management page (👉 more information [here](/english/coach-ai/configuration/configuring-the-ai-coachs-fallback.md)).

#### **Fallback**

Enable a fallbakc to a human or external resource in case of uncertainty: 1-1 discussion, channel, forum, or external link (👉 more information [here](/english/coach-ai/configuration/configuring-the-ai-coachs-fallback.md)).

#### **Guidelines (specific to this playbook)**

Complete the global context with details specific to this playbook:

* **Introduction and objectives**
* **Use cases**
* **Avoid topics**

### **Testing your configuration**

The **Test AI Coach** button opens a test window reflecting the actual behavior for the selected playbook, fallback included.


---

# 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/configuring-your-ai-coach.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.
