# Rack

The **Racks** feature in the Warehouse Management System (WMS) module refers to structured frameworks for vertical storage, improving the organization and management of warehouse spaces.

### Rack Section

1. Go to **View Zones** and click on **+Add Zone & Locations**.
2. Under **Location Type -> Choose Rack.**
3. Fill in the required details. For additional guidance, refer to [**Rack Setup Details.**](#rack-setup-details)

### Rack Setup Details

| Field            | Description                               |
| ---------------- | ----------------------------------------- |
| Prefix           | Prefix used for location identifiers.     |
| No. of Racks     | The number of racks within the zone.      |
| Shelves per Rack | The number of shelves per rack.           |
| Bins per Shelf   | The number of bins per shelf.             |
| Sq ft per Bin    | The square footage allocated to each bin. |

### Additional Features

When allocating racks, you'll discover additional features:

1. **Toggle Identifier:** Choose between **ABC** <img src="/files/O0yJKY5zT3eUJHODZeuY" alt="" data-size="line">**123** identifiers for racks, shelves, and bins. The layout will **generate names based on this selection.**
2. **Layout Adjustment:** Use <img src="/files/b6rXGMbjduEnxuqUwGCs" alt="" data-size="line">and <img src="/files/qnM1tZtiLHegJMmlfygN" alt="" data-size="line"> buttons to increase or decrease the number of shelves and bins.
3. **Shelf Arrangement:** Organize shelves from **Top-down**<img src="/files/O0yJKY5zT3eUJHODZeuY" alt="" data-size="line">**Bottom-up.**
4. **Bin Arrangement:** Arrange bins **Right Start** <img src="/files/O0yJKY5zT3eUJHODZeuY" alt="" data-size="line">**Left Start.**

### Duplicate Rack

1. Click <img src="/files/YkDhxGvYjYb0qKPfZr1a" alt="" data-size="line">button next to the Rack field.
2. Select **Duplicate Rack** from the options.
3. The duplicated rack will be added to the bottom of the existing racks.

### Add Aisle

1. Click <img src="/files/YkDhxGvYjYb0qKPfZr1a" alt="" data-size="line">button next to the Rack field.
2. Choose either **Add Aisle Above or Add Aisle Below**.
3. An aisle will be added in the position you selected, either above or below the current one.

### Delete Aisle

1. Click <img src="/files/7gqw9Xb37atWQ4G0oE2s" alt="" data-size="line">button next to the aisle you wish to delete.
2. A warning message will appear, asking, **Are you sure you want to delete this aisle?**
3. Click **Yes** to confirm. The aisle will get deleted.

### Aisle as Storage

Certain users wanted to utilize the aisle as a storage area, allowing this space to be used more efficiently.

1. Select the <img src="/files/EKn7P7rm6m0IWmSpzZlq" alt="" data-size="line">**Use Aisle as Storage Place** checkbox next to the aisle.
2. This action will convert the aisle into a storage area.

After configuring all the fields for rack allocation, click the **Save b**utton.

{% hint style="info" %}
**Once the rack locations are saved, updates cannot be done.**
{% endhint %}


---

# 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.cargoez.dev/modules/wms/add-zones-and-locations/rack.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.
