> ## Documentation Index
> Fetch the complete documentation index at: https://embedchain-docs-example-slack-ai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 📺 Youtube Video

To add any youtube video to your app, use the data\_type as `youtube_video`. Eg:

```python
from embedchain import App

app = App()
app.add('a_valid_youtube_url_here', data_type='youtube_video')
```
