> For the complete documentation index, see [llms.txt](https://docs.wingbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wingbits.com/wingbits/wingbits-english-pt-br/ajuda-geral/station-replacement.md).

# Substituição de estação

### Etapas para substituir a estação

Se você estiver substituindo o hardware da sua estação Wingbits (por qualquer motivo), aqui está o procedimento correto a seguir:

{% stepper %}
{% step %}

### Não exclua a estação atual

Mantenha sua estação atual no painel da Wingbits até que seu novo dispositivo chegue e você esteja pronto para instalá-lo.\
\
*OBS: Excluí-la antecipadamente desvinculará o dispositivo e liberará seu hex, tornando-o disponível para outra pessoa reservar. Não faça isso!*
{% endstep %}

{% step %}

### Obtenha a estação de substituição

Assim que você tiver o dispositivo de substituição em mãos e estiver pronto para instalá-lo, exclua a estação existente do seu painel da Wingbits.
{% endstep %}

{% step %}

### Limpe o cache do navegador

Pressione Shift+Ctrl+R no seu navegador para atualizar completamente o cache da página (remove qualquer reivindicação/reserva de localização em cache).
{% endstep %}

{% step %}

### Registre a nova estação

Crie uma nova estação na sua conta Wingbits usando o mesmo local de antes.

Isso iniciará um novo período de reserva de 48 horas para concluir o onboarding e a vinculação do seu novo dispositivo, seguindo o [processo normal de configuração](broken://pages/b505391a3108984115ce0008171007291be10dce) e [etapas de onboarding](broken://pages/9d13c633e6a1587a6999e07b45b91a4a153195f8).
{% endstep %}
{% endstepper %}

### Observações adicionais

* Você não perderá as recompensas da estação substituída.
* Suas recompensas pela estação substituída ainda ficarão visíveis no gráfico de recompensas e serão pagas como esperado.
* A nova estação aparecerá como uma nova cor no gráfico de recompensas da página Visão geral.
* Você não verá mais a estação substituída na página Minhas estações.


---

# 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://docs.wingbits.com/wingbits/wingbits-english-pt-br/ajuda-geral/station-replacement.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.
