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

# Dashboard

The dashboard is the screen you arrive at once you have logged in to ZAP-POST. From the Dashboard, you can navigate to the rest of the ZAP-POST app.&#x20;

## Dashboard

The dashboard is designed to give you all of the important information within the ZAP APP to keep you up to date with your marketing operations and direct mail performance. \
\
You'll see some top line stats for the last 30 days, you top campaigns, latest submissions, integration statuses and any actions or updates that require your attention. &#x20;

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

## Navigation

Using the icons at the top of the page in the header section, you can navigate to the different areas of the app.

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

Navigate by Page: <br>

1. [Campaigns](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/campaigns.md) - This will take you to the campaigns page, which will list all of your campaigns. You can create a new campaign and you can also access any archived campaigns.&#x20;
2. [Settings](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/settings.md) - Here you can manage your account, users, notifications, APIs, Webhooks and billing.
3. [Processing](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/sending-zaps/processing.md) - Here you can see your submissions, make any necessary changes, download records and more.&#x20;
4. [Insights ](/zap-post-web-app/zap-post-user-guide/zap-app/using-the-zapp/insights.md)- View your ROAS performance at account, campaign and submission level.
5. [Integrations ](/zap-integrations/zap-post-integrations.md)- Manage your ZAP integrations, create data connections, sync data and view logs.
6. Help / User Dropdown - Access user docs, FAQ, Terms and Conditions and log out.


---

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