> 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/challenging-pot-results/how-to-create-a-challenge.md).

# 📝How to Create A Challenge

<figure><img src="/files/invrv9uifUIDPzCzJBXd" alt=""><figcaption><p>Challenge Payouts</p></figcaption></figure>

1. Go to the Pot Page when the challenge period is active.
2. Click the "Challenge Payouts" button.
3. A popup will appear. Attach your main challenges and supporting evidence.
   * Preferred: On-chain documents with clear transaction data
   * Alternative: Traditional documents (ensure view-sharing is enabled)

## Seeing the Result of the Challenge

Please go to the POTLOCK community chat to bring up new challenges that need to be addressed so they can be communicated to a chef. If a chef accepts a challenge, they need to provide an action plan for how this will change results. A chef must reject a challenge with a reason. In that case, it will have no effect on the outcome.&#x20;

After the cooldown period is done and all challenges have been addressed a chef can either update results or initiate payouts. A chef can flag particular donors

## Seeing Current Challenges

In the payouts tab of the Pot, their will be a challenges drop-down where you can see existing challenges.&#x20;

<figure><img src="/files/jpLzQvJNLiszRYfj72nS" alt=""><figcaption><p>See payouts</p></figcaption></figure>

## For Chefs (Flagging Donors & Readjusting Payouts)

<figure><img src="/files/d9MVZMlrkAQXyiozIWHS" alt=""><figcaption><p>Flag donors</p></figcaption></figure>

All calculations are calculated using quadratic funding, but a Chef can actually flag donors to be omitted from this calculation based on challenges, omit projects, and manually toggle the amount based on executive decisions. However, any change to calculated payouts needs to go through another payout period.&#x20;


---

# 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/challenging-pot-results/how-to-create-a-challenge.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.
