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

# Videos

BotDistrikt bots can send videos, as responses, to your users. Video responses allow your chatbots to provide multimodal communication channels and to demonstrate concepts visually, making it easier for users to understand complex information or instructions. You can incorporate visual aids (diagrams, charts, and animations) to provide clear and concise explanations.

Moreover, you can set up your bot to guide your users through processes (setting up a device, using software, or assembling furniture, with easy-to-follow visual instructions. In addition, make your videos accessible with closed captions and transcripts, ensuring that users with disabilities access and understand the content smoothly. This inclusivity is a significant benefit for a diverse user base.

To set up video responses, navigate to **Responses** and select **Video.**

<figure><img src="/files/1A4IJLsQuOmBS0SQ5ISe" alt=""><figcaption><p>Navigate to Responses --> Video</p></figcaption></figure>

To add new videos, click **New Video**

<figure><img src="/files/kIBntVP1dh9O7foGB4La" alt=""><figcaption><p>Add New Video</p></figcaption></figure>

<figure><img src="/files/jPPUWSbaAoxSJ9Qlwlue" alt=""><figcaption><p>Add a New Video Process</p></figcaption></figure>

In the **Videos** tab:

1. Upload the video from your local drive or drop a video in the box.
2. Enter a title for your video.
3. Select tags or add new tags. **New Tag** redirects you to [**Tags**](/features/settings/tags.md)**.**
4. Click **Save.**


---

# 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.botdistrikt.com/features/responses/videos.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.
