# User Rentals

Next to [User Details](/admin-site/users/user-details.md) tab, you'll find the [Rentals ](/admin-site/rentals.md)tab. It displays the user's rental history including the Hardware number, Start and End locations, as well as the Start and End time of the rental.

The search bar can be used to locate a rental using the hardware number.

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

In addition to the Search bar, you'll find a Filter icon allowing you to filter rentals by Rental Status (Active or Completed), Start date, and End date of the rental and hit Apply.

<figure><img src="/files/mCyc12RC75Hy4HRh4xjb" alt=""><figcaption><p>Filter View</p></figcaption></figure>

Clicking an individual rental will bring up the [Rental Details](/admin-site/rentals/rental-details.md) page which will give you additional details of a rental such as the hardware number, location, time stamps, duration, and user rating.&#x20;

<figure><img src="/files/wZXN45UpWRlgLbZiFOmy" alt=""><figcaption><p>Example of Rental Details</p></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/users/user-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.
