# Shipping modes | shipping\_modes

<table><thead><tr><th width="129">Value</th><th width="213">Display</th><th>Additional details</th></tr></thead><tbody><tr><td><code>any</code></td><td>Any: FTL or LTL</td><td>Entering the number of transport units is not available. Cannot be selected for transport offer.</td></tr><tr><td><code>ftl</code></td><td>FTL (Full Truckload)</td><td>Activates the field for entering the number of transport units for freight offers</td></tr><tr><td><code>ltl</code></td><td>LTL (Less-Than-Truckload)</td><td>Entering the number of transport units is not available.</td></tr><tr><td><code>special</code></td><td>Project, oversize</td><td>Activates the field for entering the number of transport units for freight offers</td></tr></tbody></table>


---

# 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.roolz.net/en/open-api/field-values/offers/shipping-modes-or-shipping_modes.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.
