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

# Chatbot Editor

- [BEHAVIOR: Instructions](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/instructions.md): Set your agent's persona — who it is, how it sounds, how long its replies are — and the rules it must always follow.
- [BEHAVIOR: Playbooks](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/playbooks.md): Step-by-step procedures for the conversations you handle often — qualifying leads, bookings, quotes, order chasing.
- [KNOWLEDGE](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/step-2-training.md)
- [APPEARANCE: Interface](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/step-3-interface.md)
- [APPEARANCE: Styles](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/step-3-styles.md)
- [ACTIONS](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/step-4-actions.md)
- [Custom Actions](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/custom-actions.md): Let your agent look things up and take action in your other systems — order status, bookings, tickets — in the middle of a conversation.
- [Google Meet Booking (Coming Soon)](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/google-meet-booking.md): Let visitors book a meeting with you straight from the chat, with the event and Meet link added to your Google Calendar. Coming soon.
- [INTEGRATIONS](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/step-5-channels-integrations.md)
- [DEPLOY](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/step-6-publish.md)
- [Conversations](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/conversation-history.md): Learn how to view, search, filter, and export your chatbot's conversation history and leads.
- [Live Chat & Human Takeover](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/live-chat.md)
- [Leads](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/leads.md)
- [Security Settings](https://aibotkit-docs.gitbook.io/documentation/chatbot-editor/security-settings.md): Learn how to use AI Bot Kit's security features to keep your chatbot safe and control who can interact with it.


---

# 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://aibotkit-docs.gitbook.io/documentation/chatbot-editor.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.
