> For the complete documentation index, see [llms.txt](https://docs.axolot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axolot.org/guides-and-tutorials/overview/account-registration.md).

# Account Registration

1.Visit[ Axolot](https://account.axolot.org/a/131248) official page to register account.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdwwMWROVNSpWPdorErL8ljT3dH99Dlh6ikjQeBx77sUn85Gh1ljMMnENtiqKyhNV7KxbRCgTllpUrAwxBvRUzUrjk3vbFLM4cjyGqym0Z_UapVU-neE3CBHXLolXmsizN-Asfn?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

2.Click on the “Sign up” button.

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

3.Fill in the required fields:

* Email
* Password
* Referral code (optional)

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXepVy3SXaZrdlEeayEWwHpIRx0uPmv4LkfEYQvzDkNmTn3RvJw-JUlX8FimiYHViRBdZ00jIkbTLdNmInRM0VtLK5Ivxg2pPn2JdCQ9Bfy1P9JgjGNbn6iA6Pv_8rn_anH7Gf8S?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

4.Confirm your email through the verification link sent to your inbox. If you do not receive it, you can resend the email.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc2ceVGH0RJ-E6z-CNSo5_DP-lyr4Dnr6NUBxIG5ktpUtRm8hIyz2ZcE4qt-uxL0W0Nq9U3CEAR4k2HFJHDBmQAvbJe4b0J0NkAzrseNLhSiHgejHYXQTsfTJ-pz8jh-qdD0YCf?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

5.Click “Confirm registration” and you will be redirected to the login page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeFbU7EdZ2ONrp9O-FotHss2JsiZj1CiJ6zweb8xaAKaZnJ91t7BD74tv0_fAeQGuTtjC21n3L7xHjquJRcdltAWF0BXPQczMbfe6nyDSjGH2y3a78K6FfumK-lxTFpKXEFt8Q?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

6\. Press the “Log in” button once again after email verification.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd_Rk_MMZo7PYf2kKyfDckl-q6OGqzxXasQ6Sn4O-7B7pj0bWqi7VwicrEYteeWkE0q98_DGHXhY-9rTrpG7jV0gaU8D80I2eaklpMoaHxXYz2iV-oDDmUe6XSa3-KQCl2X_QjX?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

7.Log in using your credentials to access your personal account.

<br>


---

# 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.axolot.org/guides-and-tutorials/overview/account-registration.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.
