# Batteries

The **Batteries** hardware type is designed to help system administrators keep track of the batteries assigned to locks or other hardware. This tracking aids in understanding the lifespan of each battery.

{% hint style="info" %}
Currently, this hardware type is for administrative purposes only and does not impact rentals or the behavior of other hardware.
{% endhint %}

\
To view the **Batteries** list, click on "Hardware" on the left side of the dashboard. This will display a list of all your hardware, including batteries. To filter and view only the batteries, click on the "Batteries" filter.

<figure><img src="/files/1gxOxr7HeuctGl6semvV" alt=""><figcaption></figcaption></figure>

In the upper right-hand corner, you can add a **new battery** by clicking the "+ Add" button. If you need to add batteries in bulk, click on "Import" from the three-dot menu next to the "Buy" button to upload a CSV file.

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

When adding a new battery to the system, you can assign a label for easy identification and select its hardware state, both of which can be updated at any time.

<figure><img src="/files/j43lKVHwNyIvwWzgRPtz" 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/batteries.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.
