# Create an Account

{% hint style="info" %}
[Install Devin App](/setup-and-maintenance/installation/install-devin-app.md) on your local computer before continuing. &#x20;
{% endhint %}

## Create Personal Account

{% stepper %}
{% step %}

### Open Devin.fmp12

If you already have an account, login. If not, click Create Account.

<div align="left"><figure><img src="/files/dr4LMUjnSFFN5vHZYrQN" alt="" width="563"><figcaption><p>Devin App Login Screen</p></figcaption></figure></div>
{% endstep %}

{% step %}

### Create Account

Click Create Account and enter the required information

<div align="left"><figure><img src="/files/UWKhyLlHZ1cqzZxcWl4M" alt="" width="563"><figcaption><p>Create Account in Devin App</p></figcaption></figure></div>
{% endstep %}

{% step %}

### Verify your Email Address

Next, check your inbox for a verification code and enter it on the next screen. If you have not received the verification email, please check your spam folder or contact <support@devin.fm> to continue.&#x20;
{% endstep %}
{% endstepper %}

## Create Team Account

Next, specify a name for your team or wait for a team member to invite you to theirs. You can add other team members later.

{% hint style="info" %}
In Devin 1.2.1+ you can create and manage multiple teams from the Login Screen.
{% 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.devin.fm/guides/getting-started/create-an-account.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.
