# Walkthrough

- [Get Started](https://docs.starbot.pro/walkthrough/get-started.md)
- [Add ETH](https://docs.starbot.pro/walkthrough/add-eth.md)
- [Send ETH](https://docs.starbot.pro/walkthrough/send-eth.md): Every good trader takes profits!
- [Manage Wallets](https://docs.starbot.pro/walkthrough/manage-wallets.md): In the Manage Wallets section, you can create multiple wallets and manage them.
- [Import For Viewing](https://docs.starbot.pro/walkthrough/manage-wallets/import-for-viewing.md)
- [Portfolio](https://docs.starbot.pro/walkthrough/portfolio.md): Your Portfolio shows all tokens you've traded with your Starbot wallet.
- [Trade Terminal](https://docs.starbot.pro/walkthrough/trade-terminal.md): The Starbot Trade Terminal is where all your trading needs are met.
- [Trade Custom](https://docs.starbot.pro/walkthrough/trade-terminal/trade-custom.md)
- [Token Transfer](https://docs.starbot.pro/walkthrough/trade-terminal/token-transfer.md)
- [Error Messages](https://docs.starbot.pro/walkthrough/error-messages.md)


---

# 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.starbot.pro/walkthrough.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.
