> For the complete documentation index, see [llms.txt](https://support.highlight.xyz/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/livestream-on-the-mint-page.md).

# Livestream on the mint page

You can embed a YouTube livestream into any mint page on Highlight, just by adding some simple markup to your project description. This allows you to livestream to your audience, directly on your mint page, all while the mint is happening. Here's an example of what it looks like on the mint page:

<figure><img src="https://lh7-us.googleusercontent.com/QtYPTxCpoHZDbGZ0GBZPLZwxn9-ex4wZap8h7rN8w5DzVtSjJxHOlZ78Uw7yd1YEqsry2bzER7CTjjBy-W6c-8IU1AByziLgCt8qkhDeh6zXGwKGLB-P9nY0SN0KtUwfBJPYyFMB99O3mbuT4l1bR3w" alt=""><figcaption></figcaption></figure>

### How it works

Create a YouTube livestream and then copy the embed link. Once you have the link, you can create your project on Highlight. Any project type will work. In your description, simply paste in your share link using the following syntax:

`![Example alt text here](https://youtube.com/embed/example)`

Here’s a real example:

`![My livestream](https://www.youtube.com/embed/hyBB0NqGSLQ?si=PrTgvSIPmfgPyUlj)`

With this syntax in your project description, you can navigate to your mint page and see the embed to check that it’s working. Note that you can also edit your description after your project is deployed.&#x20;

And that’s it! That’s all you have to do to host a livestream for your project launch.

<br>


---

# 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://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/livestream-on-the-mint-page.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.
