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

# Usage and Billing

### Monthly Usage (Paid Plans)

***

If you're on a paid plan, this section displays your current resource usage:

* **Published Apps:** The number of apps you've published vs. your plan limit.
* **Test Apps:** The number of unpublished apps (unlimited).
* **Team Seats:** The number of team members vs. your seat limit.
* **Data Storage:** How much storage you've used vs. your plan limit, shown as a progress bar.

### Upgrade Prompt (Free Plan)

If you're on the free plan, this section highlights premium features available on paid plans, including custom fonts, publishing to iOS/Android/web, user location data, custom actions, design versioning, and more. Click **See plan options** to view available plans.

***

### Plan & Services (Paid Plans)

This area shows details about your current plan:

* **Current Plan:** The name of your plan (Pro, Business, etc.).
* **Cost:** Your monthly or yearly price (visible to team admins).
  * Pro: $50/month or $39/month billed yearly
  * Business: $200/month or $149/month billed yearly
* **Next Payment:** The date of your next billing cycle, or "No future payments" if your plan is set to cancel.
* **What's Included:** A summary of the features and limits included in your plan.

#### **Changing your plan:**

Click **Change Plan** to upgrade, downgrade, or modify your subscription (team admins only).

**Switching to yearly billing:**

If you're on a monthly plan, you'll see an option to **Switch to Yearly** and save 20%. The estimated savings amount is displayed.

***

### Payment Methods

This area shows your saved payment card, including the card brand, last 4 digits, cardholder name, and expiration date.

Available actions:

* **Add Card:** Add a payment method if you don't have one saved.
* **Update Card:** Replace your current payment method with a new one.
* **View Invoices:** Opens your billing history through Stripe, where you can view and download past invoices.

{% content-ref url="/pages/FIHtig5uOJ2lsbcf9h34" %}
[Billing, Invoices, and Payments](/adalo-account/usage-and-billing/billing-invoices-and-payments.md)
{% endcontent-ref %}


---

# 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://help.adalo.com/adalo-account/usage-and-billing.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.
