> For the complete documentation index, see [llms.txt](https://docs.debio.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.debio.network/complete-guidelines/genetic-analyst-guideline/generate-account.md).

# Generate Account

## Generate Account

All users must generate an account and sign in to access the system.

![](https://lh5.googleusercontent.com/xw0PiVgfwOog-2Bi6a5jfFhFCS5cK5J9cwQlcNVn7P8gi3B75Z3Bm5TF2g-OSfYVVFh-YDY9pywvjVE4fwHmQegcHH2xNEx-94e1k2RAu-KjbjrMcNE9xmHqV1uqHA)

For new users, generating an account is required. Users will also be required to read and agree to our **Terms & Conditions** and **Privacy Policy** before the account is created.

![](https://lh3.googleusercontent.com/xeiFl9R8u4Nbbu7aAL_frNW4jPPoer9bD3lO2Q8ycLmdGmN_6k85RtPYlBfQcQHvw2kblJvSwTj2WcqDgK2UPhtFYjlLE6JEApllzTLKPDjhICU8zjnJ15-nsaYaRw)

The system will give 12 phrases for users to key in as well as to recover their account. We suggest for users copy the phrase somewhere safe and/or screenshot.

![](https://lh6.googleusercontent.com/RRoLUfQY-F-PtSSVZoUyHn_OnpYzen8pXNBf2LEHhzsKbhrZTHUhgqvkxrJh2rCoBwHXfhSLicOiFrr7UlZVOkQefjpX0hkn87bzIGYguj2O6oD6d_VSPw-Qt5i1yw)

Users are required to match the phrase based on the given 12 secret backup phrases. However, users cannot paste the copied phrase, they need to manually select each phrase.

![](https://lh3.googleusercontent.com/pkk_xU-dc6R_3DdbH0sKDqUmLPaX9YlVd8N2qwJoehB2-r8HZt-dLm62zu0xOyDt6KxGvtXcx_UDByxPNli3SbSpmir7dOXrnwKpy5_BLaVqis0BWylFD5YL0nWHww)

Once the recovery phrase is verified, users can set up passwords.

![](https://lh5.googleusercontent.com/yVhBlCWeDyLw6cfDEUZVAu7e3SqoLz4DmYKP-pvcQdKEBUTc8wFt1MPyqxrN0cXb9BvECuZzhcA7WysIwyeOZSVXYpF5F_lJ0UQByxJ1OsCm4lqhguWu7VIt94yfig)

Upon successful completion of generating an account, users can sign in to the DeBio by filling in the password that they just set up. After that, the user needs to select a role (at this point, the user can select as a Genetic Analyst).

![](/files/gZz3sxPTiXQ9FUFjV8UO)


---

# 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.debio.network/complete-guidelines/genetic-analyst-guideline/generate-account.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.
