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

# VAT Exemption / Tax ID

## Background

In most cases, charges are subject to German VAT ("Umsatzsteuer"). There are a few cases where there is an exemption, though:

### Outside EU

**You are a registered company outside the EU**

If you update your billing address to include your company's name and address outside of the EU, no VAT will be charged.

### Inside EU with Tax ID

**You are a registered company outside of Germany and can provide a European tax id**

If you update your billing address to include your company's name, the address and provide a valid tax id, reverse charge will apply and no VAT is added.

## Setup

If you want to store your tax information in Datacake, you can do so through the billing settings. To do this, navigate to the billing settings using the sidebar.

![](/files/B9JuiIxWEBPHiw1xHgvJ)

In the Billing Section, now click on "Update Information" to change the provided information, including Tax-Settings.

![](/files/w4x3lkgLDpx4zRvCpyaA)

This will bring up the following modal, where you can enter your custom Tax-ID:

![](/files/BBpeZjLXb51S8J8Cgg7m)

Now enter a valid VAT-ID and press "Save". This will enable reverse-charge or tax exemption.

## FAQs

### I have already received an Invoice but forgot to set up the Tax-Exemption. What can I do?

Simply continue entering the Tax ID as described above. The invoices will be adjusted from now on. We cannot change invoices backward directly. If you need further assistance or have any questions, please feel free to contact us.


---

# 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.datacake.de/organization/billing/vat-exemption.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.
