> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/platform-overview/admin-console/campaigns.md).

# Campaigns

#### Creating a Campaign <a href="#block-310a9151e35240178a07f97aabb5dad0" id="block-310a9151e35240178a07f97aabb5dad0"></a>

To create a Campaign, click the Create Campaign button.

Provide a unique Campaign name, and click to upload CSV file containing the list of members in the campaign. The upload CSV file must have the following columns:

* *Email*: the members email address

You can optionally provide additional custom columns for reporting. For example:

* *Office*: the site/location of the team member
* *Organization Unit*: the business unit of the team member

<figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/5ddd6a97-ebe8-4020-b15f-a58ab8c56ee4/Untitled/w=640,quality=80" alt=""><figcaption></figcaption></figure>

### Updating a Campaign <a href="#block-7cfd9abcb9d544a1ab9002c1b8981784" id="block-7cfd9abcb9d544a1ab9002c1b8981784"></a>

{% hint style="danger" %}
The uploaded list of members *replaces* the current members of the campaign
{% endhint %}

To update the members associated with the campaign, click the “Edit Campaign” button on the Campaign Detail page:

<figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/048edfab-b402-48ee-9798-a4d785853144/Untitled/w=828,quality=80" alt="" width="375"><figcaption></figcaption></figure>

The upload CSV format has the same structure for campaign creations.

In order to facilitate re-upload of a member list generated via “Export” (see Campaign Details below), the following columns in the upload file are ignored:

* Status
* Date Joined
* Extension Version
* Last Seen

\ <a href="#block-568440e4de8f438da6d2a5ba6f5fb233" id="block-568440e4de8f438da6d2a5ba6f5fb233"></a>
----------------------------------------------------------------------------------------------------


---

# 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.pixiebrix.com/platform-overview/admin-console/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.
