> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-6.41/voyage-management-system/step-by-step-guides/voyages/maintain-voyages/overview-tab/cargo.md).

# Cargo

#### Cargo Section

The cargo section allows you to directly change some of the fields of the performance cargo from the voyage drawer without having to open the cargo drawer, if you are looking for more fields however, you will need to open the cargo drawer ( clicking the  ![](/files/-MJW01-51ej4tIuTwVpr) icon will open the cargo's drawer)

<figure><img src="/files/GtZE6oh6pWPQNae3vhpq" alt=""><figcaption><p>Cargo Section in Voyage Overview tab</p></figcaption></figure>

Days Extra In Port: Showing the average days extra in port for load and discharge port. Only enabled when days extra in port is the same for all port calls with the same reason for call. When updating, all port calls with the same reason for call will be updated. Days extra in port can also be updated when editing a port call.

#### Cargo List

To the left, a list of cargos are presented as small cards, showing you some select details about the cargo. This is meant to be a quick overview, to be able to differentiate between the different cargos. Clicking on a cargo will select it, and the Cargo-section to the right will update. The currently selected cargo is marked by a blue line on the left side of the card. Hovering over a cargo card will bring up the option to copy it, or open the cargo drawer. While a cargo drawer is open, you may click on any part of the card to open the cargo drawer for that cargo.

<figure><img src="/files/Km3ze5GUZdYazh3IJgIw" alt=""><figcaption></figcaption></figure>


---

# 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://docs.dataloy.com/release-6.41/voyage-management-system/step-by-step-guides/voyages/maintain-voyages/overview-tab/cargo.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.
