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

# Basic Tutorials

- [How to Make Your First Deposit](https://docs.fluxbot.xyz/basic-tutorials/how-to-make-your-first-deposit.md): This is one of your first steps with FluxBot. To trade, you need a SOL balance. Follow this guide to deposit SOL in your FluxBot wallet to start your journey!
- [How to Buy Tokens](https://docs.fluxbot.xyz/basic-tutorials/how-to-buy-tokens.md): Follow the guide below to find out how you can buy any Solana tokens using FluxBot.
- [How to Sell Tokens](https://docs.fluxbot.xyz/basic-tutorials/how-to-sell-tokens.md): Selling tokens using FluxBot is easy, find out how in the guide below.
- [How to Withdraw](https://docs.fluxbot.xyz/basic-tutorials/how-to-withdraw.md): Earned enough with FluxBot and want to transfer your tokens? With FluxBot, you can effortlessly withdraw your funds to another SOL wallet whenever necessary with just a few clicks.
- [How to Lend and Borrow](https://docs.fluxbot.xyz/basic-tutorials/how-to-lend-and-borrow.md): Do you want to earn yield on crypto, or perhaps you want to borrow some? FluxBot enables users to lend their assets, earning yield, or borrow assets against their deposited capital, through MarginFi.
- [How to Check Your Balance](https://docs.fluxbot.xyz/basic-tutorials/how-to-check-your-balance.md): Checking the balance of all your tokens on FluxBot is as easy as 1-2.  Yes, that’s it.
- [How to Use our AI Assistant](https://docs.fluxbot.xyz/basic-tutorials/how-to-use-our-ai-assistant.md): Our AI lets you interact with FluxBot conversationally, converting your messages into actionable commands for quick and efficient trading.
- [How to Use FluxPay](https://docs.fluxbot.xyz/basic-tutorials/how-to-use-fluxpay.md): With FluxPay, you can send or receive any Solana-based token without exchanging wallet addresses!


---

# 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.fluxbot.xyz/basic-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.
