# Getting Started

Before anyone can create raffles inside a Telegram group, the group owner needs to connect the group to Raffl Bot and configure payout details.

{% stepper %}
{% step %}

### Add the bot to the group

* Add @therafflbot to the desired Telegram group.
* Click 'Add to Group or Channel'
* Select the desired group to host raffles. &#x20;
  {% endstep %}

{% step %}

### Start the setup in the group

* As the group owner, type `/setup` in the group.
* Raffl Bot sends a setup card. Click the setup button which opens a private chat with the bot.
  {% endstep %}

{% step %}

### Configure payout wallets (in private chat)

You are prompted to enter group payout wallets:

* One EVM wallet for Ethereum, Base, or Binance Chain raffles
* One Solana wallet for Solana raffles
  {% endstep %}

{% step %}

### Choose revenue or profit sharing

* Choose whether revenue or profit sharing for that group is enabled or disabled.
  {% endstep %}

{% step %}

### Confirm settings

* Review and confirm the settings, then return to the group.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Only the group owner can change group payout wallets and toggle revenue or profit sharing for that group.
{% endhint %}

Flow summary:

```
[Add @rafflbot to group]
          ↓
[Group owner types /setup]
          ↓
[Tap setup button]
          ↓
[Bot opens private chat]
          ↓
[Enter group payout wallets]
  • EVM wallet
  • Solana wallet
          ↓
[Enable or disable revenue sharing]
          ↓
[Confirm settings]
          ↓
[Group is ready for raffles]
```


---

# 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/getting-started.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.
