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