> For the complete documentation index, see [llms.txt](https://swell-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swell-ai.gitbook.io/docs/product-guides/integrations/youtube.md).

# YouTube

There are various different ways to import YouTube content:

* YouTube Video
* YouTube Playlist
* YouTube Channel

**How to Import a YouTube Video:**

On your project's overview, you'll see the option to Import a YouTube Video. Then from there simply add in the URL then click "Create YouTube Video" to upload it to Swell.

**How to Import a YouTube Playlist:**

To sync a YouTube Playlist into Swell, head to the "Sources" tab on your project and select "YouTube Playlist".\
\
Provide the Playlist's name and URL and select create.\
\
At any time, you can click the "Sync" button to retrieve the most recent videos in the channel.

**How to Import a YouTube Channel:**

To sync your YouTube Channel into Swell, head to the "Sources" tab on your project then select "YouTube Channel".&#x20;

Add in the name of the Channel and the URL to your channel. Once you've done that press the "Sync" button on the upper right in order for your videos to appear on the "Available Uploads" tab.&#x20;

Once synced, you'll be to see and select which videos to import on Swell.


---

# 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://swell-ai.gitbook.io/docs/product-guides/integrations/youtube.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.
