# Parameter creation - PARAM

First select Export in which you want to add parameters and click the Edit button&#x20;

![](https://3873075285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk0pzcO-wUOO5qf4rYN%2Fuploads%2Fp8lJ9WZ5zx50VcNePWNy%2Fheureka.JPG?alt=media\&token=4faac568-cbd5-41b6-b386-1ce757de435d)

You go to the rules&#x20;

![](https://3873075285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk0pzcO-wUOO5qf4rYN%2Fuploads%2FUVwYuJNFzNFLxMoObuRT%2Fprvidla.JPG?alt=media\&token=1eaac870-e714-4480-a47f-6956b10c5dc6)

After clicking on New rule, select the Add new element option&#x20;

![](https://3873075285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk0pzcO-wUOO5qf4rYN%2Fuploads%2F0QWlOzBDT3YQJNwBeHzD%2Fpravidla%20v%C3%BDb%C4%9Br.JPG?alt=media\&token=4a0c9374-6ad0-4a30-99d1-c372ee5735af)

Name the rule.&#x20;

In the condition of the rule, you can set for which category the parameter completion will be performed.&#x20;

Next, you need to set the Name of the new element: PARAM and Content of the element: NAME and VALUE (it is inserted into the content of the element). Content type: Nested structure must be set. The resulting XML will be written:

```
<PARAM>
    <NAME>GLASS_TYPE</NAME>
    <VALUE>Na sekt</VALUE>
</PARAM>
```

If there are more parameters in the XML, check Element can be repeated.
