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