# Creating a project

{% hint style="info" %}
All plans include a 7-day free trial.
{% endhint %}

1. Navigate to [www.alphi.dev](https://www.alphi.dev)
2. Click "Create Project"
3. Select the plan you would like to subscribe to
4. Complete the signup form and click "Sign up"
5. Check your email for the link to login and set your password
6. Complete the onboarding flow to get started

{% hint style="info" %}
If you are an existing user and want to create another project, you can repeat the above steps using the same email address. After logging in, you will be prompted to select the project you would like to open.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.alphi.dev/projects/creating-a-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
