> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/start-here/create-account.md).

# How to register a Hash Hedge account

Creating an account takes under a minute.

***

{% stepper %}
{% step %}

### Open the registration page

Go to [app.hashhedge.com/en/register](https://app.hashhedge.com/en/register), or click **Sign Up** on the login page.

<figure><img src="/files/PIKc1XtMc2x18CpNV85b" alt=""><figcaption><p>The login page, with the Sign Up link</p></figcaption></figure>
{% endstep %}

{% step %}

### Fill in your details

|                      |                                                                                                                          |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **First Name**       | your first name.                                                                                                         |
| **Email**            | a valid address you have access to. You'll use it to log in.                                                             |
| **Password**         | at least 8 characters, with uppercase and lowercase letters, digits, and special characters (for example `!`, `@`, `#`). |
| **Confirm Password** | repeat the password exactly.                                                                                             |
| **Invitation Code**  | optional. Enter it only if a referral partner gave you one.                                                              |

<figure><img src="/files/8sk5dSPw4gk7ptqMClzw" alt=""><figcaption><p>The registration form</p></figcaption></figure>
{% endstep %}

{% step %}

### Confirm you're human

Check the **"I am human"** box.
{% endstep %}

{% step %}

### Register

Click **Register**. You go straight to your dashboard.
{% endstep %}
{% endstepper %}

***

Your account is ready. Next, buy a Challenge to start your path to a funded account.

{% hint style="info" %}
Save your login details somewhere safe. Hash Hedge never stores your password in plain text. When you come back, see [How to log in to your account](/hashhedge-user-guide/start-here/login.md).
{% endhint %}


---

# 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://hashhedge.gitbook.io/hashhedge-user-guide/start-here/create-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.
