> For the complete documentation index, see [llms.txt](https://docs.safekey.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.safekey.be/user-guides/backups/identical-safekey-devices.md).

# Identical SafeKey Devices

## SafeKey One (FIDO2)

SafeKey One is a security key which can be used to connect to your online accounts. It is used to protect those accounts via two-factor authentication and passwordless logins.

Those FIDO2 connections for two-factor authentication and passwordless logins will not be included in a backup file generated with the SafeKey Desktop Tool.

To have a backup of your FIDO2 connections, you always need a second SafeKey device and manually connect it to your online accounts as well.

There's no way to automatically duplicate your connections.

Best practice is to have at least two SafeKeys connected to an online account, that way you always have at least one backup of your 2FA and passwordless logins in case you lose one device.

## SafeKey Pro (FIDO2 + SSDP)

To create two or more identical SafeKey Pro devices, you'll have to work in two steps and you should understand that FIDO2 and SSDP are two different features. Only the internal custom storage of the SafeKey Pro (SSDP) is included in the backup file.&#x20;

**1)** Duplicate the FIDO2 connections by connecting all your devices to the same online accounts (see the explanation for SafeKey One above)

**2)** Generate a backup file with SafeKey Desktop Tool and restore the same backup file to your other SafeKey Pro devices to duplicate the settings and the custom storage of your main SafeKey.


---

# 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.safekey.be/user-guides/backups/identical-safekey-devices.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.
