# Activity Dashboard

In the dashboard, you can view the transactions signed and issued by your wallet to the network.

<figure><img src="/files/xJiEtPmhP7n8CKuPT35M" alt=""><figcaption><p>FIg1: Activity</p></figcaption></figure>

Click "View Details" for more information about the transaction.

<figure><img src="/files/JDBudDVK8b3VEm4BUyVR" alt=""><figcaption><p>Fig2: Transaction Details</p></figcaption></figure>

<table><thead><tr><th width="178">FIeld</th><th>Description</th></tr></thead><tbody><tr><td>Transaction ID</td><td>This is the unique identifier of the transaction. You can use this to look it up on <a href="/pages/unjr3hswLVGlgVUYCqCN">Atlus</a>.</td></tr><tr><td>Notes</td><td>This field views the options  notes property of the transaction.</td></tr><tr><td>From</td><td>This field views the address which issued the transaction (it's always your wallet address here since these are the list of transactions issuesd by your wallet)</td></tr><tr><td>To</td><td>This field views the address which the transaction is issued to.</td></tr><tr><td>Status</td><td>This field views the status of the transaction. </td></tr><tr><td>Date</td><td>This is the date/time when this transaction was issued.</td></tr><tr><td>Amount</td><td>This is the amount of ZCN tokens attached to this transaction.</td></tr><tr><td>View on Explorer</td><td>Click this to view the <a href="/pages/1YaWtuXkARRKiQom13o2">Transaction Details</a> page of this transaction on Atlus.</td></tr></tbody></table>


---

# 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.zus.network/zus-docs/webapps/bolt/activity-page.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.
