> 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/sending-zaps/processing.md).

# Processing

## ZAP Processing page

To navigate to the ZAP Processing page, click the ‘processing’ icon in the header of ZAP-POST.&#x20;

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

From the ZAP processing page shows your submissions in the ZAP APP. It will show important information relating to each submission and complete key actions such as exporting records that have scanned QR codes on your mailed ZAPs.

Uses can filter submissions by ID, Status and Paper Stock.&#x20;

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

The page will show the following for each submission:

* **Date Submitted** - This is the date the original submission was uploaded to the campaign
* **Submission ID** - A unique submission ID (You can copy the ID to use when filtering reporting UIs or for  use with ZAP-API)
* **A link to our** [**ROAS Reporting**](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/insights.md)
* **Count of Records** - The number of records on initial submission, prior to any data cleansing results.
* **Paper Stock** - The paper being used for the submission
* **Campaign Name** - The name of the campaign the data has been submitted against
* **View/Edit Design** - You can use this to amend which design a submission uses
* **Frequency Rejected** - Details of any records that have been rejected due to the accounts frequency settings
* **Rejected Records** - Details of all records that fail the PAF and Cleanse process, dynamic image collection, address lookup or another validation process.&#x20;
* **Accepted Data** - The number of accepted records following the PAF and Cleanse process
* **Scheduled**  - The date Zaps are due to send
* **Status** - The status of the submission
* Credits - The number of credits refunded due to rejected records<br>

### Expanded options&#x20;

For each submission in the table there is an expanded menu which offers the following functionality:&#x20;

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

* View Submission
* View / edit design
* Opens ROAS Report
* Download Original Records - Download the original submission data
* Download any Frequency Rejected records - Download any records that are rejected due to your send frequency settings.&#x20;
* Download any Rejected records - Download any records that were rejected due to a cleanse result, PAF result, dynamic image issue, validation issue or address lookup attempt.&#x20;
* Download the final accepted records after any data corrections have occurred - Download the records that made it through the validation processes to be mailed.&#x20;
* Download any Returned ZAP records - Download any records that were undeliverable
* Download QR code scans report - Download any records that have scanned QR codes on your ZAP.&#x20;
* Download the submission invoice - This may not be available if you have grouped invoicing enabled on your account.&#x20;

## View or Edit Design

If you've already submitted data and realised you need to change your design. You can make changes to your design, save and publish your changes and select the new design from this screen.

Click on the View/Edit Design icon and select 'Change Design'

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

You'll then be prompted to select a new front panel design

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

You'll then be prompted to select a new back panel design

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

Once you've selected your new design, you'll be able to specify which submission(s) you would like to update.

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

Once you've selected which submission is updated, click 'Save Changes'


---

# 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/sending-zaps/processing.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.
