# VODs

- [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.


---

# 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/vods.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.
