# USER GUIDES

- [Testnet in TON](https://tgbtc.gitbook.io/docs/user-guides/testnet-in-ton.md)
- [Signet in BTC (for PC)](https://tgbtc.gitbook.io/docs/user-guides/signet-in-btc-for-pc.md)
- [Signet in BTC (for Mobile)](https://tgbtc.gitbook.io/docs/user-guides/signet-in-btc-for-mobile.md)
- [Mint your first tgBTC](https://tgbtc.gitbook.io/docs/user-guides/mint-your-first-tgbtc.md)
- [Burn your tgBTC for BTC](https://tgbtc.gitbook.io/docs/user-guides/burn-your-tgbtc-for-btc.md)
- [View transaction history](https://tgbtc.gitbook.io/docs/user-guides/view-transaction-history.md)
- [Boost transaction speed (RBF)](https://tgbtc.gitbook.io/docs/user-guides/boost-transaction-speed-rbf.md)
- [Common errors and solutions](https://tgbtc.gitbook.io/docs/user-guides/common-errors-and-solutions.md)
- [How passwords keep you safe](https://tgbtc.gitbook.io/docs/user-guides/how-passwords-keep-you-safe.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://tgbtc.gitbook.io/docs/user-guides.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.
