# Missions

Missions are goals that players have to realize to earn experience and gems. To check your ongoing missions, use the `/missions` command.

{% hint style="info" %}
You can also check out another player's missions by adding the `user` or `rank` parameters from the aforementioned command. For example, `/missions rank:777` will display missions from the user who's ranked 777th.
{% endhint %}

### Mission categories

&#x20;There are 3 types of missions:

* Campaign missions: they don't change and are preset : there are 129 of them and their difficulty is evolving with the player.
* Daily missions: as their name implies, they change every day and make the player earn rewards in a different way than campaign missions.
* Secondary missions are another possibility to earn rewards, they can be found occasionally in specific small events.

<figure><picture><source srcset="/files/H5MT6Or9xa0M91geL8Qs" media="(prefers-color-scheme: dark)"><img src="/files/152HyyPdyEBd02I9K6AG" alt=""></picture><figcaption><p>For example, here's a list of what missions you could have.</p></figcaption></figure>

Secondary missions can be found on small events that look like this:

<figure><picture><source srcset="/files/nbimsYRcUqSxvw3oDsk1" media="(prefers-color-scheme: dark)"><img src="/files/fOBDsnFOsa5L7vAx5Zrw" alt=""></picture><figcaption><p>Something like this. At least, check if it begins with <span data-gb-custom-inline data-tag="emoji" data-code="1f4dc">📜</span>to see if you received one.</p></figcaption></figure>

### The missions shop

Gems that are earned by completing campaign and daily missions can be spent on the missions shop. You can access the latter with the `/missionsshop` command.

It is divided in 3 categories:

{% tabs %}
{% tab title="Resources" %}

* King's Money gives a random amount of money ranging from 5150 to 7850:moneybag:. It costs 50 gems.
* King's Treasure grants you an item with a minimum rarity of Special. This one costs 30 gems.
* Kings's fervor offers you 1000 points but can only be used once a week. Its price is over 5 gems.
  {% endtab %}

{% tab title="Utilities" %}

* The mission change allows you, as its name indicates, to pass a secondary mission and replace it with another randomly picked mission. This option costs 10 gems.&#x20;
* King's court vet gives you informations about the pet that you currently own. The visit will be 3 gems.
  {% endtab %}

{% tab title="Prestige" %}

* The "Master of Quests" badge is unique and shows your investment in missions. You can obtain it for 150 gems.
  {% endtab %}
  {% endtabs %}

<figure><picture><source srcset="/files/q8JMq4QLwYKNMPx7T5pG" media="(prefers-color-scheme: dark)"><img src="/files/7YoicnN5LuorXWVluLP6" alt=""></picture><figcaption><p>Here's the missions shop</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://guide.crownicles.com/en/notions-principale/missions.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.
