> For the complete documentation index, see [llms.txt](https://docs.mockapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mockapi.com/account/subscription.md).

# Subscription

Our subscription model is tiered according to usage and privileges but there's an always free tier for individuals who wants to try our product and can upgrade later to the tier that most suites them.

Upgrading your account will upgrade all your created projects which will also extend to any user invited to those projects regardless of if they have an upgraded account or not.

To upgrade your account, click on the `upgrade` button at the menu of your dashboard which will take you to the [plan selection page](https://mockapi.com/Payment/Plans).

<figure><img src="/files/AHIfv1rkZ2GB5eYnmqTi" alt=""><figcaption><p>Upgrade your account</p></figcaption></figure>

To cancel your subscription anytime, go to your profile and click on the `Cancel Subscription` button on the page.

<figure><img src="/files/ncYKUg4nnYyEkoEc5RUk" alt=""><figcaption><p>Cancel Subscription</p></figcaption></figure>

After cancelling your subscription, you will still be able to continue on your plan until the end of the subscription period. For eg: If you subscribed to a monthly `Standard` plan on 20th of April and cancelled on 1st of May, you will still be subscribed to the `Standard` plan until the 20th of May which marks the end of your subscription period.

If you experience any issue with subscription, please do not hesitate to contact us from the live chat icon at the bottom right of the page.


---

# 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.mockapi.com/account/subscription.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.
