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

# Creator Tools

- [Creator Tools Overview](https://wiki.rally.io/rally-io/creator-tools/other-creator-tools.md)
- [Streamlabs Integration](https://wiki.rally.io/rally-io/creator-tools/streamlabs-integration.md)
- [Link or Unlink Your Rally.io Account with Streamlabs](https://wiki.rally.io/rally-io/creator-tools/streamlabs-integration/link-or-unlink-streamlabs.md): Guide: How to link or unlink your Rally account with Streamlabs
- [Get Streamlabs Event Feed into OBS Studio](https://wiki.rally.io/rally-io/creator-tools/streamlabs-integration/obs-studio.md): Guide: If you need Rally donations to show up in an OBS Studio event feed, here's how.
- [Get Streamlabs Alerts in Stream](https://wiki.rally.io/rally-io/creator-tools/streamlabs-integration/alerts-in-stream.md): Link to Streamlabs' guide on how to get Streamlabs "Alert Box" into various streaming programs that support "Source URLs"
- [Discord Rally Coin Bot](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot.md): Guide: How to add the Coin bot to your Discord server
- [Installing Rally Coin Bot for Discord](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/installing.md)
- [Connecting Rally to Discord](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/connecting-to-discord.md)
- [Creating Roles with Rally Coin Bot](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/creating-roles.md)
- [Sending Coins with Rally Coin Bot](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/sending-coins.md)
- [Airdropping Coins with Rally Coin Bot](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/airdropping.md)
- [Rally Coin Bot Command Reference](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/command-reference.md)
- [Discord Server Setup Recommendations](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/discord-server-setup-recommendations.md): For Creators who are setting up their Discord for the first time, and how to implement for Creator Coin


---

# 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://wiki.rally.io/rally-io/creator-tools.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.
