> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/movatic-app/rentals/user-experience-active-rentals.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/movatic-app/rentals/user-experience-active-rentals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
