> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/auto-tax-calculator/examples/standard-tax-calculation/for-usa.md).

# For USA

If the Tax Calculation Country is set to USA on Inogic Settings then on product **‘Is Taxable’** field is displayed.

![](/files/-MZr1DI0d31p30bkcApU)

If **‘Is Taxable’** field is set to **‘Yes’** then the Auto Tax Calculator will automatically pick the Tax Schedule defined on that particular customer. Just like ‘Products’ entity, a tab named **‘Tax Processing’** is also added to the **‘Account’** and **‘Contact’** entity. Here, you can define the Tax Schedule for each customer as per your requirement.

![](/files/-MZr1O-yNY_XkkFsWndk)

### Example:

Now, if you are to create an Opportunity and add products then tax will be calculated on the basis of Tax Schedule defined on the Customer set on Ship to Customer field.

![](/files/-MZrT4Jcs5gSGEKQnYHl)

Similarly, you will get ‘Tax Processing’ tab which will give you detailed information about the tax calculated. Here also you will see the ‘Is Taxable’ field. You can set this field as per your preference.

![](/files/-MZrTCCff4S5i7vSrTAX)


---

# 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.inogic.com/auto-tax-calculator/examples/standard-tax-calculation/for-usa.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.
