# Capacity Plan

The capacity plan gives you a monthly overview if your fleet is over- or underbooked with cargoes. For each months and each trade, we compare the available cargoes to the capacity in your fleet which is serving that trade.

## Overview

You can navigate between the current month and future months at the top of the dashboard. You can also filter to restrict the view to a particular set of trades.

The are three summary cards at the top displaying information on all trades selected in the filter:

* &#x20;Free capacity: Total deadweight - total weight
* &#x20;Deadweight: Total deadweight of vessels loading in the selected month
* &#x20;Weight: Total weight of cargoes with laydays commencement in the selected month.

For free capacity and weight, we distinguish between total values and fixed values. The latter takes only cargoes into account which have status "Clean Fix".

| Category  | Status                                                            |
| --------- | ----------------------------------------------------------------- |
| Not Fixed | <p>Indication</p><p>Firm Offer</p><p>Working</p><p>On Subject</p> |
| Fixed     | Clean Fix                                                         |

| Summary           | Description                                                            | Values                                                                                                     |
| ----------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Free Capacity** | <p>Remaining deadweight tonnage<br>summing all vessels and cargoes</p> | <p>Total: Deadweight - total weight</p><p>Fixed: Deadweight - fixed weight</p>                             |
| **Deadweight**    | Deadweight of vessels                                                  | Total: Sum of deadweight of vessels                                                                        |
| **Weight**        | Weight of cargoes                                                      | <p>Total: Sum of weight of cargoes of any status</p><p>Fixed: Sum of weight of cargoes of fixed status</p> |

## Trade panels

An expandable panel is shown for each trade, with totals for that trade. There are two lists inside the panel, one for **cargoes by charterer** and one for **vessels**.

### Cargoes by charterer

In each trade panel there is a list of total cargo weight and volume grouped by charterer. Only cargoes where **laydays commencement** lies in the selected month are counted.

All "fixed" charterer cargo totals are listed first, while "not fixed" entries come second and are indicated in grey.

| Column      | Description                        |
| ----------- | ---------------------------------- |
| Charterer   | Name of the charterer              |
| Weight (MT) | Total cargo weight in metric tons  |
| Volume (M³) | Total cargo volume in cubic meters |

### Vessels

In each trade panel there is a list of vessels. For each voyage in the master fleetplan, the vessel that voyage is allocated to is listed if the following two criteria are met:

1. The voyage is marked with this trade or its **performance cargo** belongs to the trade.
2. The voyage has **arrival date in the first load port** within the selected month.

| Column         | Description                                |
| -------------- | ------------------------------------------ |
| Vessel         | Name of vessel                             |
| DWT            | Deadweight of the vessel                   |
| Open Date      | Arrival date in the first load port        |
| Open Port      | First load port                            |
| Previous Trade | Trade of the previous voyage on the vessel |


---

# 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://docs.dataloy.com/release-8.5/fleet-allocation-and-scheduling/getting-started/capacity-plan.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.
