> 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/create-campaigns.md).

# Create Campaigns

<figure><img src="/files/Tb3uD7vaLOVhDTNDokzB" alt=""><figcaption><p>Campaign Hero</p></figcaption></figure>

### Navigate to the Campaign Creation Page

**Access the Create Campaign CTA**: Go to the POTLOCK website and find the **Create Campaign** call-to-action (CTA) located in the hero section of the [Explore Campaigns Page](https://alpha.potlock.org/campaigns). This will direct you to the campaign creation interface.

<figure><img src="/files/gqpaz4eOAjWfXwWQYyAa" alt=""><figcaption><p>Set Basic Details</p></figcaption></figure>

### Set Campaign Details

* **Enter NEAR Wallet Address**: Input the NEAR wallet address of the project or individual for whom the campaign is being created. This is crucial as it ensures that funds raised through the campaign are directed to the correct beneficiary.
* **Name Your Campaign**: Enter a clear and descriptive name for your campaign. This title should reflect the initiative you are raising funds for.
* **Write a Description**: Provide a detailed description outlining the purpose of your campaign, what it aims to achieve, and why it matters. This helps potential donors understand the significance of your initiative.
* **Upload a Banner Image**: Choose an engaging banner image that represents your campaign visually. This image will be displayed prominently on your campaign page.

<figure><img src="/files/Yb5g06AUwABvTQ5f5aao" alt=""><figcaption><p>Campaign details</p></figcaption></figure>

### Set Financial Targets

* **Target Amount**: Specify the target amount, you want to raise for that particualr campaign.
* **Minimum Target Amount**: The minimum amount that must be raised for the campaign to be considered successful.
* **Maximum Target Amount**: The upper limit of funds you aim to raise, allowing flexibility while capping contributions.
* **Start and End Dates**: Clearly outline the timeline for your campaign:
  * **Start Date**: When your campaign will officially begin.
  * **End Date**: When your campaign will conclude, after which no further donations will be accepted.
* **Campaign Duration**: Ensure that your start and end dates create a clear timeframe for potential donors, encouraging timely contributions.

Then Click the Create Campaign button to submit your campaihn.

## Contract

{% content-ref url="/pages/ar6GETlq4XVJEExWr0To" %}
[Campaigns \[live\]](/contracts/campaigns-live.md)
{% endcontent-ref %}


---

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