> 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/vorschau-und-testen-ihres-chatbots.md).

# Vorschau und Testen Ihres Chatbots

Die Story, die Sie sich im Story Builder gebaut haben, können Sie entweder über die Vorschau-Funktion im Story Builder oder auf einer von uns aufgesetzten Test-Webseite direkt im Web betrachten und selber durchspielen.

## Vorschau im Story Builder <a href="#vorschau-im-story-builder-0-0" id="vorschau-im-story-builder-0-0"></a>

Sie finden die Vorschau ganz unten rechts im Story Builder. Für die Vorschau können Sie einfach auf den runden Chatbot-Avatar am unteren rechten Bildschirmrand klicken, und der Chatbot öffnet sich. Abhängig davon, ob Sie sich im Entwurf- oder Live-Modus befinden, wird Ihnen die entsprechende Story angezeigt.

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

## Vorschau im Web <a href="#vorschau-im-web-0-1" id="vorschau-im-web-0-1"></a>

Sie haben auch die Möglichkeit, Ihren Chatbot auf der Test-Webseite preview\.aiaibot.com direkt im Web zu betrachten.

Sie haben **im Story Builder** oder ausserhalb in **der** **Story-Liste** mit dem **Button** <img src="/files/as0HiNqEafcXnzNwjKUP" alt="" data-size="line">Live Vorschau die Möglichkeit ihre Story direkt anzusehen.

<figure><img src="/files/SzTjjo9acqsXNgkebAcn" alt=""><figcaption><p>Live Vorschau im Story Builder</p></figcaption></figure>

<figure><img src="/files/7lVOsK9W2K77uTwKuRvw" alt=""><figcaption><p>Live Vorschau in der Story-Liste</p></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/vorschau-und-testen-ihres-chatbots.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.
