# Hardware

This section showcases all hardware within your system. It provides detailed information tailored to each hardware type we support, including but not limited to [bike lockers](/admin-site/modes/bike-lockers.md), [bikes](/admin-site/modes/bikes.md), [scooters](/admin-site/modes/scooters.md), [kayaks](/admin-site/modes/kayaks.md), and more. Explore comprehensive details about each component to enhance your system management experience.

{% hint style="info" %}
If you'd like for us to support hardware that is not listed above, please reach out to our support team at <support@movatic.co> and send as much information as possible about the hardware.
{% endhint %}

Clicking on **"Active Bikes"**  from the Dashboard will redirect you to the Hardware page, where the system filters and displays all active hardware based on status, battery, and location.

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

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

You can filter hardware types by selecting either **"Bikes"** or **"Locks"** and in some cases, "**Scooters"** depending on the system.

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

To view hardware according to status, simply click on the **"Filter"** option next to the search bar.&#x20;

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

Each bike in your system is identified by its assigned bike number, status, and location, as displayed in the Hardware section.

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

## Bike Status

From the Hardware Page, you can update the Bike status by updating the dropdown option under Status. Here are the different statuses of the Bikes:

* **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

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

### User Experience

{% hint style="info" %}
This is how users can see the bikes that are available for rent when they choose a bike in the Movatic app.
{% endhint %}

When users select a bike for rental, only the ones marked as 'Active' will show up in the selection. Bikes on status other than Active won't be displayed. For more information about how a user starts a rental, you may refer to this documentation: [Start a Rental.](/movatic-app/rentals/first-rental.md)

<figure><img src="/files/LPq4qIH2UiBMyhu66ye5" alt="" width="375"><figcaption></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.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.
