> For the complete documentation index, see [llms.txt](https://docs.chatcaptain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen.md).

# Bot Einstellungen

- [Allgemein](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/allgemein.md)
- [Sprache](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/sprache.md): In den Spracheinstellungen deiner Plattform kannst du festlegen, in welchen Sprachen dein Bot verfügbar sein soll.
- [Benutzer](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/benutzer.md): Du kannst weitere Benutzer zu deinem Bot hinzufügen oder wieder entfernen, die Benutzerechte und Rollen verwalten.
- [Bot-Benutzerrollen](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/benutzer/bot-benutzerrollen.md)
- [Teams](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/teams.md)
- [KI-Einstellungen](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/ki-einstellungen.md): In den KI-Einstellungen legst du fest, wie die generative KI in deinem Bot und im Posteingang eingesetzt wird. Hier kannst du die Nutzung aktivieren, Prompts definieren und Funktionen konfigurieren.
- [API-Schlüssel](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/api-schlussel.md): Hier kannst du die API-Schlüssel für deinen Bot generieren und einsehen.
- [Kanäle](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/kanale.md): Kanäle sind die Kommunikationswege, über die der Bot mit Benutzern interagiert. Jeder Kanal entspricht einer bestimmten Plattform oder Schnittstelle.
- [Web-Widget](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/kanale/web-widget.md): Deinen Bot mit mit deinem Web-Widget bereitstellen.
- [Audiocodes](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/kanale/audiocodes.md): Deinen Bot als Voicebot mit Audiocodes verbinden
- [Facebook Messenger](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/kanale/facebook-messenger.md): Deinen Bot als Chatbot mit Facebook verbinden
- [Whatsapp](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/kanale/whatsapp.md): Deinen Bot als Chatbot mit WhatsApp verbinden
- [Telegram](https://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen/kanale/telegram.md): Deinen Bot als Chatbot mit Telegram verbinden


---

# 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://docs.chatcaptain.com/einstellungen/bot-einstellungen/bot-einstellungen.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.
