# Lottery

There is a public lottery every 24 hours. Each player can buy one ticket for $1000 to enter in the lottery. Each vote adds $100 to the jackpot. You can buy your ticket with: <mark style="color:orange;">/lottery buy</mark>. Check lottery info with: <mark style="color:orange;">/lottery status</mark>

More commands in: <mark style="color:orange;">/lottery help</mark>


---

# 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://wiki.shadowkingdom.org/shadowkingdom-wiki/towny/money/lottery.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.
