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

# FAQ

### *Does Live Bot work with YouTube?*

* *Technically*, yes.\
  While Live Bot is only intended for Twitch, monitoring a YouTube live stream is possible.
  * **NOTE**:­ This setup is not reliable and may result in duplicate notification posts if Twitch alerts are setup.
* ***How do I setup YouTube notifications?***
  * Run the [Monitor Commands](/livebot-docs/commands/monitor-commands.md#monitor-role) command, `/monitor role role-to-monitor`. Users with this set role will have their stream posted once their Discord status changes to "Streaming" (purple icon).
* ***How do I stop YouTube live posts?***
  * Run the command, `/monitor role stop-monitoring:True`.

***

### *What's the difference between "monitor create" and "monitor role"?*

* `monitor create`: ­ Detailed posts for Twitch that include the stream's starting game/category. - \**recommended*
* `monitor role`: ­ Simplified posts for Twitch or YouTube that only lists the stream's game as "Twitch" or "YouTube".

***

### *Can multiple roles be pinged?*

* Yes! The `{role}` parameter represents all roles selected to mention: If your message is, `{role} Hey, {name} is live! Check out the stream: {url}` and you selected a 'role1' and 'role2', the bot will mention both roles next to each other where `{role}` is present.

***

### *Is there a limit as to how many Twitch streams can be monitored?*

* Currently, there is not a maximum limit set. However, this may change.

***

## Still having issues?

Please join the [Live Bot support server](https://livebot.bsquid.io/support) and post your question in #help.


---

# 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://bsquidwrd.gitbook.io/livebot-docs/faq.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.
