# Creating an account

{% stepper %}
{% step %}

### Start here

To start using Overleaf, go to [overleaf.com](https://www.overleaf.com/signup).

<div align="center"><figure><img src="/files/d5RbWRzBRqfNcC7GoCdh" alt="Overleaf homepage displaying the slogan &#x27;\begin{anything}&#x27; and a sign-up area with Google and ORCID options. Below, a sample LaTeX editor view shows an astronomy document with equations and case study text."><figcaption><p>The landing page</p></figcaption></figure></div>
{% endstep %}

{% step %}

### Register for an account

If you don't have an account, enter your email address and set a password in the corresponding boxes on the home page. Click **Sign up for free**, and that's it. You will be redirected to the project dashboard where you will be guided into how to create a new project. (If you already have an account you can log in using the Log In button in the top-right corner.)
{% endstep %}

{% step %}

### View your projects

After you are logged in, you should see the Overleaf Project Dashboard.

<figure><img src="/files/HwPtYEqxapWEY3snsR5A" alt="A user interface on the Overleaf platform displaying a welcome message and options to create a new project, learn LaTeX, and browse templates. A dropdown menu shows options for project creation."><figcaption><p>The Overleaf Project Dashboard</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.overleaf.com/getting-started/creating-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.
