# Manage Pools

## Creating a new Pool

Click the ![](/files/6ZB8VA4TG2TBgiUunHbz) icon in the top right on the Pools list page to open the Create Pool modal. To be able to create a Pool 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 pool.

<figure><img src="/files/0a4EqgKgSOSMhpFvLTh5" alt=""><figcaption><p>Create pool 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/Gi1aINZVataXE7SenloC" alt=""><figcaption><p>An existing code has been inputted</p></figcaption></figure>

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

## Edit Pool details - Pool Drawer

Clicking on a Pool you want to change the details of in the Pools List will open the Pool Drawer.

### Overview tab

The overview tab contains the main details section where the code and name of the pool are editable.

<figure><img src="/files/6imVJYwvR4DHNBLgXzEa" alt=""><figcaption><p>Pool Drawer</p></figcaption></figure>

Since the Pool Code has to be unique, you will get an error message similar to that of the create modal if you try to input a code that is already in use on a different pool. &#x20;

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

Code is in uppercase only letters here as well.

## Deleting a Pool

A Pool 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/pools/manage-pools.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.
