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

# FAS: Step-By-Step Guides

In Fleet Allocation and Scheduling (FAS) you can work on voyages in the planning phase and allocate them to vessels. Available voyages and vessels are:

* Scheduled (Unallocated)
* Scheduled (Allocated)
* Nominated

Furthermore, the voyages need to be on-going or lie in the future.

### Vessels with the following properties

* "Schedulable" in the vessel master data
* FleetExitDate empty or in the future

{% hint style="info" %}
Vessels which don't have any voyage in their schedule are not displayed in the open positions board or schedule view. However, they are available to allocate and move to in the voyage drawer, and to create scenarios with them.
{% endhint %}

### **Master and Scenario**

The master scenario shows the current plan for the fleet and commitments. It is directly linked to the rest of the VMS.&#x20;

Other scenarios can be [created](/release-8.28/voyage-management-system/step-by-step-guides/planning/scenarios/create-scenario.md) to help the scheduler evaluate different options when scheduling. These scenarios are independent from other VMS modules.

Under the menu item **Scenarios** you can find all scenarios, edit them and create new ones.&#x20;

### Fleet Plans

Under the menu item [Fleet Plans](/release-8.28/voyage-management-system/step-by-step-guides/planning/fleet-plans.md) you can view the schedule for any scenario in three different views: the [open positions board](/release-8.28/voyage-management-system/step-by-step-guides/planning/fleet-plans/open-positions-board.md), the [cargo management board](/release-8.28/voyage-management-system/step-by-step-guides/planning/fleet-plans/cargo-management-board.md) and the [scheduler board (gantt view)](/release-8.28/voyage-management-system/step-by-step-guides/planning/fleet-plans/gantt-board.md).


---

# 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:

```
GET https://docs.dataloy.com/release-8.28/fleet-allocation-and-scheduling/getting-started.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.
