> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/products/chalk/sign-up.md).

# Sign Up

1. Visit the [Chalk app home page](https://chalk.software/) and select "Create an NFT."

<figure><img src="/files/W9w9RacOdbuwD48ZJIhd" alt=""><figcaption><p>Create an NFT</p></figcaption></figure>

2. Chalk will then prompt you to either create a new wallet or recover an existing one. Choose "Create Account."

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

3. &#x20;Provide your desired username and your phone number, and then click "Submit."

<figure><img src="/files/1aqAWDvJuLFWrDlohPh4" alt=""><figcaption></figcaption></figure>

4. Verify your details by entering the one-time password received on your mobile number.

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

5. Chalk will generate a secret phrase that you can use to recover your account. Make sure to keep it safe and select **I've written it down**.

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

6. Confirm the correctness of your mnemonic phrase.

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

7. Upon successful verification, you will be redirected to the Chalk homepage, and your account username will be displayed at the top. Please refer to the screenshot below:

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


---

# 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-old.zus.network/products/chalk/sign-up.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.
