# Getting Started

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:

#### Voyages with status

* 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-6.15/fleet-allocation-and-scheduling/getting-started/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-6.15/fleet-allocation-and-scheduling/getting-started/fleet-plans.md) you can view the schedule for any scenario in three different views: the [open positions board](/release-6.15/fleet-allocation-and-scheduling/getting-started/fleet-plans/open-positions-board.md), the [cargo management board](/release-6.15/fleet-allocation-and-scheduling/getting-started/fleet-plans/cargo-management-board.md) and the [scheduler board (gantt view)](/release-6.15/fleet-allocation-and-scheduling/getting-started/fleet-plans/gantt-board.md).


---

# 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-6.15/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.
