> 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/updating-tax-and-vat-information.md).

# Updating Tax and VAT Information

Current account holders can now update their tax and VAT information through the Billing portal.

To do this:

1. Navigate to the Billing page in Settings at <https://app.bugsplat.com/v2/company/billing>
2. Click on the 'Manage your plan' button

This will bring you to the plan management portal where you can update various account details, including tax and VAT information.

In this portal, you can:

* Update your credit card information
* Change your billing address
* Modify the email that receives billing information
* Add or update VAT (Value Added Tax) information
* Update other tax-related details

Adding or updating VAT information is particularly important for businesses operating in countries that use a VAT system. Ensuring your VAT details are correct helps with accurate billing and compliance with local tax regulations.

**Note**: If you do not see an option to navigate to the Billing page, you may be a Restricted User. Please contact a Non-Restricted user on your team to gain access to Billing.

**For Enterprise plan customers**: If you need assistance updating your tax or VAT information, please contact <sales@bugsplat.com> for help.


---

# 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/updating-tax-and-vat-information.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.
