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