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

# Guideline/Tutorials

- [How do I create an aiRight account?](https://docs.airight.io/guideline-tutorials/how-do-i-create-an-airight-account.md): How do I create an aiRight account?Learn how to create an account, and set up your wallet. Let's get started!
- [How to buy ORAI and AIRI token](https://docs.airight.io/guideline-tutorials/how-to-buy-orai-and-airi-token.md): ORAI and AIRI are the cryptocurrencies that fuel transactions on the aiRight, you can buy them from digital currency exchanges like Kucoin, Pancakeswap, and OraiDex.
- [How to bridge BEP20 AIRI <=> CW20 AIRI](https://docs.airight.io/guideline-tutorials/how-to-bridge-bep20-airi-less-than-greater-than-cw20-airi.md)
- [How do I mint an authenticated NFT on aiRight?](https://docs.airight.io/guideline-tutorials/how-do-i-mint-an-authenticated-nft-on-airight.md)
- [Selling/Buying an NFT using aiRight](https://docs.airight.io/guideline-tutorials/selling-buying-an-nft-using-airight.md)
- [How to participate in the NFT Staking on aiRight?](https://docs.airight.io/guideline-tutorials/how-to-participate-in-the-nft-staking-on-airight.md)
- [How to join private channel on aiRight Hangout server?](https://docs.airight.io/guideline-tutorials/how-to-join-private-channel-on-airight-hangout-server.md): How to join private channel on aiRight Hangout server?
- [Approve the new market contract](https://docs.airight.io/guideline-tutorials/approve-the-new-market-contract.md)
- [How to create a collection on aiRight?](https://docs.airight.io/guideline-tutorials/how-to-create-a-collection-on-airight.md)


---

# 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://docs.airight.io/guideline-tutorials.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.
