# VAT

You can set a default VAT percentage to apply to all external transactions, with the flexibility to customize it for individual customers as needed.

**To update a customer's VAT percentage:**

1. Navigate to the **Companies** or **End Users** tab in the main Menu.
2. Select the relevant company/customer
3. In the **General** tab, navigate to **Billing Details** and click **Edit**.

<figure><img src="/files/aaAjnFeBaOY93rIldlSw" alt=""><figcaption></figcaption></figure>

4. Adjust the VAT percentage under **Billing Details**, or specify it when creating a new company.

<figure><img src="/files/4hMqOhDbRUOukJxNq8gO" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Important**

* VAT is calculated and added to the amount being refilled.
  * *For example, when a client refills a wallet, VAT is applied based on the set percentage.*

* **If VAT is set to 0%**, VAT will not be collected on any transaction or refill, and the system will not apply VAT to platform prices.
  * *For example, If the default VAT is 0%, prices will be shown without VAT, and no VAT will be charged on transactions.*
    {% endhint %}

{% hint style="success" %}
**VAT Application on Platform Prices**

* By default, all platform prices are displayed **excluding VAT**.
* Once VAT is configured in the **organization settings**, it is automatically applied to platform prices unless a different VAT percentage is specified for a specific company.
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://faq.droam.com/menu/settings/vat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
