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

# Explore Campaigns

<figure><img src="/files/FXG64tpeCAkE2QWxLSJE" alt=""><figcaption><p>Campaign Explore Page</p></figcaption></figure>

### Overview of Campaigns

Upon accessing the Campaign Page, you will see a list of campaigns currently active in the POTLOCK ecosystem. The layout is user-friendly, featuring various campaign cards that display essential information at a glance.

### Featured Campaigns

* **Highlighted Initiatives**: At the top of the page, you will find **Featured Campaigns**. These campaigns are particularly significant and applicable to the entire POTLOCK ecosystem, showcasing initiatives that may have broader community relevance or support.

### List of Campaigns

* **Comprehensive Listings**: Below the featured section, all other campaigns are listed. Users can filter these campaigns based on different criteria to find specific initiatives that interest them.

### Campaign Card Details

Each campaign card provides key information, including:

* **Campaign Name**: The title of the campaign, giving insight into its purpose.
* **NEAR Address**: The wallet address associated with the project or individual for whom funds are being raised.
* **Target Amount**: The financial goal set for the campaign, indicating how much funding is needed.
* **Amount Raised**: A real-time update showing how much money has been raised towards the target.

<figure><img src="/files/5PrzvxBspaRrP9adeltk" alt=""><figcaption><p>Campaign Phases</p></figcaption></figure>

### Understanding Campaign Phases

The visual indicators on each campaign card help users quickly assess the status of fundraising efforts:

* **Red Indicator**: This signifies that the minimum funding target has not been met. If a campaign remains in this phase, it may risk cancellation.
* **Green Indicator**: This indicates that the campaign goal has been reached successfully. All funds raised will be allocated as intended.
* **Yellow Indicator**: This means that while the minimum target has been satisfied, donations will now pass through to the project and be distributed accordingly. This phase ensures that projects receive necessary funding while still allowing for additional contributions.


---

# 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.potlock.io/user-guides/campaigns/explore-campaigns.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.
