# Quests & Tasks

## Quests

**In Arcadia, quests are at the heart of the gameplay experience.**\
\
Each day, players can interact with dozens of NPCs spread across the world of Arcadia, each offering unique quests. From gathering items and crafting tools to transporting goods, fishing, or growing crops. The variety of available missions ensures a rich and engaging daily experience.\
\
When a player completes a quest, they receive various rewards: XP points, gold coins, special items, consumables, and more.

Some quests will require players to reach a certain level before they can access them. As players progress and complete missions, they'll unlock new activities and more challenging quests, rewarding long-term engagement.

Once a quest is accepted from an NPC, it is automatically added to the player's quest log.

{% hint style="info" %}
To add a quest to their quest log, the player must have enough energy. Each available quest requires the player to spend a specific amount of energy.
{% endhint %}

<figure><img src="/files/eHSaBISKxNrDek9Tfsu1" alt=""><figcaption><p>Player's quest log panel</p></figcaption></figure>

## Weekly Tasks

In addition to quests, Arcadia features a **weekly task system**. These tasks offer players additional opportunities to earn XP throughout the week. For example: *collect 50 units of stone*. \
\
Completing these challenges provides an extra layer of progression and keeps gameplay fresh and rewarding week after week.

<figure><img src="/files/C7VvNYdLXFCcjQk3hHXs" alt=""><figcaption><p>Weekly Tasks Panel</p></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://arcadia-game.gitbook.io/arcadia-docs/gameplay/quests-and-tasks.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.
