# Your Dashboard

The Dashboard shows your personal activity across all raffles on Sudo. Connect your wallet to view it.

## Stats

Four cards at the top summarize your activity:

| Stat                        | What It Shows                                            |
| --------------------------- | -------------------------------------------------------- |
| **Total Tickets Purchased** | How many raffle tickets you've bought across all raffles |
| **Total Raffles Won**       | How many times you've won a raffle draw                  |
| **Total Spent on Tickets**  | Total APT spent on ticket purchases                      |
| **Raffles Created**         | How many raffles you've launched                         |

## Ticket History

Below the stats, the **Latest Tickets** table shows your recent ticket purchases with:

* Sequence number
* Timestamp
* Amount (APT)
* Status (won/pending)

Click **See All** to view your full ticket history.


---

# 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.sudoprotocol.com/dashboard/your-dashboard.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.
