> For the complete documentation index, see [llms.txt](https://help.bloomsharing.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bloomsharing.com/doc/the-bloom-dashboard/station-management.md).

# Station management

If your system is setup as a station based system, you’ll be able to create and maintain the stations from the Station menu. A station based system will restrict the return location of a rental to a specified geo-fenced location. Station based systems are a Premium feature.

## Creating a new station

When creating a new station, you can specify the Station Name and the number of mobility assets the station is designed for.

Use can use the map tool to draw the geo-fence for the station. To create the geo-fence, use the hand tool, selected on bottom of the map to specify the station location. Using the hand icon, click on the map to place the location marker.

![](/files/-Lag50IsF4W6YkLLfsPU)

Switch to the drawing tool next to the hand icon can o draw the geo-fence. Clicking anywhere on the map will start to draw the geofence.

If you need to start over, right clicking on the geo-fence will remove it from the map.

The verification of user location to determine if they are within a geo-fence is based on the GPS accuracy of the user’s device. Therefore, it’s best to give your stations a big enough area to account for differences. Depending on the user’s device and the station location, the accuracy may vary considerably.

## Station details

After creating a station, you can return to the station to edit the details through the List Stations menu. If users are required to scan a station QR code before successfully ending their rental, you can access the station QR code here. The station QR code can be downloaded and printed for display at the physical station location.

By optionally requiring users to scan the station QR code, you are adding an additional layer of security that users are at the physical station location when ending their rental.


---

# 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://help.bloomsharing.com/doc/the-bloom-dashboard/station-management.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.
