> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/~/revisions/4ycMT0EcUe4aYSGLpT5Z/settings/billing-and-usage.md).

# Billing & Usage

Manage your billing details

You can manage your billing settings such as your connected card, or billing email address/details from the **Manage billing** button. You can also check your billing details by clicking on this link: <https://portals.noloco.io/~/_/settings/billing>\
\
Noloco uses [Stripe](https://stripe.com)'s secure Billing Portal to let you manage your billing details safely and securely.

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

### Change your Noloco Plan

You can start a Noloco subscription from your app's billing page, or switch between the Pro and Business plan if you have already started a subscription.\
\
Simply choose the plan you would like to be on, and confirm the change in the next page.

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

### Account Usage

The account usage section shows you your usage across all of the apps you have in your account (even if you only have one app).

* **Seats**\
  The number of unique users (by email address) who have logged into any of your Noloco apps
* **Active Workflows**\
  How many [workflows](/~/revisions/4ycMT0EcUe4aYSGLpT5Z/workflows/workflows.md) are enabled across all of your apps
* **Workflow Runs**\
  How many individual workflow runs have happened in your current billing period month.\
  Each plan comes with different workflow run limits, after which you will need to pay for an overage

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

### App usage

The account usage section shows you your usage in the app you're currently in

* **File Storage**\
  The size of all of the files you have uploaded or synced with your Noloco app\
  Each plan comes with different file storage limits, after which you will need to pay for an overage
* **User Roles**\
  The number of different roles you have created in your Noloco app, including the 2 default roles

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


---

# 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://guides.noloco.io/~/revisions/4ycMT0EcUe4aYSGLpT5Z/settings/billing-and-usage.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.
