> 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/how-to-use.md).

# How to use Rally

- [Create an Account](https://wiki.rally.io/rally-io/how-to-use/create-an-account.md)
- [How to Find Your Rally Wallet ID & Bridge ID](https://wiki.rally.io/rally-io/how-to-use/how-to-find-your-rally-wallet-id-and-bridge-id.md): A quick walkthrough of how to find your Rally Wallet ID.
- [Buy Coins](https://wiki.rally.io/rally-io/how-to-use/buy-coins.md): Guide: Buying Rally.io Coins with Various Payment Options
- [Buying a Coin from the Trade Menu](https://wiki.rally.io/rally-io/how-to-use/buy-coins/trade-menu.md)
- [Send Coins](https://wiki.rally.io/rally-io/how-to-use/send-coins.md): Guide: Sending Coin to other Rally.io Users
- [Sell Coins](https://wiki.rally.io/rally-io/how-to-use/sell-coins.md): How to sell a Coin
- [Swap Coins](https://wiki.rally.io/rally-io/how-to-use/swap-coins.md)
- [Buy NFTs](https://wiki.rally.io/rally-io/how-to-use/buy-nfts.md)
- [Send NFTs](https://wiki.rally.io/rally-io/how-to-use/send-nfts.md)
- [Multiple NFT Sends](https://wiki.rally.io/rally-io/how-to-use/send-nfts/multiple-nft-sends.md): Rally Creators can send their NFTs to multiple users from one interface.
- [Sell NFTs](https://wiki.rally.io/rally-io/how-to-use/sell-nfts.md): How to Sell an NFT on the Secondary Marketplace
- [Burn NFTs](https://wiki.rally.io/rally-io/how-to-use/burn-nfts.md)
- [Bridge In](https://wiki.rally.io/rally-io/how-to-use/bridge-in.md): Guide: How to use the Bridge In feature to bring your Ethereum Mainnet $RLY to Rally.io
- [Using Coinbase.com with Rally](https://wiki.rally.io/rally-io/how-to-use/coinbase.md): How having a Coinbase account can maximize your Rally
- [Link or Unlink your Rally.io Account with Discord](https://wiki.rally.io/rally-io/how-to-use/link-or-unlink-discord.md): Guide: How to Link or Unlink your Rally.io Account with Discord


---

# 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/how-to-use.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.
