> For the complete documentation index, see [llms.txt](https://docs.mvhq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mvhq.io/for-users/navigation/explore-page.md).

# Explore Page

## What Is The Explore Page?

The Explore Page is a page for you to explore all the [Verified Missions & Organizations](/for-users/missions/verified-missions-and-organizations.md). On the Explore Page you can:

* Sort by: Trending, Featured, and New Mission
* Filter to a specific blockchain
* Toggle to only show active Missions
* Search for specific Missions based on their title and organization

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

## What Can I See On The Explore Page?

On the Explore Page, similar to the [Home Page](/for-users/navigation/home-page.md), you can see specific details and statistics for each Mission shown on their individual Mission Cards including:

* The title and organization for each Mission
* The number of participants (users who have completed at least one objective) for each Mission
* What blockchain the Mission [Rewards](/for-users/missions/rewards.md) are on
* When the Mission will end
* What type of [Rewards](/for-users/missions/rewards.md) there are and whether or not the reward is a raffle or open edition
* Additionally, in the [Your Missions](/for-users/user-dashboard/your-missions.md) Carousel only, you can see your [Mission Statuses](/for-users/missions/mission-statuses.md) for each mission

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

## What Can I Do On The Explore Page?

From the Explore Page you can click on a Mission Card to be taken to that specific Mission page to complete the [Missions](/for-users/missions.md) and start earning [Rewards](/for-users/missions/rewards.md). .&#x20;

To track all the missions you've interacted with in more detail, visit the [Your Missions](/for-users/user-dashboard/your-missions.md) Tab on your [User Dashboard](/for-users/user-dashboard.md)

## What Can I Do On The Home Page?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mvhq.io/for-users/navigation/explore-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
