# Scan

Transactions

Transactions can be search by hash, for example, $COOK created transaction:

{% embed url="<https://runealpha.xyz/txs/e70237e1e029841e513913ed034a1e89d7c79b3ff1d14950381ffd1bc3db87ea>" %}

Runes

Runes can be search by rune name, for example, $COOK can be search by id:

{% embed url="<https://runealpha.xyz/runes/c82970852>" %}

Address

Addresses can be searched by address hash, which will display all transactions. We also provide an option to show only Rune transactions.

{% embed url="<https://runealpha.xyz/address/3C9KoUifqeS5LktQvHGZoMM7Uoq6FZQQvx>" %}


---

# 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/scan.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.
