> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/modes/racks.md).

# Racks

The **Racks** list can be found by clicking on **Hardware** on the left side of the dashboard. This displays a list of all your racks with their corresponding ID/identifier, rack name, status, and location.&#x20;

<figure><img src="/files/3nCevIL3YYPjK0bEnEoP" alt=""><figcaption><p>Example of Rack List</p></figcaption></figure>

On the upper right-hand side, you also have the option to **add a new rack** by clicking the **+ Add** button. You can also add racks in bulk by clicking Import from the three dots beside the Buy button to upload a CSV file.

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

{% hint style="info" %}
Additionally, clicking the **Export** button will download the list into CSV files for your records.
{% endhint %}

Here are the different statuses of the racks:

* **Active** - hardware is available for rent.
* **Maintenance** - hardware is currently in repair by a mechanic.
* **Retired** - hardware is no longer available.
* **Stored** - Hardware is not currently in use and is kept in storage. It is not available for rent.
* **Missing** - The hardware is not in its designated location and cannot be accounted for. It is temporarily unavailable.
* **Lost** - The hardware is permanently unaccounted for and is considered lost. It is no longer available for use.
* **Rebalancing** - The hardware is being relocated to ensure a balanced distribution within the bike station. It is temporarily unavailable during this process

You can click on any individual rack to view additional details such as the rack label, product name, version, status, current location, and assignment history. Also, you can **retire** or start **editing** the rack from this page. <br>

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

Furthermore, you can also check the tabs beside the bike room tab to check the [**rentals**](/admin-site/rentals.md), [**maintenance** ](/admin-site/maintenance.md)tickets tied to the rack, and a list of maintenance and event logs. &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/admin-site/modes/racks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
