> 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/admin-site/rentals/end-a-rental.md).

# End Rental for a User

From the rentals page, proceed in pulling up the specific active rental you want to dismiss and click **End Rental.**

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

A pop-up window will open and look like this:&#x20;

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

**End Station** should be wherever you want the end location to be. This selection can be optional or required depending on the system.

**End Time** can be set to the local time now or a custom time. **Custom time** allows you to enter the specific date and time when the user ended their rental.&#x20;

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

**For Charge**, select one that applies:

* **Standard** - the user will be charged normally
* **Void** - the user will not be charged at all
* **Set subtotal** - the subtotal will be set to the amount specified.&#x20;
* **Set subtotal credit / debit** - the subtotal will be adjusted by the amount specified&#x20;

<figure><img src="/files/1Fnctcgs5BAFGzDqrQi6" alt=""><figcaption></figcaption></figure>

**Admin Modification Reason** is only shown internally on the dashboard. Click **"**&#x53;ubmi&#x74;**"** once done.

## Voiding Rentals

If you select **Void**, this will prompt you to enter a reason and hit "Submit".

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

If the End Station is optional and the "Submit" button is clicked, a confirmation modal will appear asking the Admin to confirm whether they want to end the rental without selecting a station.

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

Once you have submitted the voided rental, you will see when the rental was voided, who voided it, and the reason under **Transaction Details**.&#x20;

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


---

# 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/admin-site/rentals/end-a-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.
