# 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.


---

# 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/parameter-creation-param.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.
