# Change Location

You can change the location of a station whether the location is currently reserved for a future install or the station has been online already.  If the location you are moving is a reservation, the reservation time will be moved to the new location.

The only requirement to move successfully is that the location hex you wish to move to is available (not already reserved or claimed).

### Edit location

1. Go to your [MY STATIONS](https://wingbits.com/dashboard/stations) page on the dashboard
2. Locate the station that you wish to move
3. Click on the 3 dots on the far right, then click Edit
4. Enter the new latitude and longitude, then click Continue
5. On the resulting screen click Save Changes

Finally, double check the new reserved/claimed location hex contains your install spot.

This is an easter egg.


---

# 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://docs.wingbits.com/general-help/change-location.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.
