# How to automate price conversion

When working with business rules you can change a specific localized value of an [attribute](/fundamental-concepts/workflows-and-automation.md). This makes it possible to convert the local price to other currencies.

Start by making a Business rule that [triggers](/reference/settings/data-governance/business-rules/business-rule-details/triggers/trigger-details.md) when the price [attributes](/fundamental-concepts/workflows-and-automation.md) change.

<figure><img src="/files/EzuooZ8XADA5yHW2CGOf" alt=""><figcaption><p>Trigger when a price property is changed</p></figcaption></figure>

Then make [conditions](/reference/settings/data-governance/business-rules/business-rule-details/conditions/condition-details.md) to check if the price was set. This can be done by checking if the price was empty before.

<figure><img src="/files/xtJJhn5B9V55LTFN9ao5" alt=""><figcaption><p>Conditions and actions</p></figcaption></figure>

Within each [condition](/reference/settings/data-governance/business-rules/business-rule-details/conditions/condition-details.md) you can then set up an [action](/reference/settings/data-governance/business-rules/business-rule-details/actions/action-details.md) to convert the price. In this example the List Price (EUR) is converted to List Price (DKK).&#x20;

<figure><img src="/files/QFCdmgvqbr6KuQ37tInt" alt=""><figcaption><p>Configure action</p></figcaption></figure>


---

# Agent Instructions: 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.struct.com/tutorials/guides/how-to-use-business-rules/how-to-automate-price-conversion.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.
