# Формат ответа XML

```
<root>
    <item tov_id="10029">
        <tov_id rus="Артикул">10029</tov_id>
        <tov_name rus="Наименование">Зажигалка Minijet</tov_name>
        <tov_rubr>
            <rubr>VIP\Личные аксессуары\Аксессуары для курения\Зажигалки</rubr>
        </tov_rubr>
        <tov_color rus="Цвет">красный, серебристый</tov_color>
        <tov_upak_vid rus="Вид упаковки">подарочная коробка</tov_upak_vid>
        <tov_vesed rus="Вес единицы (кг)"/>
        <tov_upak_kol rus="Количество в упаковке">1</tov_upak_kol>
        <tov_upak_razm rus="Размер упаковки"/>
        <tov_vid_nanes rus="Вид нанесения"/>
        <tov_opis rus="Описание"/>
        <tov_price rus="Цена">7150</tov_price>
        <tov_pic>
            <preview>
                <pic>10029_a.jpg</pic>
                <pic>10029_b.jpg</pic>
                <pic>10029_c.jpg</pic>
            </preview>
            <small>
                <pic>10029_a.jpg</pic>
                <pic>10029_b.jpg</pic>
                <pic>10029_c.jpg</pic>
            </small>
            <big>
                <pic>10029_a.jpg</pic>
                <pic>10029_b.jpg</pic>
                <pic>10029_c.jpg</pic>
            </big>
        </tov_pic>
        <tov_kol rus="Остаток на складе">10</tov_kol>
        <tov_rez rus="Резерв">0</tov_rez>
        <tov_str rus="Страница каталога"/>
        <tov_cat_skid rus="Каталог скидки">Красная</tov_cat_skid>
        <tov_razm rus="Размер товара"/>
        <tov_mat rus="Материал товара">хром, лак</tov_mat>
        <tov_brand rus="Брэнд">S.T. Dupont</tov_brand>
        <tov_rating rus="Рейтинг">5</tov_rating>
    </item>
    <item>...</item>
    ...
</root>
```


---

# 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://oasiscatalog.gitbook.io/api-oasis/overview/api-documentation-v.3-new/vygruzhaemaya-informaciya/1c/tovary/format-otveta-xml.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.
