# DID Account Creation

When members create a [Zion](https://www.zion.fyi/) account, members generate their [DID:ION](/architecture/did.md), [DWN](/architecture/decentralized-web-nodes/dwn-requests.md), and [Bitcoin Lightning Wallet](/architecture/bitcoin-lightning-network.md). To create an account:

1. Open [Zion](https://www.zion.fyi/) App and click create account
2. Record 12 word BIP39 generated recovery phrase. This is your [DID:ION](/architecture/did.md) Recovery Key Pair. (Note: Accounts can only be recovered with the recovery phrase. Zion is not responsible for lost recovery keys)
3. Input the recovery phrase correctly into the input screen to ensure it was recorded correctly
4. Input an email to attach to the Zion account (optional)
5. Input an alphanumeric passcode for the Zion app
6. Fill out the account creation page with a display name, username, profile picture, and bio

Once members are finished they will be given full access to the Zion app and [lightning wallet](/social/zion-app/lightning-wallet.md).

<figure><img src="/files/7iTKVxHMKYCetF5bBQbD" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs.zion.fyi/social/zion-app/did-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.
