# Account Creation

The first thing you will be asked when opening the Zion App is to login or create an account.&#x20;

A Zion account contains your [DID:ION](https://docs.zion.fyi/architecture/did), connects you to the Zion [DWN](https://docs.zion.fyi/architecture/decentralized-web-nodes), and  [Zion Lightning Wallet](https://docs.zion.fyi/architecture/bitcoin-lightning-network).&#x20;

These three technologies allow you to not just use Zion, but use any [Web5](https://developer.tbd.website/projects/web5/) app and transact on the [Bitcoin Lightning Network](https://docs.lightning.engineering/the-lightning-network/overview). Zion stores account data in your [DWN](https://docs.zion.fyi/architecture/decentralized-web-nodes) which is stored on your phone and in Master Replicas. This means only the owner of a Zion account can edit or delete any data pertaining to the account, and that Zion or any other Web5 app cannot delete your data or account.&#x20;

1. Open the Zion App and click "Create new account"
2. Click "Skip Access Code" Above Request for Access Code&#x20;
3. Read the following information about creating a [DID](https://docs.zion.fyi/architecture/did) and check the boxes agreeing that you understand how a [DID](https://docs.zion.fyi/architecture/did) works.<br>

   <figure><img src="/files/eLmN1II1dLDJQRvoxknJ" alt=""><figcaption></figcaption></figure>
4. Record 12 word BIP39 generated [DID](https://docs.zion.fyi/architecture/did) recovery phrase and store the phrase in a safe location, as Zion accounts can **only** be recovered with a recovery phrase. **Zion is not responsible for lost recovery keys.** \
   \
   We highly recommend storing your phrase physically in at least two secure locations, or in an encrypted file.&#x20;
   * **DO NOT store your recovery phrase in a unsecure file on your device or in a cloud.**&#x20;
   * **Unsecured recovery phrases on devices are often targeted by hackers.**&#x20;
5. Input the recovery phrase correctly into the input screen to ensure it was recorded correctly.<br>

   <figure><img src="/files/o8EzIHnbCnOxzdz9xAPN" alt=""><figcaption></figcaption></figure>
6. Attach an email to your Zion account or click "skip" if you would prefer not to.<br>

   <figure><img src="/files/06YzkK0BBzHNCEpA9XJF" alt=""><figcaption></figcaption></figure>
7. Create a numeric passcode to lock your Zion App. **Note: Your Passcode only locks the app on your device. Recovery keys are the only way to gain access to your account if you lose your passcode.**<br>

   <figure><img src="/files/SZzK45j00xN2uBO6EFCw" alt=""><figcaption></figcaption></figure>
8. Fill out the account creation information including your username, display name, profile picture(recommended size: 400x400), and bio.

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


---

# 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://guide.zion.fyi/zion/account-creation.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.
