> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/exchange-account/create-a-new-account/how-to-create-an-account-on-the-web.md).

# How to Create an Account on the Web?

To get started, visit Backpack Exchange and select 'Sign Up'.

**Note: Ensure that you're on the official Backpack Exchange domain**

* ‍[https://backpack.exchange](https://backpack.exchange/)

{% stepper %}
{% step %}

### Select 'Sign up' and begin creating a new account

#### 1) Input a valid email address

* **Note: You will need access to this account later in the registration process.**

#### 2) Create a strong and unique password

* ‍**Note: The password must be a combination of numbers and letters. It should contain 9-20 characters, at least one number, and one upper case.**

#### 3) Review the User Agreement and Privacy Policy

#### 4) Enter a Referral code (if applicable)

<figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/6717d589a136b09472d88ffb_6717d49916c5729a8a9de3e1_backpack_exchange_new_account3.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify your email address

You will receive an automatic verification code in your email. Enter this code within 10 minutes. If you don't see the email, check other folders like Spam or Promotions.

‍**Reach out to Support if the issue persists.**

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/672e77dd8ec505e377b13834_672e77773e11f77964b2adcc_verify_email_backpack_exchange.jpeg" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Begin the Identity Verification process

1\) Choose your Country of Residence

* [Supported regions and countries](/exchange/exchange-account/identity-verification/supported-regions.md)
* [Proof of address (POA) submission guidelines](/exchange/exchange-account/identity-verification/kyc-required-documents.md#proof-of-address-poa-submission-guidelines)

<figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/6717d587a136b09472d88f9b_6717d4e28d9879aea9117ca4_backpack_exchange_sign_up.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Begin the Identity Verification process

<figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66d93e6145eef24cbfe2489a_6699961c489c9199f87eb181_0ae32445-7680-4ad5-bdf5-eff61707269b.png" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://support.backpack.exchange/exchange/exchange-account/create-a-new-account/how-to-create-an-account-on-the-web.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.
