> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/project-settings/manage-your-subscription.md).

# Manage your subscription

To manage your subscriptions, simply go to the Billing & Plans settings:

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

<details>

<summary>Internal Tools vs. Customer Portals</summary>

There are two streams of Jet Admin plans, each with its own billing options.

In both streams, the plans differ in premium and advanced features and other aspects, but a key difference is that the Internal Tools plans are billed per user. For other details about the differences between the plans, see the [Internal Tools](https://www.jetadmin.io/pricing/internal-tool) and [Customer Portals](https://www.jetadmin.io/pricing/portal) pricing pages.

</details>

<details>

<summary>Billing Periods</summary>

Plans can be billed monthly or annually, with annually billed plans priced at a 20% discount.

</details>

<details>

<summary>Invoice Currency</summary>

Jet Admin is based out of the US, so all plans are billed in USD.

</details>

<details>

<summary>Changing Plans</summary>

You can change your plan at any time in the Billing Options menu. Internal Tools Enterprise-level plans are customized and thus have custom billing, so if you wish to build an Internal Tools Enterprise plan, click on the Contact Us button in the Billing & Plans menu.

</details>

<details>

<summary>Cancelling Your Plan</summary>

You can cancel your plan at any time by turning off automatic renewal.

</details>


---

# 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.jetadmin.io/user-guide/project-settings/manage-your-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.
