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

# Interactive videos

{% embed url="<https://www.youtube.com/watch?index=9&list=PLoYDVIXTXpVjaAiun-_q0v4zu8sC-nEus&v=Z60Aoa1Uveg>" %}

**Creating an interactive video**

All the Edredo members can add interactive videos. Interactive videos can be either limited to a classroom (private) or it can be visible to all the Edredo members (public).&#x20;

The user can add interactive video in **3 easy steps**

* In the first step, the user can either upload a video from the system or can paste the video source link to embed a video.

<figure><img src="https://lh4.googleusercontent.com/NVif3tiqC3CCAt8TNreALhZemsJ0yiivQMSXg2hh6In_nEzFo_77nxCPg8lPPCt3Z7Tk0B3VDet_Pd-0kmRSIbzu5-cZhfKolk3KKko-rPRm64nEBMkjojzwNHEfLwddcHPzbg3U530qmolUaPa7evqLd8em5_VkmxhhmBynLNXRuHCKWD524_6Q7A" alt=""><figcaption></figcaption></figure>

* In the next step, the user can add different types of interactions to the video. These interactions include Images, Questions in the form of True/False, Fill in the blanks, MCQ, and many more.

<figure><img src="https://lh5.googleusercontent.com/xAgwwIB2k4t7lE26P2nAOB6T_pd6ay2orr8u4YZ0x0SCS5NN7MCZSH-jukG3gnl8iBMUn3KVi2QnuvCW5pyZ8ftS7PksCYNMKQ8rNGB8db1fI_UVLGeQCA1PhLnumI0z7_m47itWjVop-qiS5mAt_gRT99VZdnRiuppmC9jMsIDuVhtlkDsFFW8K6A" alt=""><figcaption></figcaption></figure>

* In the last step, the user can add a summary and feedback for the user’s interactions.

<figure><img src="https://lh3.googleusercontent.com/l8Z3xV762IvpkK458Up9J50RcjEptoQtRPYCPNnzZDW5_rKIG3zxuAeGlbqv9S3ZuKoGcho8FggU2mZ1BV1ZF8YFPPf1YHnGDPyxKLlybO4I6Jkz-mXTbMbJOl2ZZFZcaYLEXVLPJ9cQiYJUA_I0gTIRgm1c9WDFm3h24HwvdAYsrsEMJKAwt498" 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://docs.edredo.com/dashboard/interactive-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.
