# Chat Bot

- [Using the !clip command](https://docs.kickbot.com/dashboard/chat-bot/using-the-clip-command.md): KickBot's clip command lets viewers create clips of your Kick stream by typing !clip in chat, with role gating, length controls, and a custom response.
- [Custom Command Setup Guide](https://docs.kickbot.com/dashboard/chat-bot/custom-command-setup-guide.md): KickBot custom commands let you add your own !command triggers to Kick chat, with cooldowns, role gating, and a response that can include dynamic variables.
- [Custom Command Variables](https://docs.kickbot.com/dashboard/chat-bot/custom-command-variables.md): Use variables in your commands to make them more dynamic.
- [AI Text-to-Speech](https://docs.kickbot.com/dashboard/chat-bot/ai-text-to-speech.md): Run TTS on Kick with KickBot: 3,000+ AI voices for chat to use, custom voice clones, AI moderation, on-screen captions, and an OBS browser source.
- [Moderation](https://docs.kickbot.com/dashboard/chat-bot/moderation.md): KickBot moderation auto-deletes bad language, link spam, excessive caps, and any custom banned words or regex patterns you add to your Kick chat rules.
- [Timed Messages](https://docs.kickbot.com/dashboard/chat-bot/timed-messages.md): KickBot's timed messages post recurring announcements in your Kick chat on a schedule, so reminders, social links, and shout-outs go out without you typing them.
- [AI Character](https://docs.kickbot.com/dashboard/chat-bot/ai-character.md): Turn KickBot into an AI chatbot on Kick that replies as a chosen persona whenever a viewer pings @KickBot in chat, with four AI models to pick from.


---

# 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://docs.kickbot.com/dashboard/chat-bot.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.
