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

# Account & Billing

Plans, billing, invoices, credits, upgrades, downgrades, cancellation and refunds for your Dapta account, all managed from Billing & Plans in the app.

Everything about paying for Dapta lives in one place: **Billing & Plans**. Click your profile at the bottom-left corner of the app and choose **Billing**, or open [app.dapta.ai/billing](https://app.dapta.ai/billing) directly. The pages in this section explain what you will find there and what happens to your account when you change, cancel or ask for a refund.

## Where do I manage my plan, payments and invoices?

In **Billing & Plans**. The **Billing** tab shows your current plan, next payment, credit balance and payment method. **Invoices** lists every charge with a downloadable PDF. **Plans** is where you upgrade, downgrade or cancel. **Usage Details** breaks down what consumed your credits, and **Auto-recharge Credits** keeps your balance from reaching zero.

| Tab                       | What you do there                                                                                 |
| ------------------------- | ------------------------------------------------------------------------------------------------- |
| **Billing**               | See your plan, next charge, credits left and payment method. Change your card. Buy extra credits. |
| **Invoices**              | Download the PDF of every payment and recharge. Update the company details printed on invoices.   |
| **Plans**                 | Compare Pro, Scale-Up, Prime and Enterprise. Upgrade, downgrade or cancel your plan.              |
| **Usage Details**         | See every charge in the current billing period by agent, flow, number or channel.                 |
| **Auto-recharge Credits** | Add credits automatically when your balance drops to 20,000, with a monthly budget cap.           |

***

## Guides

{% content-ref url="/pages/P7WZLlk94PLkJGAvpHRT" %}
[Plans and Pricing](/account-and-billing/account/plans-and-pricing.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/V42IDPvYUJwPomkajId7" %}
[Upgrade or Downgrade Your Plan](/account-and-billing/account/change-your-plan.md)
{% endcontent-ref %}

{% content-ref url="/pages/vWBqu56HUOjJ3eTuPbXo" %}
[Cancel Your Subscription](/account-and-billing/account/cancel-your-subscription.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bzrpi5z1uI0iZpntdXDC" %}
[Refund Policy](/account-and-billing/account/refunds.md)
{% endcontent-ref %}

***

## Related

What each call, message, number and Dapti answer costs, and what happens when credits run out:

{% content-ref url="/pages/GXYct6Ze1oeIlY1toPVo" %}
[How Credits Work in Dapta](/fundamentals/how-credits-work-in-dapta.md)
{% endcontent-ref %}

Earn credits and cash by referring other businesses:

{% content-ref url="/pages/mgon0qANPe2SHsiV1XMW" %}
[Referals](/referals.md)
{% endcontent-ref %}

{% hint style="info" %}
Need help with a charge you do not recognize, an invoice for your accounting team or a plan that does not fit? Open the **Support** chat from the top bar of the app or write to <support@daptatech.com>. Account-specific billing questions are handled by a person, not by Dapti.
{% endhint %}


---

# 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.dapta.ai/account-and-billing/account.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.
