# User Guide

- [Main Features](https://docs.mybucks.online/user-guide/main-features.md): This page provides a visual tour of our wallet's core features. These screenshots will help you visualize the interface and understand the user flow.
- [Transfer a wallet via URL](https://docs.mybucks.online/user-guide/transfer-a-wallet-via-url.md): This page explains our URL-based wallet transfer feature and the associated security warnings.
- [Supported Chains](https://docs.mybucks.online/user-guide/supported-chains.md): Currently, it supports EVM chains and TRON, and we will continuously add other industry-leading networks.
- [Token listings](https://docs.mybucks.online/user-guide/token-listings.md): This page explains how to filter balances and display token lists.
- [Security notice](https://docs.mybucks.online/user-guide/security-notice.md): This page explains general, common hints for your security. Please follow these guidelines to keep your assets safe.


---

# 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.mybucks.online/user-guide.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.
