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

# FAQ

**If there is a new build released (or the game stops working), where can I update?**

* You can get the new build at <https://playnitro.com/download>

**How can viewers join races?**

* By entering !play in chat
* Or going to [game.playnitro.com](https://game.playnitro.com/) and joining your lobby

**How many viewers can participate in a race?**

* Up to 250 currently - we may change this in the future or make it customizable

**What happens if more than 250 viewers try to join?**

* We have a lottery feature that selects 250 random participants
* Viewers who don’t get in the race can choose one of four random participants in the viewer app (playnitro.com) to root for. They receive the same rewards as the racer they chose to root for.&#x20;
* Viewers who don’t get into the race will have a higher chance to be selected in future races

**What happens if there are less viewers trying to join?**

* You can run races with less viewers
* We also have a custom setting to add bots to maximize the fun chaos on screen regardless of the number of live participants

**What are MEGAS and how do they work?**

* MEGAS are power-ups scattered around the track that cars pick-up when they drive over them. Racers can enter !mega in chat or trigger their MEGA from the viewer app (playnitro.com). MEGAs cause total chaos, including banana storms, tornadoes, and more!

**What else can viewers do on the website?**

* Buy new cars, drivers, tires, and more&#x20;
* Customize their loadout
* Follow the race action on the track mini-map
* Claim rewards and redeem skin codes!

**Your game is awesome! How can I give you feedback?**

* Fill out the [Streamer Feedback Form](https://forms.gle/jNPt3MJJMo3FaGkr7)​
* Shoot us an email at <feedback@captain.tv>&#x20;
* Or join our [Discord](https://discord.gg/captaintv) to chat with our team! &#x20;

**I need support! Please help!**

* That's not a question, but you can email us at <support@captain.tv>, and we'll help you out!

| <p><br></p> |   |
| ----------- | - |


---

# 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://captaintv.gitbook.io/nitro-stream-racing/streamer-setup/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.
