# Reconnecting devices

We use browser cookies to store the connection between devices and the Roombelt account. On some older devices, the connection occasionally breaks, and the device displays a "connection code" instead. To restore the connection with your Roombelt account:

1. In the administration panel, click the "three dots" icon for the device that got disconnected.
2. Select the "Reassign" option.
3. Type the connection code from your device and click "Reconnect".

If your device keeps reconnecting after each restart, follow the instructions on [How to ensure device stays connected after restart](/tutorials-and-troubleshooting/how-to-ensure-device-stays-connected-after-restart.md).

<figure><img src="/files/6VLqCRZWDDLYThg5PWZY" alt=""><figcaption><p>Roombelt administration panel with the "Reassign" option highlighted</p></figcaption></figure>


---

# 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.roombelt.com/reference/reconnecting-devices.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.
