# Checking Raffle Submission

{% stepper %}
{% step %}

### Check from Telegram

Go to the Telegram group where the raffle is posted.

Click the **Check Status** button on the raffle.

The bot opens a private chat.

Enter the wallet address used for the asset transfer.

The bot replies with one of the following:

```
Confirmed — asset received
Not found — no submission recorded
```

{% endstep %}

{% step %}

### Check from the website dashboard

Click the **View Raffle** button on the Telegram raffle post.

This opens the raffle on the Raffl.io website.

Scroll to the bottom and expand the **Participants** section.

Click **Check Entry**.

Paste the wallet address used for your submission.

The system confirms whether the address has an entry recorded.
{% 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/checking-raffle-submission.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.
