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

# Overview

Manage account access, subscriptions, payments, invoices, and verification from one place.

Start here if you need to create an account, subscribe to a plan, or fix billing details.

### Start here

* Need account setup help? Go to [Account Management](/account-and-billing/account-management.md).
* Need subscription or payment help? Go to [Billing and Subscriptions](/account-and-billing/billing-and-subscriptions.md).
* Need trial or KYC details? Jump to [Verification](#verification).

### Common account tasks

* [Account Creation and Setup](/account-and-billing/account-management/account-creation-and-setup.md) — Create your account and finish setup.
* [Adding Sub-Accounts in the Proxidize Dashboard](/account-and-billing/account-management/adding-sub-accounts-in-the-proxidize-dashboard.md) — Give teammates access.
* [How to Change Account Email](/account-and-billing/account-management/how-to-change-account-email.md) — Update your login email.
* [How to Delete My Proxidize Account](/account-and-billing/account-management/how-to-delete-my-proxidize-account.md) — Permanently remove your account.

### Common billing tasks

* [How to Subscribe to a Proxidize Plan](/account-and-billing/billing-and-subscriptions/how-to-subscribe-to-a-proxidize-plan.md) — Start a new subscription.
* [How to Manage Your Subscription in the Proxidize App](/account-and-billing/billing-and-subscriptions/how-to-manage-your-subscription-in-the-proxidize-app.md) — Review and manage your active plan.
* [How to Upgrade, Downgrade, or Change Your Subscription](/account-and-billing/billing-and-subscriptions/how-to-upgrade-downgrade-or-change-your-subscription.md) — Switch plans as your needs change.
* [How to Change Your Payment Method](/account-and-billing/billing-and-subscriptions/how-to-change-your-payment-method.md) — Replace the card on file.
* [How to Pay After a Failed Payment](/account-and-billing/billing-and-subscriptions/how-to-pay-after-a-failed-payment.md) — Retry payment and restore service.
* [How to Download an Invoice](/account-and-billing/billing-and-subscriptions/how-to-download-an-invoice.md) — Get invoices for accounting or records.
* [Can I Buy Multiple Subscriptions on One Account](/account-and-billing/billing-and-subscriptions/can-i-buy-multiple-subscriptions-on-one-account.md) — Check account subscription limits.
* [How to Cancel a Proxidize Subscription](/account-and-billing/billing-and-subscriptions/how-to-cancel-a-proxidize-subscription.md) — Stop renewal for an active plan.
* [Refund Policy](/account-and-billing/billing-and-subscriptions/refund-policy.md) — Review refund eligibility.

### Verification

* [How to Subscribe to a Proxidize Plan](/account-and-billing/billing-and-subscriptions/how-to-subscribe-to-a-proxidize-plan.md) — Review the buying flow before you subscribe.
* [KYC Verification for Proxidize Proxy Users](/getting-started/kyc-verification-for-proxidize-proxy-users.md) — Complete verification for supported use cases.

### Next step

Once your account and billing are ready, continue with [Quick Start with Proxidize Proxies](/getting-started/quick-start-with-proxidize-proxies.md).


---

# 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.proxidize.com/account-and-billing/overview.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.
