# FluxTools Tutorials

- [V1 Token Creation](https://docs.fluxbeam.xyz/fluxtools-tutorials/v1-token-creation.md): Create your very own SPL Token (V1) for free and in just a few clicks.
- [V2 Token Creation](https://docs.fluxbeam.xyz/fluxtools-tutorials/v2-token-creation.md): Take your token creation journey up a notch with V2 Token Creation, featuring Token Extensions. These offer enhanced functionality, allowing you to collect fees on your SPL tokens and more.
- [Pool Creation](https://docs.fluxbeam.xyz/fluxtools-tutorials/pool-creation.md): Liquidity is important. Without it, your token can’t be traded. Let’s put it this way. If you aim for your token (base token liquidity) to have at least $10k in liquidity, you'll need a minimum of $5k
- [Token Locker](https://docs.fluxbeam.xyz/fluxtools-tutorials/token-locker.md): Our token locker not only lets you lock your Solana - based tokens for a specific time frame as part of your strategy but it also supports V2 / Token22 for tokens that use token extensions.
- [Token Manager](https://docs.fluxbeam.xyz/fluxtools-tutorials/token-manager.md): This tool allows you to edit token details like fees and revoke access to edit for critical token capabilities, like mint, fee, and freeze authorities.
- [MetaData Manager](https://docs.fluxbeam.xyz/fluxtools-tutorials/metadata-manager.md): Use this feature whenever you need to update your token's metadata—like refreshing the logo, tweaking the name or symbol, or updating the description.
- [Fee Manager](https://docs.fluxbeam.xyz/fluxtools-tutorials/fee-manager.md): If you've created a V2 Token with the Transfer Fees Token Extension enabled, this is the place where you can retrieve the fees collected from your tokens in a more user-friendly manner.
- [Withheld Amounts](https://docs.fluxbeam.xyz/fluxtools-tutorials/withheld-amounts.md): This is where you can view the amount of tokens withheld for a v2 mint. The overall supply should remain the same, with the circulation supply matching, unless you have locked the tokens or sent them
- [Token Burn](https://docs.fluxbeam.xyz/fluxtools-tutorials/token-burn.md): Token burning removes tokens from circulation, reducing supply and creating a "deflationary" effect. Whether scheduled or integrated into your token economy, we've got you covered.
- [Token Mint](https://docs.fluxbeam.xyz/fluxtools-tutorials/token-mint.md): Consider scenarios like funding, expansion, or incentives where minting more tokens could be an option. But be aware of impacts like increased circulation and inflationary pressure.
- [Token Airdrop (Beta)](https://docs.fluxbeam.xyz/fluxtools-tutorials/token-airdrop-beta.md): Maybe you want to reward your community or you're running an airdrop campaign. With FluxTools, you can mass airdrop tokens to other token holders or through manual/CSV entry.


---

# 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.fluxbeam.xyz/fluxtools-tutorials.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.
