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

# Plan

The plan page (found under 'Settings') in the ZAP-APP allows you to view your current plan type as well as upgrade. downgrade and cancel your plan.\
\
Your ZAP Plan will dictate how many ZAPs you can send, which app functionality you can access and billing. \
This pagewill show many ZAPs are remaining on your account, how many credits have been issued, and any extra ZAPs that have been used over your initial sign-up limit.

<figure><img src="/files/746qIZM356zDpFTB7UDy" alt=""><figcaption></figcaption></figure>

### Upgrade/Downgrade

Should you wish to upgrade or downgrade your plan you can do so by clicking on 'Change Plan' and selecting the new plan you wish to change to. \
If you want to swap from monthly or annual plan you can do so at the top of the plan cards. \
Once you've selected the plan card you wish to change to you can then continue to confirm your selection.&#x20;

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

Once you've selected your new plan, you'll see a confirmation pop up to confirm your changes. When downgrading your plan, this will happen on your plans renewal date. When upgrading your plan, you have the option to upgrade now or upgrade on your next renewal date.

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

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

If you've chosen to alter your plan on the next renewal date, you'll then have the option to cancel your changes.

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

To cancel your changes, go ahead and click 'Cancel Upgrade' or 'Cancel Downgrade' depending on your selection.

### Cancellation

To cancel your plan entirely, click on 'Cancel Plan', you'll see a pop up confirmation asking if you wish to proceed, plan cancellations always happen on your next renewal date.

<figure><img src="/files/3KukUm9zlk2ABhijWVQB" alt=""><figcaption></figcaption></figure>

When cancelling your plan, you'll still have full access to the ZAP-APP as well as any remaining ZAP Allowance and Cleanse Credits. If you cancel your plan and change your mind, [reach out to us ](https://zappost.com/contact/)and we'll back you back on track.


---

# 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/settings/plan.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.
