# Rental History

The **Rental History** page contains all of the user's past rentals. To view this, a user will need to click on the 3 lines on the upper left and select Rental History.

![](/files/-MgmKAeuu0SsrX3Q8IpD)

Below is an example of a list of past rentals on the Rental History page. This will give an overview of the rental information such as the hardware number, the charge of the rental, the start and end stations, the date of the rental, the timestamps of the rental duration, and the user's rental rating.

![Example of Rental History Page](/files/-MgrWc_5t9-F2Nmldu16)

Clicking on the " **>** " on the right side of the rental will allow the user to view their rental receipt which will contain a price breakdown of their rental and their rating, if given, at the end of the rental. The user can update their rating at any time.

If they have any questions or concerns about their rental, they can click on [**Report Problem**](https://documentation.movatic.co/feature-guide-2/customer-support/user-reports-issue) to submit a ticket to your system's [**Customer Support**](https://documentation.movatic.co/feature-guide-2/customer-support/customer-support-user-experience).&#x20;

![Example of Rental Details and Report Problem Page](/files/-MgrWGrmzGI_mukjmriA)


---

# 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-rental-history.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.
