# KickBot Docs

## KickBot

- [What is KickBot?](https://docs.kickbot.com/dashboard/readme.md)
- [Creating your account](https://docs.kickbot.com/dashboard/creating-your-account.md): How to get started with KickBot and link your Kick account.
- [AI Images Widget](https://docs.kickbot.com/dashboard/widgets/ai-images-widget.md): Let Kick viewers generate AI images right from chat with the !imagine command. KickBot handles the prompt and shows each result on your stream.
- [Pinned Messages Widget](https://docs.kickbot.com/dashboard/widgets/pinned-messages-widget.md): The pinned message widget allows you to display the message that is currently pinned in your Kick chat on your stream.
- [Last Subscriber Widget](https://docs.kickbot.com/dashboard/widgets/last-subscriber-widget.md): The last subscriber widgets allows you to display the username of the last person who subbed to your channel on stream.
- [Kick Viewer Widget](https://docs.kickbot.com/dashboard/widgets/kick-viewer-widget.md): Add a viewer count overlay to your Kick stream by installing KickBot's Viewer Count widget from the Widget Library, customizing the look, and pasting the URL into OBS.
- [Kick Follower Widget](https://docs.kickbot.com/dashboard/widgets/kick-follower-widget.md): A customizable widget that can be integrated into OBS or Streamlabs with your realtime Kick.com follower count.
- [Kick Chat Widget](https://docs.kickbot.com/dashboard/widgets/chat.md): Add a Kick chat overlay to OBS in three steps using KickBot's Widget Library: install a chat widget, customize the look, and paste the browser source URL.
- [Emote Spawner](https://docs.kickbot.com/dashboard/widgets/emote-spawner.md): Randomly spawn emotes from chat onto your Kick.com stream through OBS or Streamlabs, a great way to increase your engagement.
- [Widget builder docs](https://docs.kickbot.com/dashboard/widgets/widget-builder-docs.md): Program custom widgets through the KickBot widget builder. Use HTML, CSS, and Javascript to build anything you can dream of. Easily integrate with stream events through the KickBot library.
- [How to Download Kick VODs](https://docs.kickbot.com/dashboard/vods/how-to-download-kick-vods.md): KickBot's Kick VOD downloader saves any Kick VOD as an MP4 to your computer, processed in the cloud so you can close the page once it is queued.
- [VOD Editor](https://docs.kickbot.com/dashboard/vods/clipping-vods.md): KickBot's VOD Editor turns a Kick VOD URL into a downloadable MP4 clip by letting you scrub the playback, set in and out points, and queue the export.
- [Clip Downloader](https://docs.kickbot.com/dashboard/vods/clip-downloader.md): KickBot's Clip Downloader saves any Kick clip as an MP4 file by reading the clip URL, processing the video on the cloud, and handing back a direct download link.
- [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.
- [Setup](https://docs.kickbot.com/dashboard/stream-deck/setup.md): With KickBot you can create clips and perform moderation actions on your Kick stream with an Elgato Stream Deck. This plugin works on any Stream Deck model, as well as the Stream Deck mobile app.
- [Chat Alerts](https://docs.kickbot.com/dashboard/alerts/chat-alerts.md): KickBot's chat alerts post a custom message in your Kick chat the moment a viewer follows, subscribes, gifts subs, or sends KICKs to your channel.
- [Setting up tipping](https://docs.kickbot.com/dashboard/tipping/setting-up-tipping.md): Increase your revenue by allowing your audience to tip you directly through KickBot. Integrate tips with our AI TTS system, GIFs, and on screen widget!
- [FAQ](https://docs.kickbot.com/dashboard/tipping/faq.md): Frequently asked questions about the KickBot tipping system.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.kickbot.com/dashboard/readme.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.
