> For the complete documentation index, see [llms.txt](https://help.pixfort.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pixfort.com/getting-started-1/how-to-create-a-pixfort-account.md).

# How to create a PixFort account

Welcome to PixFort platform, creating an account is very easy and it won't take more that 5 minutes, please follow these steps:

### 1. Go to [register page](https://builder.pixfort.com/register)

Complete the form with your information (name, username, email, password), a confirmation email will be sent to you after submitting the form.

![](/files/-LmlP00wSw3oScpxisfu)

### 2. Verify your account

After signing up you will receive a verification email, just click on the button in the email to verify your account.\
If you didn't receive your verification email you can resend it by clicking on the yellow button that shows in your PixFort account, or you can send us an email.

![](/files/-LmlP5rKt7Do5EkbnvMR)

### 3. Synchronize your account with envato market

**Note:** you should synchronize the Envato account you purchased the licences with.​​

![](/files/-LmlPAsnml_PU4Np0Xx-)

### 4. Done! Now you can start building awesome websites :)

Next, you can check this article to learn more about creating your first project​

{% content-ref url="/pages/-LmlOEUjDe3Rw5ii20cg" %}
[Create your first project](/creating-projects/create-your-first-project.md)
{% endcontent-ref %}

![](/files/-LmlOTU-kSN4hGUWvXBQ)

​


---

# 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://help.pixfort.com/getting-started-1/how-to-create-a-pixfort-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.
