# Mission Statuses

## What Is A Mission Status?

Mission statuses display whether you've started, entered, or been selected to win a mission. You can check your mission status directly on the specific Mission page or for all the missions you've completed on your [User Dashboard](/for-users/user-dashboard.md) under the [Your Missions](/for-users/user-dashboard/your-missions.md) tab.

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

Click here to see a more detailed breakdown of your [User Dashboard](/for-users/user-dashboard.md)

## What Does Each Mission Status Mean?

<table><thead><tr><th width="206">Mission Status</th><th>Meaning</th></tr></thead><tbody><tr><td>Started</td><td>You have started but NOT completed the mission</td></tr><tr><td>Entered</td><td>You have completed the mission and entered to win the reward</td></tr><tr><td>Winners Selected Soon</td><td>The mission has ended and the team is in the process of selecting winners</td></tr><tr><td>Selected / Winner</td><td>You have been selected as a winner and will recieve the reward</td></tr><tr><td>Not Selected</td><td>You have not been selected as a winner and will NOT receive the reward</td></tr></tbody></table>


---

# 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.mvhq.io/for-users/missions/mission-statuses.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.
