# Getting Started with P00LS

- [Minting Your Token](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/minting-your-token.md): Start building your own token on P00LS
- [Welcome to P00LS](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/minting-your-token/welcome-to-p00ls.md): Congratulations - you’ve minted your token!
- [Announcing Your Token on Twitter](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/minting-your-token/announcing-your-token-on-twitter.md)
- [Adding Your Token to Your Wallet](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/minting-your-token/adding-your-token-to-your-wallet.md): How to display your token balance in your wallet
- [Token Landing Pages](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/token-landing-pages.md)
- [Support Chatbot](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/support-chatbot.md): About our chatbot, how to use, and troubleshooting
- [$00 and Platform Guidelines](https://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls/usd00-and-platform-guidelines.md): Expectations for creators using P00LS


---

# 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://p00ls.gitbook.io/p00ls-v2/getting-started-with-p00ls.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.
