> 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/campaign-page.md).

# Campaign Page

## Hero

#### Understanding Phases of Campaign

* Red means minimum target not hit.
* Green means campaign goal has been reached
* the end of stikc is maximum target
* If yellow it means minimum target has been satisfied and now all donations will pass through throuhg project and distributed to project

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

## Share A Referral

Click the share **when you are logged in** to share a link that earns you X% referral based on settings of campaign just click the "Share to Earn" button

## History

View all past donations activities

## Leaderboard

<figure><img src="/files/vJNPnotSbSnl9dFqFfiF" alt=""><figcaption><p>Leaderboard showing ranking based on amount of donation</p></figcaption></figure>

## Settings

<figure><img src="/files/mFHYITXtv53uB0gYnGo3" alt=""><figcaption><p>Settings</p></figcaption></figure>

In the settings you are able to view funding goals, camapgin durations, referrals and protocol fees. Admins / owners can edit campaigns

## Edit Campaigns (For Admins / Owners)

You can

* Change information

You cannot

* Change the benficiary of the campaign
* Cannot change minimum target amount or end date if their is a minimum target amount
* Campaign id on contract will remain the same

<figure><img src="/files/2KWGl9A3bjUUrgQvr7fj" alt=""><figcaption></figcaption></figure>


---

# 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/campaign-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.
