> 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/base-de-conocimientos/063-how-do-i-use-overleaf.md).

# ¿Cómo uso Overleaf?

**Si está familiarizado con LaTeX** entonces usar Overleaf no podría ser más fácil, porque ofrecemos compatibilidad total con la edición directa de LaTeX y compilamos automáticamente su documento por usted en nuestros servidores: ¡no hay nada que instalar! Todo lo que necesita hacer es crear un documento, seleccionar el **Editor de código** y empezar a escribir su código LaTeX:

![Imagen que muestra el Editor de código y el Editor visual](/files/da7ab5408c9288602d5788c162a4297f2433a418)

**Si es nuevo en LaTeX** y necesita ayuda para empezar, nuestra [tutoriales](https://www.overleaf.com/tutorial) página enumera una amplia gama de materiales de aprendizaje para impulsar su recorrido con LaTeX. También hemos precargado una serie de [plantillas y ejemplos](https://www.overleaf.com/latex/templates) en Overleaf para ayudarle a crear su primer documento.

**Otra opción para principiantes** es empezar con un [documento de ejemplo](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) usando el **Editor visual** y usarlo para explorar Overleaf:

![Imagen que muestra cómo usar Overleaf.](/files/1c670a762297766205b4b6e2b992fd752ff4010f)

Esperamos que disfrute usando Overleaf y, si tiene algún comentario o pregunta, póngase en contacto con nosotros a través de nuestra [página de contacto](https://www.overleaf.com/contact).


---

# 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/base-de-conocimientos/063-how-do-i-use-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.
