# How to create a custom label - g: custom\_label?

To add a Custom\_label label, first choose Export -> Edit

![](/files/iIu1w57qDfNHw3GExhVQ)

Then go to Rules -> New rule&#x20;

![](/files/5cCvtBehVRuSQxgp7iLt)

If you want to edit Custom\_label, choose Edit Element. In the condition, select Custom\_label as a variable and define the modification according to your requirements.

If you want to create a Custom\_label, choose Add Element.

![](/files/LpvBHU4DptSI4v79WQ0I)

In the example shown, the g: custom\_label\_5 label with a value of 100-299 CZK is added to all products with a price from 100 to 299 CZK.

![](/files/k7hkfM4jvGlskdo1riMg)

![](/files/1fyoRKbrD3dYkCV21DOf)

The following will be written in XML:

`<g:custom_label_5>100-299</g:custom_label_5>`

You can see the change in the right column of the modified XML preview.


---

# 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-create-a-custom-label-g-custom_label.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.
