# Chatbot

Robot bietet eine Reihe von Plugins, die ausschliesslich in Workflows genutzt werden können, die durch eine Chatbot-Story aufgerufen wurden. Mithilfe dieser Plugins lassen sich der weitere Verlauf von Stories steuern sowie dynamische Listen und Karussell-Elemente befüllen.

{% content-ref url="/pages/PMrHxJbUw5vhTVuZZoUM" %}
[Konversationspfad festlegen](/robot/plugins/chatbot/konversationspfad-festlegen.md)
{% endcontent-ref %}

{% content-ref url="/pages/K7fQwp1zb208ULP5oSHz" %}
[Dynamische Liste erstellen](/robot/plugins/chatbot/dynamische-liste-erstellen.md)
{% endcontent-ref %}

{% content-ref url="/pages/HXIdn2q9LxUDaw4prcCq" %}
[Dynamische Liste befüllen](/robot/plugins/chatbot/dynamische-liste-befullen.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZJSVTYeOOPmlafpq56mS" %}
[Nachricht an Benutzer senden](/robot/plugins/chatbot/nachricht-an-benutzer-senden.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://help.aiaibot.com/robot/plugins/chatbot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
