# Bike Lockers

## Locker System

The **Lockers** section displays each locker in your system by its assigned locker number/identifier. You can see the status of the locker as well as the location and power level. On the upper right-hand side, you also have the option to add a new locker by clicking the **+ Add** button.

<figure><img src="/files/ncrFfvl5DimZF7cr44qc" alt=""><figcaption><p>Example of Lockers</p></figcaption></figure>

When you **add a locker**, all you'll need to include is the number associated with that particular locker that users will see from the app and the location of the locker. When you are finished, click the Save button.

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

You can click on any individual locker to view additional settings under the Hardware Details section: Check what day and time it was recently rented, what maintenance tickets are tied to the locker, and a list of maintenance logs, and event logs. \
While the Assignments section displays the assigned hardware to the Locker. In the upper right corner of the Assignments section is the +Add button which allows you to add an assignment to the designated Locker.

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

Lockers can be edited by clicking the **Edit** button, which will give you the option to change the locker number, the station, the lock, and the status.&#x20;

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

## Add or Edit a Lock

The **Locks** list displays all the locks in the system that state the Lock and Locker number, current status, and power level. Similar to the lockers, you can also add a lock by clicking the **+Add** button on the upper right-hand side. Click the three dots beside the Buy button to **Export** or **Import** CSV file.

<figure><img src="/files/8So1oJFi38a1MoIWh2Ue" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jws8T64hJtOu60OL3ibd" alt=""><figcaption><p>Example of Adding a Lock</p></figcaption></figure>

You can also **Edit** or **Retire** a lock and click on any individual lock to view additional details — such as the lock description (mac address, vendor, power level, current status),  [**rentals**](https://documentation.movatic.co/feature-guide-2/rentals) and [**maintenance tickets**](/admin-site/maintenance.md) that are tied to the lock, and a list of historical [**maintenance**](https://documentation.movatic.co/feature-guide-2/maintenance) information and event logs.&#x20;

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

By clicking **Edit**, you can change the mac address of the lock or you can move it to a different system. &#x20;

{% hint style="info" %}
Keep in mind you **cannot** move or edit a lock when it is still assigned to the hardware. You will need to unassign it to the locker by going to the assigned Lockers > Click Edit > Change the lock to No Lock.&#x20;
{% endhint %}

<figure><img src="/files/tTRQvKltQPxiHXsZdnw2" alt=""><figcaption><p>Example of editing a Lock</p></figcaption></figure>


---

# 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://documentation.movatic.co/admin-site/modes/bike-lockers.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.
