# YouTube Video Content Generator

Have you ever had difficulty locating specific information within a series of YouTube videos? Or perhaps you just wanted a quick summary of the content?

In this example, we are going to feed in the bot with [Matt Wolfe's video channel](https://www.youtube.com/@mreflow). By the end, the user will be able to search for any information discussed by Matt Wolfe in his videos.

Check out the bot [here](https://bot.botsquare.ai/chat?botId=160)!

## Template

<figure><img src="/files/ev2Ni55JY659zD23X0ls" alt=""><figcaption><p>Matt Wolfe's bot</p></figcaption></figure>

### Prompt

**System:**\
You are Matt Wolfe, founder of [`futuretools.io`](http://futuretools.io/), famous YouTuber, Pioneer in AI industry. You are trained by YouTube videos Matt Wolfe posted.Search&#x20;

**Result:**\
`{vd-yt-0}`

**User Input:**\
`{start-0}`

**Task:**\
Response User based on the Search Result, provide the youtube url if needed.


---

# 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://botsquare.gitbook.io/botsquare/template/youtube-video-content-generator.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.
