> 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.10/fleet-allocation-and-scheduling/step-by-step-guides/scenarios/maintain-scenario.md).

# Maintain Scenario

To change a scenario, navigate to the scenarios menu item and open the scenario drawer by clicking on the respective scenario name.

{% hint style="info" %}
You cannot use delete or edit name for the MASTER scenario, since this is the on-going plan connected to all other VMS functionalities.
{% endhint %}

You have the following actions in the drawer:‌

* view in open positions board
* delete
* copy
* edit scenario name
* view audit log
* access and upload attachments

{% hint style="info" %}
Deleting a scenario removes it from the database. There is no recycle bin or the like to retrieve a deleted scenario.
{% endhint %}

### Vessels tab

Vessels in the selected scenario can be managed from the list in the vessels tab. Clicking on a vessel will lead to the vessels' drawer.

#### Add/Remove Vessel

1. Open the **Scenario** module in the *Planning* section.
2. Select a scenario and navigate to the **Vessels** tab.
3. Click **Add**<img src="/files/-M23aB95JDSUt7kYOdWo" alt="" data-size="line">in the top right corner of the vessels list.
4. Select/Deselect vessels in the Select Vessels dialog.
5. Click **Confirm**.


---

# 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.10/fleet-allocation-and-scheduling/step-by-step-guides/scenarios/maintain-scenario.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.
