# Pool Management

The pool management categorizes storage into Primary and Secondary sections. The storage pool functions as an abstraction layer, facilitating task movement and accommodating different storage classes.

{% hint style="info" %}
A Storage Pool must be configured before setting up a Workflow.
{% endhint %}

#### Storage Pools Overview

Storage Pools are categorized based on the class of storage:

**Primary Storage**

* **Purpose**: Acts as the data source.
* **Types**: Can be either NAS Storage or Cloud Storage.

**Secondary Storage**

* **Purpose**: Serves as the data destination.

<figure><img src="/files/WmiCGbsZf0OiQs55qYfB" alt=""><figcaption><p>Schema of pool management</p></figcaption></figure>

## Pool Storage configuration

### For NAS Storage and Object Storage

<figure><img src="/files/zsceA4kxFWfBpta0sx5F" alt="" width="355"><figcaption></figcaption></figure>

Navigate to: `Storage Service` > `Pool` > `NAS or Cloud Tab`

<figure><img src="/files/guWbvhZEEwQSK8OePQE0" alt=""><figcaption></figcaption></figure>

Click the button <img src="/files/rlndNmGZP41H4VFvabTl" alt="+ Button" data-size="line"> and filled-in the modal form:

<figure><img src="/files/WRv1nmEXskFMDoZusLJN" alt="" width="256"><figcaption></figcaption></figure>

### Pool Configuration for NAS & CLOUD

1. **Select a Name for the Pool**
2. **Choose a Type:**
   * Primary Storage (available only for NAS & Cloud Pool)
3. **Specify Storage Details:**
   * For NAS Storage: Define the NAS Storage Name
   * For Object Storage: Define the Object Storage Name and Bucket
4. **Save the Form**


---

# 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.nodeum.io/data-mover/console/pool-management.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.
