# Website Dashboard

The Raffl.io website dashboard provides public visibility into raffles across chains.

Main features

* Live raffles
* Completed raffles
* Participants and entries
* Wallet entry lookup

Checking entries on the dashboard

{% stepper %}
{% step %}

### Open the raffle

Open any raffle from Telegram or the website.
{% endstep %}

{% step %}

### Go to Participants

Scroll to the Participants section.
{% endstep %}

{% step %}

### Check Entry

Click Check Entry.
{% endstep %}

{% step %}

### Paste wallet

Paste the wallet address.
{% endstep %}

{% step %}

### Confirmation

The system confirms whether the wallet is recorded as a participant.
{% endstep %}
{% endstepper %}


---

# 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://raffl.gitbook.io/raffl-docs/website-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.
