> For the complete documentation index, see [llms.txt](https://help.conviu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.conviu.com/data-editing-xml-and-csv/parameter-creation-param.md).

# Parameter creation - PARAM

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

![](/files/iIu1w57qDfNHw3GExhVQ)

You go to the rules&#x20;

![](/files/5cCvtBehVRuSQxgp7iLt)

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

![](/files/LpvBHU4DptSI4v79WQ0I)

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.
