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

Первая строка ответа как в CSV выгрузке, является заголовками для данных под ними. Соответсвенно порядок принадлежности заголовков совпадает с порядком данных.

```javascript
article,stock,stock-remote,price
514209,11,0,3835.00
11101902,2200,0,249.00
```

> Расширить выгрузку можно перечислив поля в параметре **fields** (id, stock, article, stock-remote, price, reserve).


---

# 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.4/vygruzhaemaya-informaciya/ostatki/format-otveta-csv.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.
