# Link Devices

### Can I use Keet on multiple devices?

Yes, you can link any device that supports Keet to your profile. Here's how:

### Current device

{% stepper %}
{% step %}
Open Keet and go to the '**Profile'** / '**Settings'** / '**My devices'.**

<figure><img src="/files/NecmGnSYvPde1Y7ULllH" alt="" width="391"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
At the top, you’ll see your current device, with any linked devices listed below.

Click ‘**Add a device**’ to generate a pairing link or a QR code.

<figure><img src="/files/niTbKyP2JERrpDUhd4Z4" alt="" width="379"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
On the next screen, you can either:

* Copy the profile link and share it with the other device, or
* Use the QR code to scan later.

<figure><img src="/files/YiNPDXwMZpcIAk8k7L4x" alt="" width="375"><figcaption></figcaption></figure>

Continue the setup on your new device.
{% endstep %}
{% endstepper %}

***

### New device

{% stepper %}
{% step %}
Open **Keet** on the new device and select '**I’m a current user'**.

<figure><img src="/files/ZP4Hy9s71DiVx3tqbJBx" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
On the next screen, choose '**Link device'**.

<figure><img src="/files/ljM8USynMepA3Y3hB2ss" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Read the information and, if acceptable, tick the '**I acknowledge**' box and click '**Start device link**'.

<figure><img src="/files/VHhEnj2smBzmwKyaQ4u2" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select either '**Scan QR code'** or '**Use account link'**.

<figure><img src="/files/kFALLvsjWyxBdFb74usc" alt="" width="563"><figcaption></figcaption></figure>

* If scanning: scan the QR code generated on your existing device.
* If using the link: paste the link copied from your existing device.
  {% endstep %}

{% step %}

#### Confirm Setup

A confirmation message will be sent to the **existing** device.&#x20;

Click ‘**Confirm Sync Devices**’ to complete the process.

<figure><img src="/files/nRZ2aPYheW4IQ6nKmQwT" alt=""><figcaption></figcaption></figure>

Your chat rooms and settings will now sync across devices.

<figure><img src="/files/rorpE2FAz2EeX0nBhY1t" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

### Rename devices

For convenience, you can rename your devices.

To rename your **current** device, go to  '**Profile'** / '**Settings'** / '**My devices'.** Click \[...] / '**Rename Device**' and enter a new name.

<figure><img src="/files/tEpq2Yy2jfTMrl3EcK12" alt="" width="396"><figcaption></figcaption></figure>

To rename other devices, repeat this process from their own '**My devices'** menu.

<figure><img src="/files/9e49RCIJJnrypzM38ibd" alt="" width="375"><figcaption></figcaption></figure>

***

### Remove linked device

You can unlink the device on which you no longer use Keet by removing it from the Device list.

<figure><img src="/files/EXZkzBwzDyrDBdcqHXDu" alt="" width="486"><figcaption></figcaption></figure>

Go to  '**Profile'** / '**Settings'** / '**My devices'.** \
Look for the linked device you want to delete, click \[...] / '**Remove device**' and confirm removal:

<figure><img src="/files/XtB5CGJ3B5QSjznWnAY0" alt="" width="460"><figcaption></figcaption></figure>

{% hint style="info" %}
When you remove a linked device, you’ll no longer be able to access your profile, shared media, or rooms from it. You can create a new profile on that device or link it again as described in this article.
{% endhint %}


---

# 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://support.keet.io/installation-and-setup/link-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.
