# How to adjust the selling price to another currency?

For example, if you are translating products from Czech into English, you will still need to change the selling price.&#x20;

This rule can be set using the Edit Element rule.&#x20;

To edit the data, go to the Product Export module and click the Edit button for the selected export for which you want to edit the data.

![](/files/iIu1w57qDfNHw3GExhVQ)

On the next page, select Rules and then New Rule.

![](/files/5cCvtBehVRuSQxgp7iLt)

Then you will have several options - choose Edit Element

![](/files/LpvBHU4DptSI4v79WQ0I)

Name the rule. Select the element you want to edit - in our case Price\_vat. Be sure to select Content Type Number.&#x20;

Then insert the calculation. E.g. to calculate EUR from CZK at the rate of 25.15 we added% price-vat% / 25.15.&#x20;

You can also round the resulting price in the Round Type section.

![](/files/82R055xZHGinVIrsExKa)

![](/files/xoFtB0H8Ff9Vi121sKMb)

In the left part you can see a preview of the code - here you can check how the new sales price was calculated for you.&#x20;

Click the Create Rule button to create and save the rule.&#x20;

To immediately recalculate the sale price, you can go to the Actions section and then choose Regenerate this export.

![](/files/cRg3F7OdA3RXDEaqXmU0)


---

# 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://help.conviu.com/data-editing-xml-and-csv/how-to-adjust-the-selling-price-to-another-currency.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.
