# Phoenix Docs

## Phoenix Tools Docs

- [Welcome](https://phoenix-tools.gitbook.io/phoenix-tools-docs/readme.md)
- [Roadmap](https://phoenix-tools.gitbook.io/phoenix-tools-docs/roadmap.md): Our future plans for Phoenix
- [Pricing](https://phoenix-tools.gitbook.io/phoenix-tools-docs/getting-started/quickstart.md): This page will guide you how you can create an account and start using Phoenix Tools
- [Creating your first token](https://phoenix-tools.gitbook.io/phoenix-tools-docs/getting-started/creating-your-first-token.md)
- [Overview](https://phoenix-tools.gitbook.io/phoenix-tools-docs/getting-started/overview.md): A video, just for you :)
- [Token wizard](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/token-wizard.md)
- [Wallet manager](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/wallet-manager.md)
- [Volume bot](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/volume-bot.md)
- [Mass actions](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/mass-actions.md)
- [Mass send](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/mass-actions/mass-send.md)
- [Mass collect](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/mass-actions/mass-collect.md)
- [Mass sell](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/mass-actions/mass-sell.md)
- [Close accounts](https://phoenix-tools.gitbook.io/phoenix-tools-docs/features/mass-actions/close-accounts.md): Feature that allows you to close your Solana token accounts
- [Proxies](https://phoenix-tools.gitbook.io/phoenix-tools-docs/settings/proxies.md): Proxies are used to avoid rate limits and get your transactions land more efficient.
- [RPC & Websockets](https://phoenix-tools.gitbook.io/phoenix-tools-docs/settings/rpc-and-websockets.md): This enables Phoenix to communicate with the Solana blockchain
- [Discord webhooks](https://phoenix-tools.gitbook.io/phoenix-tools-docs/settings/discord-webhooks.md): Get realtime notification in your Discord server
- [Moonshot token guide](https://phoenix-tools.gitbook.io/phoenix-tools-docs/guides/moonshot-token-guide.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://phoenix-tools.gitbook.io/phoenix-tools-docs/readme.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.
