> 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-rental-history.md).

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