> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/knowledge-base/031-creating-a-document-in-overleaf.md).

# Creating a document in Overleaf

## Introduction

Overleaf is a great on-line LaTeX editing tool that allows you to create LaTeX documents directly in your web browser. This article explains how to create a new project in Overleaf, either starting from scratch, uploading your own files or using one of the many templates available.

| <ul><li>To start using Overleaf go to <a href="https://www.overleaf.com/signup">[www.overleaf.com](http://www.overleaf.com)</a>.</li><li>If you don't have an account enter your e-mail address and set a password in the corresponding boxes below <em>Get started now</em>, click <em>Register</em> and that's it, you will be redirected to the project management page where you will be guided into how to create a new project.</li></ul> | EOnyGQAibFZa |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |

|                                                                                                                                                     |                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| If you already have an account, click ***Login*** in the upper right corner, then type in your email and password and click the ***Login*** button. | ![V2login.png](/files/s6UP7CldVVxjEQFSdMTG) |

|                                                                             |                                                   |
| --------------------------------------------------------------------------- | ------------------------------------------------- |
| Once you are logged in, you should see the Overleaf Project Management page | ![V2projectdash.png](/files/m3kfyM3d5B75zA9Y8YjE) |

## Starting a new project

|                                                                                                                                |                                                   |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------- |
| To start a new project from scratch, in the main page click the ***New Project*** button, you will see the next drop-down menu | ![V2createblank.png](/files/njQi89kYpulCEfIAhpTS) |

|                                                                                                                               |                                                   |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| then click ***Blank Project***. A box will open where you should enter the name of your new project, then click ***Create***. | ![V2nameproject.png](/files/CoLrWthhRCanrspaN8ES) |

|                                                  |                                                    |
| ------------------------------------------------ | -------------------------------------------------- |
| After that you will be redirected to the editor. | ![V2blankproject.png](/files/bBUCohs7ZLBYri6MvQkh) |

There, a new document is created with some basic information already filled in. You can start editing your .tex file now, to view the changes click ***Recompile***. For more information on how to create a basic LaTeX document see [Creating a document in LaTeX](/latex/latex-basics/01-learn-latex-in-30-minutes.md).

|                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
| Another option to start a new project from scratch is to use an Example Project. In the Project Management page click the button ***New project*** (first image in this section) and in the drop-down menu click ***Example Project***, you will see a text box where you should enter the name of your new project (second image in this section), now click ***Create*** and you will be redirected to the editor where a sample document will open. | ![V2exampleproject.png](/files/eI18yO5i0B3kmGrvZJgJ) |

This sample document contains an image inside a float element and a basic bibliography file. To learn more about these subjects see the links at the [further reading](#further-reading) section.

## Quick guides

* **Quick guide to create a new blank project:**

In the Project Management page click ***New project => Blank Project***, enter a name for your project then click ***Create***.

* **Quick guide to create a new project from an example:**

In the Project Management page click ***New project => Example Project***, enter a name for your project then click ***Create***.

## Further reading

* [Creating a document in LaTeX](/latex/latex-basics/01-learn-latex-in-30-minutes.md)
* [Inserting Images](/latex/more-topics/27-inserting-images.md)
* [Bibliography management in LaTeX](/latex/more-topics/05-bibliography-management-in-latex.md)


---

# 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://overleaf-pro.ayaka.space/latex/knowledge-base/031-creating-a-document-in-overleaf.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.
