# Ways we roll

## Reservations <a href="#taking-a-break" id="taking-a-break"></a>

If you'd like to allow users to reserve a ride in advance you can specify how long to hold a mobility asset. &#x20;

## Taking a break <a href="#taking-a-break" id="taking-a-break"></a>

If you’d like users to be able to take a break and hold their ride open while securing the locking mechanism, allow users to pause their rides. To enable, in the System Settings, activate the Pause needed feature.

With the Pause feature enabled, when a user ends the ride, they will be asked if they’d like to take a break or end their ride. If they choose to take a break, the rental will still be open and attached to the user. When they return to the mobility, they can re-activate and continue their ride. If this is a paid system, they will be responsible for the time during the break.

## Parking images

Want to get a peek at how user's parked their asset or ended their ride? You can require users to submit an image at the end of the ride.


---

# Agent Instructions: 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:

```
GET https://help.bloomsharing.com/doc/getting-started-with-bloom/taking-a-break.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
