# FAQ

<figure><img src="/files/IjlybPvCIK6mDwYUGy4J" alt="" width="341"><figcaption></figcaption></figure>

Das Widget *FAQ* ermöglicht es den Chatbot-Usern Fragen in Freitext einzugeben und darauf Antworten zu erhalten.

Die Antworten aus der FAQ-Box können dann auch mit einem Daumen hoch oder runter bewertet werden. <img src="/files/OgjTrGmE92SYU94Yoop7" alt="" data-size="line">

Um ein FAQ auszuführen, müssen im AI-Modul vorgängig ein FAQ erstellt werden.

Der optionale *Titel* wird im Dialog angezeigt, bevor der Chatbot-Benutzer seine Frage eingeben kann.


---

# 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/chatbot/widgets/faq.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.
