> 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/users/user-rentals/start-a-rental-for-a-user.md).

# Start a rental for a user

To start a rental, you'll need to start on the Users page and select the user you want to start a rental for. At the top, it'll show the user's name and a Rentals tab. Click **Rentals**.

<figure><img src="/files/SMppArzFAKCly9dhtiYg" alt=""><figcaption><p>User Details</p></figcaption></figure>

After clicking rentals, you'll be able to see any completed or active rentals for the user, as well as a new button that shows **+Add**.

<figure><img src="/files/qRXgF7a6wr4IEjp7GkEd" alt=""><figcaption><p>User Rentals</p></figcaption></figure>

Once you select **+ Add**, you'll see the following options.

<figure><img src="/files/vx9ySQGc4kl7j9chn5bW" alt=""><figcaption><p>Start Rental Screen</p></figcaption></figure>

From this screen, you have the option to set the following:

* **User**
  * Shows the user selected and is not editable at this time.
* **Location**
  * Select the location of the hardware. This can be used to help filter hardware on the next option or you can set the Location as None as a starting point.
* **Hardware**
  * Select the hardware for the user to rent. You can set the Location to filter out any hardware that isn't at the specific station.
* **User Membership**
  * Select any membership the user currently has to apply its perks to the rental.
* **Rate**
  * Select any active rate on the system for the rental.
* **Coupon**
  * Select any active coupon code to be applied to the user's rental.

Select start and you'll receive confirmation the rental has been started. When the user goes into their app, they'll see 1 Active Rental showing.

{% hint style="info" %}
Starting a rental for a user does not mean it will unlock for them. To see the user experience, click [here](https://documentation.movatic.co/movatic-app/rentals).&#x20;
{% endhint %}

<figure><img src="/files/CouLDgJO9renHhUJ8CT4" alt=""><figcaption><p>Sample Start Rental</p></figcaption></figure>

Once the rental is started, this is how it will appear on the dashboard.

<figure><img src="/files/mrgKcQxmg2F2mQPgJ32K" alt=""><figcaption><p>Sample Rental Details</p></figcaption></figure>

The rental details will appear the same, except for the "Started by - Admin" which is used to show the rental was started by an Admin and not a user.

### User experience for Admin started rental

For a user, all they need to do is sign in and/or open their app and they'll see 1 Active Rental as well as the normal rental process. Nothing is different for them.

<div align="center"><img src="/files/-MfDhBqFtktOjHcIS9Jc" alt="1 Active Rental"></div>


---

# 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/users/user-rentals/start-a-rental-for-a-user.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.
