> For the complete documentation index, see [llms.txt](https://knowlg.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features/add-video.md).

# Add Video

#### Adding Online Videos <a href="#adding-online-videos" id="adding-online-videos"></a>

1. Select the **Google Drive** tab to add videos from your Google Drive, Youtube channel, or a direct URL of an mp4 video
2. Paste the copied video URL in the text box
3. Click Go to search the video
4. The video is displayed in the **Preview** pane
5. Click **Add to Lesson** to add video in the content editor
6. Click **Cancel** to exit

<figure><img src="/files/KVxhAOMYXVOUINFAIagY" alt=""><figcaption></figcaption></figure>

#### Adding Video Details <a href="#adding-video-details" id="adding-video-details"></a>

1. Select the **Library** tab to add videos from your device
2. Browse and select the video from the available list
3. Click **Add to Lesson** to add video in the content editor
4. Click **Cancel** to exit

<figure><img src="/files/lKtO1eNdynTT5nv4rbXf" alt=""><figcaption></figcaption></figure>


---

# 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://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features/add-video.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.
