# Create the Storage class

Define the storage class for the VFS of the file routing.

Go to **Setup** → **Storage Classes** and click the **NEW** button.

In the **New Storage Class** window, fill in these fields:

* **Name \*** and **Description**.
* The **Location Type \*** must be Local File System.
  * In **Internal files location** enter the physical path where INTERNAL files must be saved. The path must begin with a "/". This is the working directory for the file routing and it must be configured in the shared area of the STENGs, e.g., **/share/appl/filerouting/int**.
* In **External files location** enter the physical path where EXTERNAL files must be saved. The path must begin with a "/". It must be in the shared area of the STENGs, e.g., **/share/appl/filerouting**.
* In **Temporary files location** enter the physical path where incoming files will be temporarily saved before their transfer is completed. The path must begin with a "/". It must be in the shared area of the STENGs, e.g., **/share/appl/filerouting/tmp**.

Click **SAVE** to create your Storage Class.

<figure><img src="/files/nwg2FgicZarVRdCY4eWv" alt="" width="563"><figcaption></figcaption></figure>

The storage class directory **(/share/appl/filerouting**) must be the same directory configured in the workareaPath parameter of the Contract. In the case of clusters, this same directory must be stored in the file system or directory shared by the STENGs in the cluster.


---

# 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.primeur.com/data-mover-1.21/file-routing/configure-the-environment-in-data-mover/create-the-storage-class.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.
