> 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/getting-started/first-time-using-your-safekey/best-practices.md).

# Best Practices

## Only use a trusted SafeKey

To know if your SafeKey is **legit** and **not a manipulated or fake one**, use [SafeKey Desktop Tool](/tools/safekey-desktop-tool.md) to **check the authenticity** of your device.

## Always get a backup SafeKey

If you lose your SafeKey and you **become locked out of your online accounts**, you might need to contact support of all the services you’ve connected your SafeKey with, in order to disconnect that lost SafeKey.

If you have **a second SafeKey device** ([your backup SafeKey](/user-guides/backups/identical-safekey-devices.md)) connected to your accounts, you can still use that one to get access.

For the SafeKey Pro you also **depend on the settings you configured while making your data protection plan**. As long as there are more SafeKeys available than the minimum required amount you set to open a plan, you should be good. If you can’t reach the minimum required amount because multiple SafeKeys are lost, **the encrypted data can become unrecoverable forever**.

So, either you’re using a SafeKey One or SafeKey Pro, it’s always recommended to get one or more backup devices to avoid future disasters.

## Use a safe PIN code

If you’re going to use your **SafeKey Pro** with inheriti.com to store encrypted shares, a PIN code will act as **an additional security layer to access the internal storage** of your SafeKey device.

Make sure your PIN code isn’t too easy and only you have knowledge about it.

{% hint style="info" %}
**Setting your PIN code**

You can set the PIN code of your SafeKey Pro via the [SafeKey Desktop Tool](/tools/safekey-desktop-tool.md)**.** If your SafeKey doesn’t have a PIN code at the moment you’re using it with [inheriti.com](https://inheriti.com), you’ll be able to set your PIN code during the process of setting up a protection plan. Without the correct PIN code the internal storage of your SafeKey will not be accessible.
{% endhint %}

## Do not talk about your SafeKeys

In general, it is better to keep quiet about your wealth or secret data and whatsoever. Talking too much on social media or in the pub where others can read or hear it can be very dangerous.

If you tell someone that you own a lot of crypto and that your private key and all other related passwords are stored on a few SafeKeys, some bad actors might get a hold of that info.

Once it’s out there, you’ll never gain back control over how far the story will reach. If it comes to the ears of the wrong people, they can then try to steal your funds using a variety of tactics and even physical violence.

You really don’t want this to happen.


---

# 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/getting-started/first-time-using-your-safekey/best-practices.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.
