# Hardware Details

Selecting a specific hardware directs you to the Hardware Details and Assignments screen. In Hardware Details, you'll find key information like Bike Number, Product Name, Version, Current Status, Lock State, Current Location, Last Update, Movatic QR Code, and Vendor QR Code.

On this page, you would have multiple tabs such as Details, Rentals, Maintenance Tickets, Maintenance Logs, and Event Logs

1. Details Tab:&#x20;

   Here you would find the information related to the hardware, name, product number, version, mac address, status, Qr code, etc...

The Assignments card will show you the lock details.&#x20;

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

2. Rentals Tab:

   here you will find all rentals related to this hardware, you can see the start and end location and the start and end time, you can search by station typing the name, also if you click on one of these records will redirect you to the rental page to see all information related to this rental

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

3. Maintenance Tickets

   Would display all tickets assigned to this hardware, you can search by description also filter by status, if you click on the record you will be redirected to the maintenance ticket page to see al the details of this ticket.

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

4. Maintenance Logs

   Display all the logs that happen on the maintenance tickets of this hardware, could search by completed by name or maintenance type

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

5. Event Logs

   Here you will see all the statuses that the hardware sent to the platform

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

## Editing a Bike

From the Hardware page, you can click on any individual bike to view additional settings such as Details, Rentals, Maintenance Tickets, Maintenance Logs, and Event Logs. You can check who rented the bike, what day and time it was rented, what support tickets are tied to the bike and a list of historical maintenance information.&#x20;

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

You can Edit or Retire a bike using the options on the upper right-hand side. During a bike edit, you can modify the station it will be located at, the bike number, or the rental availability. After you've made any changes, click Save.<br>

<figure><img src="/files/vx8UvdetICGMGaf64cHw" alt=""><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/bikes.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.
