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

# Introducción

¿Te cuesta crear una tabla en LaTeX? ¿Necesitas ayuda para dar formato a las figuras? Estás en el lugar correcto. Desde lo básico de LaTeX hasta técnicas avanzadas, Overleaf te lo pone fácil.

## Introducción a LaTeX

Empieza con nuestro nuevo [curso de LaTeX en línea](https://learn.overleaf.com/path/novice-learning-path) diseñado para principiantes absolutos en el [Centro de aprendizaje de Overleaf](https://learn.overleaf.com).

Regístrate para seminarios web en vivo gratuitos sobre Overleaf y otros temas — consulta nuestro [Calendario de eventos en vivo](https://learn.overleaf.com/calendar) para empezar.

Consulta [La documentación de Overleaf](https://docs.overleaf.com/) para obtener más [sugerencias de tutoriales](https://docs.overleaf.com/getting-started/latex-tutorials).

## Guías de Overleaf

* [Documentación para usuarios de Overleaf](https://docs.overleaf.com/)
* [Administración de grupos de Overleaf](https://docs.overleaf.com/groups)
* [Administración de Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf local](https://docs.overleaf.com/on-premises)
* [Centro de aprendizaje de Overleaf](https://learn.overleaf.com/)

## Conceptos esenciales de LaTeX

Consulta nuestra [lista completa de temas de LaTeX](https://www.overleaf.com/learn/latex/Contents). Algunas de las páginas más populares de nuestra colección incluyen:

* [Tablas](/latex/es/figuras-y-tablas/01-tables.md)
* [Colocación de imágenes y tablas](/latex/es/figuras-y-tablas/02-positioning-images-and-tables.md)
* [Alineación del texto](/latex/es/formato/06-text-alignment.md)
* [Lista de letras griegas y símbolos matemáticos](/latex/es/matematicas/11-list-of-greek-letters-and-math-symbols.md)
* [Listas](/latex/es/conceptos-basicos-de-latex/04-lists.md)
* [Errores](/latex/es/conceptos-basicos-de-latex/05-errors.md)
* [Uso de colores en LaTeX](/latex/es/formato/13-using-colors-in-latex.md)
* [Alineación de ecuaciones](/latex/es/matematicas/06-aligning-equations-with-amsmath.md)
* [Saltos de línea y espacios en blanco](/latex/es/formato/05-line-breaks-and-blank-spaces.md)

[Más temas](https://www.overleaf.com/learn/latex/Contents)

## TeX/LaTeX avanzado

Overleaf ha publicado una amplia variedad de [artículos técnicos en profundidad](/latex/es/tex-latex-avanzado/01-articles.md) para lectores interesados en el comportamiento de bajo nivel de los motores TeX.


---

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