> For the complete documentation index, see [llms.txt](https://help.aiaibot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aiaibot.com/chatbot/stories-and-story-builder/konfiguration-vom-chat-ende.md).

# Konfiguration vom Chat Ende

Nach Beenden eines Chatbot-Dialogs können Sie einstellen, wie sich der Chatbot verhalten soll. Sie können festlegen, ob die User über das Ende des Gesprächs informiert werden sollen oder nicht.

Den Button zur Konfiguration finden Sie im Storybuilder auf der linken Seite oben <img src="/files/p6newAK8WaFpjZ6BlyaI" alt="" data-size="line">. Mit einem Klick darauf können Sie das Verhalten des Chatbots direkt konfigurieren.

Sie haben dabei diese drei Optionen:

<figure><img src="/files/GBxfPXIIBUFB0M96xtnh" alt=""><figcaption></figcaption></figure>

### 1. Benachrichtigen <a href="#id-1-benachrichtigen-0-0" id="id-1-benachrichtigen-0-0"></a>

In der Unterhaltung wird nach Beenden des Gesprächs die Benachrichtigung angezeigt und der Chat kann vom User geschlossen werden.

<figure><img src="/files/iM7lDkVNItRlA81Xac92" alt=""><figcaption></figcaption></figure>

### 2. Benachrichtigen und automatisch schliessen <a href="#id-2-benachrichtigen-und-automatisch-schliessen-0-1" id="id-2-benachrichtigen-und-automatisch-schliessen-0-1"></a>

In der Unterhaltung wird nach Beenden des Gesprächs wird die Benachrichtigung angezeigt und danach automatisch geschlossen. Hierfür können Sie einen Timer festlegen, der im Chat abläuft, bis dieser sich dann schliesst.

<figure><img src="/files/nQ64bN2Ck2dE78gUV0Fk" alt=""><figcaption></figcaption></figure>

Scrollt der User wieder hoch, wir der Timer abgebrochen und startet neu, wenn der User zurück an das Ende der Unterhaltung scrollt.

<figure><img src="/files/zK9qD0YkGSfwPxRtKcip" alt=""><figcaption></figcaption></figure>

### 3. Nicht benachrichtigen <a href="#id-3-nicht-benachrichtigen-0-2" id="id-3-nicht-benachrichtigen-0-2"></a>

Bei dieser Option erhält der User keine Benachrichtigung, dass die Unterhaltung abgeschlossen wurde.

### Chat beenden <a href="#chat-beenden-0-3" id="chat-beenden-0-3"></a>

Der User oder Userin hat zudem die Möglichkeit, jederzeit anzuwählen, ob die Unterhaltung mit dem Chatbot neu gestartet oder komplett der Chat geschlossen werden möchte.

<figure><img src="/files/D8yrQhQvflxaUdm0bt2q" alt="" width="275"><figcaption></figcaption></figure>


---

# 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.aiaibot.com/chatbot/stories-and-story-builder/konfiguration-vom-chat-ende.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.
