> For the complete documentation index, see [llms.txt](https://gitbook.vvv.net/vvv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.vvv.net/vvv/app/sign-up.md).

# Sign up

## Authentication

This guide explains how to authenticate and manage your account in our web application.

### Signing Up

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

To create a new account:

1. Navigate to the signup page by clicking "Sign up for free" on the login screen
2. Enter your email address in the provided field
3. Create a password that meets the following requirements:
   * Must be at least 12 characters long
4. Read and accept the Terms of Service and Privacy Policy by checking the checkbox
5. Click "Create my account" to complete the registration process
6. Check your email for a 6-digit verification code
7. Enter the code in the verification screen
8. Click "Verify" to confirm your email address

If you don't receive the code or it expires, click "Resend code" to get a new one.

### Logging In

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

To access your existing account:

1. Navigate to the login page
2. Enter your registered email address
3. Enter your password
4. Click the "Login" button to access your account

The system will validate your credentials and grant access to your account upon successful authentication.

### Password Recovery

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

If you forget your password:

1. Click the "Forgot password?" link on the login screen
2. Enter the email address associated with your account
3. Click "Submit"
4. Check your email for password reset instructions

### Security Best Practices

* Never share your password with others
* Use a unique, strong password


---

# 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://gitbook.vvv.net/vvv/app/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.
