# 1. Quick Start

- [1.1 App Installation & Initial Setup](https://docs.syfu.io/quick-start/app-setup.md)
- [How to Use SyFu NFT Transfer](https://docs.syfu.io/quick-start/app-setup/syfu-nft-transfer.md)
- [How to Send Multiple NFTs at Once from the SyFu Wallet to the Game](https://docs.syfu.io/quick-start/app-setup/syfuwallet-to-game.md)
- [How to Use the SyFu Marketplace](https://docs.syfu.io/quick-start/app-setup/syfu-marketplace.md)
- [How to Use Element](https://docs.syfu.io/quick-start/app-setup/how-to-use-element.md)
- [1.2 About the SyFu Wallet](https://docs.syfu.io/quick-start/syfu-wallet.md)
- [Asset Transfers & Fees](https://docs.syfu.io/quick-start/syfu-wallet/fees.md): This page summarizes the costs associated with “asset transfers” within SyFu, including gas fees and transfer/withdrawal fees.
- [Wallet Support Guide for Device Change or Loss](https://docs.syfu.io/quick-start/syfu-wallet/device-change-loss.md): SyFu Wallet uses the MPC (Multi-Party Computation) method, so there is no need to manage your private key directly, as long as any two of the three authentication factors are valid, you can recover y
- [1.3 First BIND & Check-in](https://docs.syfu.io/quick-start/first-bind-checkin.md)
- [1.4 Daily Operations](https://docs.syfu.io/quick-start/daily-operations.md)
- [1.5 Quick FAQ](https://docs.syfu.io/quick-start/faq.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.syfu.io/quick-start.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.
