> 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.md).

# Account & Billing

- [Overview](https://help.proxidize.com/account-and-billing/overview.md): Start here for account setup, subscriptions, payments, invoices, and verification.
- [Account Management](https://help.proxidize.com/account-and-billing/account-management.md): Create, update, and manage your Proxidize account settings and sub-accounts.
- [Account Creation and Setup](https://help.proxidize.com/account-and-billing/account-management/account-creation-and-setup.md): Create a Proxidize account and complete the initial setup steps.
- [Adding Sub-Accounts in the Proxidize Dashboard](https://help.proxidize.com/account-and-billing/account-management/adding-sub-accounts-in-the-proxidize-dashboard.md): Add sub-accounts in the Proxidize Dashboard to share access with your team.
- [How to Change Account Email](https://help.proxidize.com/account-and-billing/account-management/how-to-change-account-email.md): Learn how to change the login email address on your Proxidize account.
- [How to Delete My Proxidize Account](https://help.proxidize.com/account-and-billing/account-management/how-to-delete-my-proxidize-account.md): Delete your Proxidize account and understand what happens next.
- [Billing and Subscriptions](https://help.proxidize.com/account-and-billing/billing-and-subscriptions.md): Manage Proxidize plans, payments, invoices, subscription changes, and cancellations.
- [How to Subscribe to a Proxidize Plan](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-subscribe-to-a-proxidize-plan.md): Subscribe to a Proxidize plan and start using your proxy service.
- [How to Manage Your Subscription in the Proxidize App](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-manage-your-subscription-in-the-proxidize-app.md): Manage your active Proxidize subscription from the Proxidize app.
- [How to Upgrade, Downgrade, or Change Your Subscription](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-upgrade-downgrade-or-change-your-subscription.md): Upgrade, downgrade, or switch your Proxidize subscription plan.
- [How to Pay After a Failed Payment](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-pay-after-a-failed-payment.md): Resolve a failed payment and restore your Proxidize subscription.
- [How to Download an Invoice](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-download-an-invoice.md): Download invoices for your Proxidize subscription and billing history.
- [How to Change Your Payment Method](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-change-your-payment-method.md): Update the payment method tied to your Proxidize subscription.
- [Can I Buy Multiple Subscriptions on One Account](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/can-i-buy-multiple-subscriptions-on-one-account.md): Learn whether one Proxidize account can hold multiple subscriptions.
- [How to Cancel a Proxidize Subscription](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-cancel-a-proxidize-subscription.md): Cancel your Proxidize subscription and understand how billing stops.
- [Refund Policy](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/refund-policy.md): Review the refund terms that apply to Proxidize subscriptions and payments.


---

# 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.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.
