> 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/end-a-rental/error-ending-the-rental.md).

# Error Ending the Rental

If the user is unable to end the rental due to an error in the process, they will be prompted to record a video and optionally describe the issue. The video is intended to confirm that the user has indeed left the hardware locked and secured.

The type of error can vary, such as the app identifying that the user is not near a station or another system error preventing the user from completing the rental. The rental will remain open, and once the user submits the information, the system administrators can review and manually end the rental on the admin site, adjusting the end time based on when the ticket was reported.

When this scenario occurs, the user will see the following prompt in the app:<br>

<figure><img src="/files/yuJFifzMULP8wNSwc07M" alt="" width="320"><figcaption><p>OBS New Hardware represents the system name, <br>which is changed based on the one the user is using.  </p></figcaption></figure>

Additionally, the system admins will receive an email with the report information from where they can access the admin site and take action.&#x20;


---

# 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/end-a-rental/error-ending-the-rental.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.
