> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/using-tuplo-studio/orders/calculate-taxes.md).

# Calculate Taxes

<figure><img src="/files/Vhk4cIgRA1Mu8J663nXu" alt=""><figcaption><p>An additional line for tax estimations is available when using a tax service.</p></figcaption></figure>

Taxes apply to orders at two locations when a tax service is selected. Customers who place an order on your website will see a tax calculation before completing their purchase. Additionally, when creating an order through Tuplo Studio, you can calculate taxes before accepting payments.

To calculate taxes, you will need to have fully configured Tuplo Basic or any of the other tax services available to integrate with Tuplo.

{% hint style="info" %}
**Quick Tips!**

For more information on the available tax services, please refer to the tax section in our [Tuplo Account Management Guide](/tuplo-account-management-guide/your-tuplo-dashboard/preferences/sales-tax.md).
{% endhint %}

***

## Calculate Taxes

Calibrate your tax settings and add products to an order. Then, follow these steps to apply tax calculations to your orders.

1. **Choose** <mark style="color:blue;">**More Options > Calculate Taxes**</mark>.
   * or
2. **Use** the keyboard shortcut <mark style="color:blue;">**Command + T**</mark>.

If the customer requests to add or remove products from the order, the system resets calculations, requiring you to perform them again.

{% hint style="warning" %}
**Quick Tips!**

Just a reminder that we at Tuplo are not tax experts. We highly recommend using a trusted tax official when working with any services available with Tuplo.
{% endhint %}


---

# 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.tuplo.com/using-tuplo-studio/orders/calculate-taxes.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.
