# Creating a Raffle in a Group

Once setup is complete, owners and admins can create raffles from inside a Telegram group where Raffl Bot is present.

{% stepper %}
{% step %}

### Admin starts the process

Admin or owner types `/create` in the group.
{% endstep %}

{% step %}

### Bot prompts in the group

Raffl Bot sends a message with a button to create the raffle in private chat.
{% endstep %}

{% step %}

### Continue in direct messages

You tap the button and continue all raffle configuration in direct messages with the bot.
{% endstep %}

{% step %}

### Transfer required asset

After configuration, send the required asset to the generated address.
{% endstep %}

{% step %}

### Wait for confirmation

The asset is confirmed.
{% endstep %}

{% step %}

### Raffle posted to the group

Raffl Bot posts the raffle back to the group.
{% endstep %}
{% endstepper %}

```
[In group]  /create
      ↓
[Tap create raffle in DMs]
      ↓
[Configure raffle in private chat]
      ↓
[Send required asset to generated address]
      ↓
[Asset confirmed]
      ↓
[Raffle card appears in group]
```

From there, group members can buy entries and track the raffle until it ends or is cancelled.


---

# 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/creating-a-raffle-in-a-group.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.
