> For the complete documentation index, see [llms.txt](https://docs.zion.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zion.fyi/social/zion-app/did-account-creation.md).

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