> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/spiski-znachenii/kompaniya/rol-v-logistike-or-exchange_role.md).

# Роль в логистике | exchange\_role

<table><thead><tr><th>Значение</th><th width="165.50390625">Название</th><th width="397.1171875">Дополнительная логика</th></tr></thead><tbody><tr><td><code>shipper</code></td><td>Грузовладелец</td><td>Недоступны для заполнения поля размера автопарка (<code>fleet_amount</code>) и таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>carrier</code></td><td>Перевозчик</td><td>Недоступно для заполнения  поле таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>forwarder</code></td><td>Экспедитор</td><td>Недоступны для заполнения поля размера автопарка (<code>fleet_amount</code>) и таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>forwarder_carrier</code></td><td>Экспедитор-перевозчик</td><td>Недоступно для заполнения  поле таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>dispatcher</code></td><td>Диспетчер</td><td>Доступны все поля</td></tr><tr><td><code>freight_broker</code></td><td>Брокер грузов</td><td>Недоступны для заполнения поля размера автопарка (<code>fleet_amount</code>) и таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>customs_agent</code></td><td>Таможенный брокер</td><td>Доступно для заполнения  только поле таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>storage_provider</code></td><td>Оператор складов</td><td>Недоступны для заполнения никакие поля (<code>fleet_amount</code>,  <code>international_direction</code>, <code>national_direction</code> ,  <code>transportation_type</code>, <code>cargo_type</code>, <code>customs_service</code>)</td></tr><tr><td><code>shipper_carrier</code></td><td>Грузовладелец-перевозчик</td><td>Недоступно для заполнения  поле таможенных услуг (<code>customs_service</code>). </td></tr><tr><td><code>other</code></td><td>Иная деятельность</td><td>Недоступны для заполнения никакие поля (<code>fleet_amount</code>,  <code>international_direction</code>, <code>national_direction</code> ,  <code>transportation_type</code>, <code>cargo_type</code>, <code>customs_service</code>)</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.roolz.net/spiski-znachenii/kompaniya/rol-v-logistike-or-exchange_role.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
