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

# 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 %}

To learn more about getting started with your new Overleaf account, enroll in our free, self-paced "[Getting Started with LaTeX in Overleaf](https://learn.overleaf.com/101-get-started-with-latex-in-overleaf)" course.


---

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