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

# Introduction

Struggling to create a LaTeX table? Need help formatting figures? You're in the right place. From LaTeX basics to advanced techniques, Overleaf has you covered.

## Introduction to LaTeX

Start with our new [online LaTeX course](https://learn.overleaf.com/path/novice-learning-path) designed for absolute beginners at the [Overleaf Learning Center](https://learn.overleaf.com).

Sign up for free live webinars covering Overleaf and other topics — check out our [Live Event Calendar](https://learn.overleaf.com/calendar) to get started.

See [Overleaf's documentation](https://docs.overleaf.com/) for additional [tutorial suggestions](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf guides

* [Overleaf user documentation](https://docs.overleaf.com/)
* [Overleaf group administration](https://docs.overleaf.com/groups)
* [Overleaf Commons administration](https://docs.overleaf.com/commons)
* [Overleaf on-premises](https://docs.overleaf.com/on-premises)
* [Overleaf Learning Center](https://learn.overleaf.com/)

## LaTeX essentials

See our [comprehensive list of LaTeX topics](https://www.overleaf.com/learn/latex/Contents). Some of the most popular pages in our collection include:

* [Tables](/latex/figures-and-tables/01-tables.md)
* [Positioning Images and Tables](/latex/figures-and-tables/02-positioning-images-and-tables.md)
* [Text alignment](/latex/formatting/06-text-alignment.md)
* [List of Greek letters and math symbols](/latex/mathematics/11-list-of-greek-letters-and-math-symbols.md)
* [Lists](/latex/latex-basics/04-lists.md)
* [Errors](/latex/latex-basics/05-errors.md)
* [Using colours in LaTeX](/latex/formatting/13-using-colors-in-latex.md)
* [Aligning equations](/latex/mathematics/06-aligning-equations-with-amsmath.md)
* [Line breaks and blank spaces](/latex/formatting/05-line-breaks-and-blank-spaces.md)

[More topics](https://www.overleaf.com/learn/latex/Contents)

## Advanced TeX/LaTeX

Overleaf has published a wide range of [in-depth technical articles](/latex/advanced-tex-latex/01-articles.md) for readers interested in the low-level behaviour of TeX engines.


---

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