> For the complete documentation index, see [llms.txt](https://userguide.zappost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.zappost.com/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/campaigns/campaign-details.md).

# Campaign Details

## Introduction

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

This page will show you the following details: <br>

* Campaign name
* Campaign Status&#x20;
* Campaign Paper Stock&#x20;
* Campaign ID
* Key dates such as when it started and when it last sent
* Next scheduled send
* Total zaps sent
* Number/percentage of records cleansed returned, and currently processing
* A preview of the current published artwork, if any is published
* The latest Campaign Submissions stats such as status, record count, cleansed count, with links to access each submission

## Available functionality

You can do the following from this page:

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

* New Submission - This allows you to submit data to send new ZAPs. This wizard experience is covered in our [Sending ZAPs section](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/sending-zaps.md)
* Edit Campaign - This will allow you to update the campaign name.
* Edit Design - This will take you to the [ZAP Designer](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/design.md)
* Edit Custom Fields - This will take you to the [custom wizard editor ](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/campaigns.md#managing-custom-fields)
* View Published Designs - This shows a preview of any published artwork&#x20;
* Download CSV Template - This will download a CSV file which is pre-populated with your campaign data model ready for any recipient records to be added to submit to the app
* Manage Data Connections - This is covered in our [Integration Documentation](/zap-integrations/zap-post-integrations.md)
* Archive Campaign - This will archive the campaign, removing it from your campaigns screen allowing you to keep a clear picture of your active campaigns. A campaign can be archived or unarchived at any time.&#x20;

### Design History

The design history will show you a history of all published designs for the campaign with any submissions that were created using the published content. \
\
In order to access the design history simply click the icon on the preview<br>

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

Once selected you'll be taken to the Design History modal. From here you'll see a list of all of your historic publishes with dates and thumbnails as well as a submission count. The current live artwork will be indicated by the LIVE marker on the right.&#x20;

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

You can expand the design to see it in more detail. This will show when it was published and who published the artwork.&#x20;

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

You can also see any submissions created in more detail by expanding the arrow. This will show you the submission date, how many records were accepted, how many were rejected, the submission status and the send date.&#x20;

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

From here you can also click the details icon to be taken directly to the submission.&#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://userguide.zappost.com/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/campaigns/campaign-details.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.
