> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/configurations/sale-voucher-configuration/other-settings-1/always-pick-party-wise-tax-region.md).

# Always Pick Party Wise Tax Region

**YouTube Link:** [How to Configure Party Wise Tax Region Selection in the Sale Bill ?](https://www.youtube.com/watch?v=n_iA1-4wpU0\&t=2s)

## How to Configure Party Wise Tax Region Selection in the Sale Bill?

In this tutorial, when you select a party, the software automatically retrieves the tax region linked to that party, ensuring the application of accurate tax rates based on the customer's location.

### Linking Parties with Tax Regions

1. Navigate to the Setup/Party Wise Settings/Set Tax Regions + Customers
2. Choose the Customer you wish to link to a Tax Region.
3. Update the details by Click 'Refresh' to ensure the information is up-to-date.
4. Lastly, press the spacebar in the "Tax Region" field, select the desired region from the dropdown list, and save the Changes.

<figure><img src="/files/AfkomvR9LIlmWR9lGiv4" alt=""><figcaption><p>Please link the customer to the desired Tax Region.</p></figcaption></figure>

### Configuration Settings

* Navigate to the "Sale Voucher Configuration".
* Select Relevant Billing Series.
* Activate the option "Always Pick Party Wise Tax Region".

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

### Demonstrating the Feature

1. Create a "Sale Bill".
2. Upon selecting a Customer, the software will automatically identify the applicable tax region.

<figure><img src="/files/poS47auNqTSa9TBcIb5l" alt=""><figcaption><p>The software has automatically selected the tax region based on the party-wise linking.</p></figcaption></figure>


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/configurations/sale-voucher-configuration/other-settings-1/always-pick-party-wise-tax-region.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.
