# Station Replacement

### Steps to replace the station

If you’re replacing your Wingbits station hardware (for any reason), here’s the proper procedure to follow:

{% stepper %}
{% step %}

### Don't delete current station

Keep your current station on the Wingbits dashboard until your new device has arrived and you're ready to install it.\
\
\&#xNAN;*NOTE: Deleting it early will unlink the device and release your hex, making it available for someone else to reserve.  Don't do this!*
{% endstep %}

{% step %}

### Get replacement station

Once your replacement device is in hand and ready to install, go ahead and delete the existing station from your Wingbits dashboard.
{% endstep %}

{% step %}

### Clear browser cache

Press Shift+Ctrl+R in your browser to fully refresh the page's cache (clears any cached location claim/reservation).
{% endstep %}

{% step %}

### Register new station

Create a new station in your Wingbits account using the same location as before.

This will start a new 48-hour reservation period to complete onboarding and linking of your new device, following the [normal setup](/get-started/hardware-needed/hyfix-information/hyfix-hardware-setup.md) and [onboarding steps](/get-started/hardware-needed/hyfix-information/wingbits-onboarding.md).
{% endstep %}
{% endstepper %}

### Additional notes

* You will not lose the rewards from the replaced station.
* Your rewards for the replaced station will still be visible on the rewards chart and paid out as expected.
* The new station will appear as a new color on the Overview page rewards chart.
* You will no longer see the replaced station on the My Stations page.


---

# 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/station-replacement.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.
