> 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-5.22/fleet-allocation-and-scheduling/getting-started/fleet-plans-beta.md).

# Fleet Plans (Beta)

The **Fleet Plans** module allows you to experiment with voyage and cargo allocation in different scenarios without making any changes to your master fleetplan.

## Board layout

The board has two main areas, unallocated voyages on the left, and allocated voyages on the right. For **Cargo Management** only the allocated area is visible.

Each element in the board represents either a voyage with cargoes, or a vessel open position.

By default the board is grouped into columns by vessel and into rows by month.

## Voyage Card

&#x20;Information displayed on the voyage card:

Voyage reference

Trade

Voyage Status

Performance cargo is marked with a star<img src="https://3360127832-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Liw6C9Fe7rohFtkU25j%2F-MACDUc3BT9kUzueJC30%2F-MACF4buHxPaZ7pF3vk6%2Fstars-black-18dp.svg?alt=media&amp;token=5fdbb562-f561-4867-8a1b-806efe6fb99f" alt="" data-size="line">

Performance cargo charterer

Performance cargo laydays start to end

Performance cargo quantity

Performance cargo commodity

## Actions

In the **open positions board** you can drag and drop voyages to allocate or unallocate them, move them between vessels and change their order on a vessel.

Click any voyage card to open the voyage drawer and access additional information and actions.

In the **cargo management board**, you can drag and drop cargoes between voyages. When moving a cargo, you can either move it 100% or split it and just move a part of it.

Clicking on a cargo opens the cargo drawer and gives access to additional information and actions.

## Selecting a scenario

At the top center of the screen, the selected scenario is displayed.

To select a different scenario, click the expand button<img src="https://3360127832-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Liw6C9Fe7rohFtkU25j%2F-MAC4EJE89pJ1-sVXZ5i%2F-MAC8p6RavmGZN3s44Mv%2Fexpand_more-black-18dp.svg?alt=media&amp;token=e8539ac2-90f2-4933-b16b-487255bd8898" alt="" data-size="original">next to the name to open a list of all scenarios.

To create a new scenario follow the step-by-step guide: [Create Scenario](/release-5.22/fleet-allocation-and-scheduling/step-by-step-guides/scenarios/create-scenario.md)

## Settings

At the top right of the board, click on **Settings**<img src="https://3360127832-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Liw6C9Fe7rohFtkU25j%2F-MAC4EJE89pJ1-sVXZ5i%2F-MAC5fXnWeoZ2LGOhBze%2Fsettings.svg?alt=media&amp;token=15671cf2-1b86-43a0-81ee-9bcc86840ebc" alt="" data-size="original">to open the settings window.

You can select the number of columns to show in the board either by moving the slider or by typing in a number.


---

# 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-5.22/fleet-allocation-and-scheduling/getting-started/fleet-plans-beta.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.
