# Active Rentals

**Active Rentals** are rentals that are currently being rented by a user. This page shows you how a user sees their active rentals on the app. When a user has started a rental, they are able to see how many active rentals they have on the main map screen. The Active Rentals number will be shown in between the Nearby and Scan buttons.&#x20;

<img src="/files/-MgmFWJUlBCZS_iSrRwb" alt="Example of Active Rental" width="375">

Clicking on the Active Rental number in the circle will redirect the user to the **Active Rentals page** as shown below. Alternatively, they can also go to this page by clicking on the 3 lines on the upper left and selecting Active Rentals.

![](/files/-MgmFvmy6GBNhcU9ktVV)

The **Active Rentals** page allows the user to view all their active rentals (including [simultaneous rentals](https://documentation.movatic.co/feature-guide-2/rentals/user-experience-simultaneous-rentals)) and also allows them to end their rental, and take other actions according to the hardware type (unlock, lock). They can also click on the " **>** " to find additional information such as the [Operating Hours](https://documentation.movatic.co/feature-guide-2/settings/operating-hours), Return Locations, and [Report a Problem](https://documentation.movatic.co/feature-guide-2/customer-support/user-reports-issue) to report any issues they encounter during their rental to [Customer Support](https://documentation.movatic.co/feature-guide-2/customer-support/customer-support-user-experience).

<img src="/files/-MgmGP7Z4C7ZURSjm25a" alt="" width="375">


---

# 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/movatic-app/rentals/user-experience-active-rentals.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.
