# Manage Vessel Classes

## Creating a new Vessel Class

Click the ![](/files/6ZB8VA4TG2TBgiUunHbz) icon in the top right on the Vessel Classes list page to open the Create Vessel Class modal. To be able to create a Vessel Class you must supply a name and code. When a name and code has been filled in, the Create button will be enabled and clickable. Clicking on the button will then create a vessel class.

<figure><img src="/files/FEzxVR5MWU3eIWcFdiUR" alt=""><figcaption><p>Create vessel class modal</p></figcaption></figure>

The code has to be unique, if you input a code that already exists you will get an error as seen below.

<figure><img src="/files/TmB6XGV1YJ6yTgyQrFMH" alt=""><figcaption><p>An existing code has been inputted</p></figcaption></figure>

Note that code is also only in uppercase letters.&#x20;

## Edit Vessel Class details - Vessel ClassDrawer

Clicking on the Vessel Class you want to change the details of in the Vessel Classes List will open the Vessel Class Drawer.

### Overview tab

The overview tab contains the main details section where the name and code of the vessel class are editable.&#x20;

<figure><img src="/files/tUF6DjC4E7vu14jRfhwi" alt=""><figcaption><p>Vessel Class Drawer</p></figcaption></figure>

Since the code has to be unique you will also get an error message when you try to input a code that is already in use on another Vessel Class.

<figure><img src="/files/xyLIOTaRFsqyc4iF0Khy" alt=""><figcaption><p>Inputted vessel class code is already in use on another vessel class.</p></figcaption></figure>

Code is in uppercase only letters here as well.

## Deleting a Vessel Class

A Vessel Class must first be disabled. Click the ![](/files/-LzMELRl-5Stcu-0bd9Y) button in the top right corner. Choose the "Disable" option. Click the ![](/files/-LzMELRl-5Stcu-0bd9Y) button again in the top right corner. Choose the "Delete" option. A confirmation modal will also show up, click Delete.


---

# 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.25/voyage-management-system/step-by-step-guides/master-data/vessel-classes/manage-vessel-classes.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.
