# Create a Quest

1. **Stat Requirement:**
   * Games specify the stat(s) that users must progress to complete the quest.
   * Stats serve as quantitative measures of user activity or accomplishments within the game, such as kills, collectibles found, distance traveled, etc.
2. **Title:**
   * Each quest is accompanied by a catchy and descriptive title that captures the essence of the challenge and encourages user participation.
   * Titles should be engaging and evoke curiosity or excitement to motivate users to undertake the quest.
3. **Description:**
   * Quests include a clear and concise description outlining the objectives and requirements for completion.
   * Descriptions provide users with guidance on what they need to do to progress through the quest and earn rewards.
4. **Image:**
   * Games provide an image to accompany each quest, enhancing visual appeal and recognition.
   * Images are displayed on the game quest card within the platform's interface, using a resolution of 500px x 400px for optimal display quality.

<figure><img src="/files/tOXYiNg0p6zWnoL73Kbn" alt=""><figcaption></figcaption></figure>

**Example Quest**

* **Title:** "Dragon Slayer Challenge"
* **Description:** "Embark on an epic journey to defeat the mighty dragons terrorizing the kingdom. Arm yourself with courage and skill as you venture into the dragon's lair and face formidable foes. Slay 10 dragons to prove your valor and earn exclusive rewards!"
* **Stat Requirement:** "dragon\_kills"

<figure><img src="/files/edmvXnaXXDbRjEPWMQ5D" alt=""><figcaption></figcaption></figure>


---

# 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.elixir.app/dashboard/reward-center/game-quests/create-a-quest.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.
