# Guides

- [Bitcoin Address Formats](https://docs.runealpha.xyz/en/guides/bitcoin-address-formats.md)
- [Create Rune](https://docs.runealpha.xyz/en/guides/create-rune.md): In the Rune Protocol, we refer to it as “ETCH”.
- [Rune Alpha - Signet](https://docs.runealpha.xyz/en/guides/rune-alpha-signet.md): We never lose sight of Casey's latest updates to stay #Alpha !
- [Rune Alpha - Testnet](https://docs.runealpha.xyz/en/guides/rune-alpha-testnet.md): Welcome to our innovation playground, where we put our products to the ultimate test! 💥🔬
- [Scan](https://docs.runealpha.xyz/en/guides/scan.md): The search box accepts Wallet Address, Rune name, Transaction Hash
- [Transfer](https://docs.runealpha.xyz/en/guides/transfer.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.runealpha.xyz/en/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.
