> 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-other-countries.md).

# For Other Countries

If Tax Calculation Country is set to Other on Inogic settings then tax calculation is done depending upon the tax schedule set on Product.&#x20;

On product entity, under the Tax processing tab there is **‘Tax schedule’** field wherein you can set the tax schedule according to which the tax will be calculated.

![](/files/-MZr0gw8eDT8NQRpXKja)

### Example:

Now, if you are to create an Opportunity and add products then tax will be calculated on the basis of Tax Schedule defined for that particular product.

![](/files/-MZr0pav8GxeqQeL6vAm)

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

![](/files/-MZr0wee2dcjqYNs7Lku)


---

# 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-other-countries.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.
