> For the complete documentation index, see [llms.txt](https://docs.cypherock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cypherock.com/getting-started.md).

# Getting Started

- [Download cySync](https://docs.cypherock.com/getting-started/download-cysync.md)
- [Import Seed Phrase from existing BIP39 compatible wallet](https://docs.cypherock.com/getting-started/import-seed-phrase-from-existing-bip39-compatible-wallet.md): Use Cypherock X1 to import an existing wallet and manage the wallet using the cySync App
- [Generate a new wallet with Cypherock X1](https://docs.cypherock.com/getting-started/generate-a-new-wallet-with-cypherock-x1.md): Use Cypherock X1 to create a new wallet and manage the wallet using the cySync App
- [How Cypherock generates your 24-word seed phrase](https://docs.cypherock.com/getting-started/how-cypherock-generates-your-24-word-seed-phrase.md)
- [Best practices in keeping your X1 cards secure](https://docs.cypherock.com/getting-started/best-practices-in-keeping-your-x1-cards-secure.md)
- [Use the protective card sleeves](https://docs.cypherock.com/getting-started/best-practices-in-keeping-your-x1-cards-secure/use-the-protective-card-sleeves.md)
- [Geographical Seperation](https://docs.cypherock.com/getting-started/best-practices-in-keeping-your-x1-cards-secure/geographical-seperation.md)
- [Choosing your guardians](https://docs.cypherock.com/getting-started/best-practices-in-keeping-your-x1-cards-secure/choosing-your-guardians.md)
- [How do I know I am not locked-in to using only Cypherock X1](https://docs.cypherock.com/getting-started/how-do-i-know-i-am-not-locked-in-to-using-only-cypherock-x1.md)
- [How do I know my Cypherock X1 is genuine?](https://docs.cypherock.com/getting-started/how-do-i-know-my-cypherock-x1-is-genuine.md)
- [Email 2FA for Product Authentication](https://docs.cypherock.com/getting-started/how-do-i-know-my-cypherock-x1-is-genuine/email-2fa-for-product-authentication.md)
- [How to recover your Crypto assets in the case of loss or theft](https://docs.cypherock.com/getting-started/how-to-recover-your-crypto-assets-in-the-case-of-loss-or-theft.md)
- [What happens to my Cypherock X1 if Cypherock goes out of business?](https://docs.cypherock.com/getting-started/what-happens-to-my-cypherock-x1-if-cypherock-goes-out-of-business.md)


---

# 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.cypherock.com/getting-started.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.
