> 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-the-ai-coachs-fallback.md).

# Configuring the AI Coach's fallback

Fallback allows you to redirect the user to a human or external resource when the AI Coach is in a situation of uncertainty. Enable it from **Settings > AI Coach > Playbook, Fallback** section, for the selected playbook.

### **The three modes**

#### **1-1 Chat**

Enable the switch, then select an admin from your Spot: they become the point of contact. To change it, first remove the existing chip (X button), then select another one.

#### **Spot discussion**

Select a public channel or a forum open to the entire audience.

{% hint style="info" %}
Only public channels and forums open to all members appear in the selector.
{% endhint %}

#### **External link**

Enter the fallbakc URL. Customize the button label in the optional field, otherwise a generic label is used.

### **When does the fallback trigger?**

The AI Coach offers the fallback when:

* it doesn't have a source relevant enough to answer,&#x20;
* its confidence level is insufficient,&#x20;
* the user expresses an explicit need for a human,&#x20;
* the question clearly falls outside the product's scope.

Two ways to reach it:

* **Proactive suggestion**: a redirection button appears in the AI Coach's response.
* **User initiative**: the tab (or the button, for External link) remains permanently visible.

### **What the user sees**

#### **1-1 Chat and Spot discussion**

Two tabs are displayed in the AI Coach window: conversation and fallback. When clicking a proactive suggestion, the fallback tab opens with a pre-filled draft, generated from the conversation's context. The user can send it as is, edit it, or clear it - it is never sent automatically.

If generation fails, the input field falls back to the user's last question.

{% hint style="info" %}
For a forum, the draft pre-fills a topic with its title and description. For a channel, it's a direct message without a name-based greeting.
{% endhint %}

#### **External link**

A permanent button replaces the fallback tab. It can also appear embedded in an AI Coach response. When clicked, the link opens in a new browser tab. No draft: it's a pure external redirection.

### **Notifications and badges**

Applies to 1-1 Chat and Spot discussion modes only.

The user receives the standard notifications from the underlying channel. A badge additionally appears on the AI Coach:

* for 1-1 Chat, with each new message from the point of contact,
* for channels and forums, only if the message directly concerns them (mention, reply to a thread they wrote in).

The badge disappears once the new messages are read.

### **Managing the point of contact or the discussion**

**The point of contact leaves the Spot or is deactivated**: the 1-1 tab is hidden for everyone on the next load, the fallback is disabled, you receive an in-app notification. The history remains in your Spot's inbox.

**You change the point of contact or the discussion**: users see the new point of contact on the next load. The old conversation remains accessible in the inbox.

**The channel or forum becomes private, restricted, archived, or deleted**: the fallback tab is hidden immediately, the fallback is disabled, you receive a notification.

### **Testing your configuration**

The **Test AI Coach** button, from the Playbook tab, opens a window reflecting the actual behavior of the configured fallback.


---

# 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-the-ai-coachs-fallback.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.
