> 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.md).

# Getting Started

- [How do I use Overleaf?](https://docs.overleaf.com/getting-started/how-do-i-use-overleaf.md): Overleaf is a powerful yet easy-to use LaTeX editor and collaboration platform that's built for experienced LaTeX users as well as those new to LaTeX.
- [Redesigned Overleaf editor](https://docs.overleaf.com/getting-started/how-do-i-use-overleaf/redesigned-overleaf-editor.md): This guide introduces you to the redesigned Overleaf editor, highlighting key changes and improvements to enhance your writing and collaboration experience.
- [Contextual Menu](https://docs.overleaf.com/getting-started/how-do-i-use-overleaf/redesigned-overleaf-editor/contextual-menu.md): The contextual menu provides a tailored right-click experience within the source editor.
- [Creating an account](https://docs.overleaf.com/getting-started/creating-an-account.md)
- [Getting started FAQ](https://docs.overleaf.com/getting-started/creating-an-account/getting-started-faq.md)
- [Your first project](https://docs.overleaf.com/getting-started/your-first-project.md)
- [Recompiling your project](https://docs.overleaf.com/getting-started/recompiling-your-project.md): The LaTeX compile processes take use your source files to produce a PDF. Pressing the Recompile button kicks off the LaTeX compile.
- [The Main document](https://docs.overleaf.com/getting-started/recompiling-your-project/the-main-document.md): Every Overleaf project has a Main source document (.tex file) that is the file which is submitted to the compiler by default.
- [Selecting a TeX Live version and LaTeX compiler](https://docs.overleaf.com/getting-started/recompiling-your-project/selecting-a-tex-live-version-and-latex-compiler.md): You can select which version of TeX Live and which LaTeX compiler to use when compiling your project.
- [Free and premium plans](https://docs.overleaf.com/getting-started/free-and-premium-plans.md)
- [Premium features](https://docs.overleaf.com/getting-started/free-and-premium-plans/premium-features.md)
- [Plan limits](https://docs.overleaf.com/getting-started/free-and-premium-plans/plan-limits.md)
- [LaTeX tutorials](https://docs.overleaf.com/getting-started/latex-tutorials.md): Some resources to help you learn, including various tutorials, web sites and articles.


---

# 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.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.
