# Frequently Asked Questions

## Why didn’t my entry get counted?

Most common reasons:

* Missing or incorrect **destination tag**
* Sent XRP to the wrong address
* Sent before entries opened (scheduled raffles)

## Who can create raffles in a group?

Usually the group owner (and optionally Telegram admins), depending on how your WAFFL deployment is configured.

## Why don’t I see AMM options?

AMM/proceeds options only appear if they’re enabled at both:

* Platform level (deployment feature flags)
* Group level (configured via `/setup`)

## My raffle ended — why isn’t it paid out instantly?

Completion and settlement can take a few minutes depending on network conditions and queue load—especially during high-traffic events.


---

# 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.waffl.fun/frequently-asked-questions.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.
