> 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/modes/scooters/unlocking-scooters-remotely.md).

# Unlocking Scooters Remotely

Admins can unlock their scooters remotely using the dashboard. To do this, you will need to go to **Hardware** > Select a **Scooter** and scan the **QR code** on your computer during the rental process on the app.

<figure><img src="/files/GH0RqrMJ8VJAxbx1Ug5d" alt=""><figcaption><p>Example of Scooter on Admin</p></figcaption></figure>

<figure><img src="/files/w3LDVVRlVOfjzb9priEY" alt=""><figcaption><p>QR Code</p></figcaption></figure>

Alternatively, an Admin can also utilize the **Actions** feature on the Scooter details page to control the scooter by clicking the Unlock, Lock, Ring, or Locate buttons.&#x20;

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

Selecting either one of these buttons will affect their corresponding action and a green banner will display that the request was successfully sent as shown below:

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

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

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

<figure><img src="/files/tGZjimA0MW8k9q4dmh9A" 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/modes/scooters/unlocking-scooters-remotely.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.
