> For the complete documentation index, see [llms.txt](https://docs.gethoneycart.com/live-examples/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gethoneycart.com/live-examples/miscellaneous/sales-tax/tax-exempt-clients.md).

# Tax Exempt Clients

You can customize the [sales tax](/live-examples/miscellaneous/sales-tax.md) charged to any client just in case you need to make certain clients tax exempt.

This can be done at the State level (i.e tax exempt in DC, but not VA) or for the type of item ordered (i.e food is tax exempt, but not alcohol).

After you add the tax exemption, all of their orders will be tax exempt moving forward.

{% hint style="info" %}
**Good to know:** [add a custom field](/live-examples/miscellaneous/customize-order-form.md) to your checkout form so clients can upload their tax exempt certificate
{% endhint %}

![Add a tax-exemption to a client's profile to make all of their orders tax-exempt moving forward.](/files/vLC6RWM77sOby0fr6HoH)

![Add a custom field to your checkout form so clients can upload their tax-exempt certificate.](/files/GjHFFW0Dr4w4GVZHfYW6)


---

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

```
GET https://docs.gethoneycart.com/live-examples/miscellaneous/sales-tax/tax-exempt-clients.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.
