# Types of cargo and packaging | cargo\_type

Types of cargo a company typically handles. The selected values ​​are displayed in the "Logistics services" section.

| Value              | Display                                    |
| ------------------ | ------------------------------------------ |
| `general`&#xD;     | General cargo                              |
| `groupage`         | Groupage cargo                             |
| `cep`              | Courier, Express and Parcel services (CEP) |
| &#xD;`last_mile`   | Last-mile delivery                         |
| `adr`              | Dangerous cargo (ADR)                      |
| &#xD;`oversize`    | Oversize cargo                             |
| `project`&#xD;     | Project transportation                     |
| `temperature`&#xD; | Temperature cargo                          |
| `perishable`&#xD;  | Perishable goods                           |
| `bulk`&#xD;        | Dry bulk cargo                             |
| `liquid`&#xD;      | Liquid cargo                               |
| `container`&#xD;   | Container transportation                   |
| `passenger`&#xD;   | Passenger transportation                   |
| `animals`&#xD;     | Livestock                                  |
| `other_special`    | Other types of cargo and transportation    |


---

# 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/company/types-of-cargo-and-packaging-or-cargo_type.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.
