> 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/vult/sign-up.md).

# Sign Up

1. Visit the Vult website and locate the "Sign Up" button.

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

2. Next, click on "Get Free 2 GB" to proceed.

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

2. You will be prompted to provide your username and a valid phone number for account verification. Once you've filled in this information, click on the "Create Account" button.

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

**Important:** After completing the registration, a one-time password (OTP) will be sent to your mobile number to verify your account. Additionally, a 26-word wallet mnemonic phrase will be provided for both verification and account recovery purposes. It's crucial to save this wallet mnemonic phrase in a secure location.

4. After successfully verifying your account using the wallet mnemonic phrase provided, a 2GB allocation/storage space will be automatically generated for you. You will then be redirected to the Vult dashboard. Now, let's take a look at an overview of the Vult dashboard:

<figure><img src="/files/kDea1jAxSPWartCZl9BZ" 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/vult/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.
