# Recovery Phrase

Even though **recovery phrases** are considered a simple matter to hardware wallet developers, the Keystone team did some deep optimization on them by paying extreme attention to every detail for flawless security.&#x20;

Here are the optimizations that were carefully implemented:

{% content-ref url="/pages/-MVzl8Bd3g2IVaMy6V1n" %}
[Construct Your Own Recovery Phrase](/advanced-features/recovery-phrase/construct-own-recovery-phrase.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MVzlCzBToRaAC5tzCvu" %}
[Import or Create Shamir Backup](/advanced-features/recovery-phrase/import-or-create-shamir-backup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MVzlITEioyVDlh2gKSG" %}
[Use Dice to Generate Recovery Phrase](/advanced-features/recovery-phrase/use-dice-to-generate-recovery-phrase.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MW2CQzJIaNejExhhh5z" %}
[Recovery Phrase Check](/advanced-features/recovery-phrase/recovery-phrase-check.md)
{% endcontent-ref %}

> Important Note:
>
> Please don't over-complicate your solution in securing your recovery phrase as it may cause unnecessary complications.


---

# 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.keyst.one/advanced-features/recovery-phrase.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.
