> For the complete documentation index, see [llms.txt](https://docs.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugsplat.com/administration/billing/upgrading-changing-or-canceling-your-plan/managing-payment-details.md).

# Updating Credit Card and Billing Information and Viewing Billing History

Current account holders interested in updating their plan to a different level (Team or Business), adjusting the number of monthly reports, or adding/subtracting users and databases, should navigate to the [Billing](https://app.bugsplat.com/v2/company/billing) page in Settings and click on the button that says Update Plan Details.

Note that if you do not see an option to navigate to the Billing page it's likely because you are a Restricted Users. Please contact a [Non-Restricted](/administration/introduction/user-permissions.md) user on your team to gain access to [Billing](/administration/billing.md).

This will bring up the Set Plan Details pop-up where account holders can update key settings for their account.

Once the desired change has been made click '{Button Name}' to confirm the changes.

## Adding or Updating Payment Specific Information

Current account holders interested in updating information associated with their account can do so by navigating to the [Billing](https://app.bugsplat.com/v2/company/billing) page in Settings and clicking on the link that says 'Manage your plan.'

This will bring you to the plan management portal where users can manage their account details.

![](/files/wmOI9DWQSRN1F2rYYTyl)

Here, account holders can update their credit card, billing address, and email to receive billing information. This page is also where account holders can add VAT information.

### View and Download Billing History (Invoices and Receipts)

Account holders who wish to update their account information can do so by navigating to the [Billing](https://app.bugsplat.com/v2/company/billing) page in Settings. On this page, click on the button labeled 'Manage your plan' or 'Update Card'.

Clicking this button will redirect you to a Stripe-hosted page where you can make changes to your account, such as updating your plan, payment method, and associated email, and accessing previous receipts and invoices from your billing history. To access these documents, click on the Share icon (highlighted in a pink box below).

<figure><img src="/files/55Bj8KKkC1akEBheIW7j" alt=""><figcaption><p>Click the share icon to view invoices for that payment period.</p></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://docs.bugsplat.com/administration/billing/upgrading-changing-or-canceling-your-plan/managing-payment-details.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.
