# Tools

- [Solana Token Creator Tools](https://docs.spinlaunch.io/tools/solana-token-creator-tools.md): Tutorials to create your own Solana Token
- [Create OpenBook Market ID](https://docs.spinlaunch.io/tools/create-openbook-market-id.md): Tutorials to create OpenBook Market ID instantly
- [Create Liquidity Pool](https://docs.spinlaunch.io/tools/create-liquidity-pool.md): Steps to create Liquidity Pool on Solana
- [Revoke Freeze Authority](https://docs.spinlaunch.io/tools/revoke-freeze-authority.md): Steps to Revoke Freeze Authority of a token on Solana without coding
- [Revoke Mint Authority](https://docs.spinlaunch.io/tools/revoke-mint-authority.md): Steps to Revoke Mint Authority without coding
- [Make Token Immutable](https://docs.spinlaunch.io/tools/make-token-immutable.md)
- [Update Metadata](https://docs.spinlaunch.io/tools/update-metadata.md)
- [Token Mint](https://docs.spinlaunch.io/tools/token-mint.md)
- [Token Multisender](https://docs.spinlaunch.io/tools/token-multisender.md): How to create airdrop token on solana without coding and minimum time
- [Create Single Token Staking Pool](https://docs.spinlaunch.io/tools/create-single-token-staking-pool.md): Create your token single token staking pool without coding


---

# 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://docs.spinlaunch.io/tools.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.
