> 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/062-how-do-i-save-a-new-document-i-ve-created.md).

# ¿Cómo guardo un documento nuevo que he creado?

Guardamos tu proyecto automáticamente cada pocos segundos, mientras escribes. Si quieres descargar una copia para usarla sin conexión, puedes descargar un PDF mediante el icono encima del panel de vista previa, o descargar el conjunto completo de archivos fuente desde el menú de Overleaf en la esquina superior izquierda.

Si quieres conservar una versión concreta de un proyecto para futuras consultas, puedes hacerlo etiquetando una versión en el menú 'Historial'. Para obtener más información sobre cómo etiquetar versiones, visita [¿Puedo guardar versiones de mi trabajo?](/latex/es/mas-temas/49-using-the-history-feature.md)

Si has abierto un proyecto pero quieres ver otro proyecto en el que has trabajado, puedes ir a la página de tu panel de Mis proyectos mediante la flecha hacia arriba en la parte superior izquierda, y allí se enumeran todos tus documentos.

Por último, si tu cuenta tiene acceso a funciones prémium, tendrás acceso a la integración con Dropbox, que sincroniza tus proyectos con Dropbox automáticamente. Puedes encontrar información adicional sobre las funciones disponibles con suscripciones de pago en nuestra [página de planes](https://www.overleaf.com/plans).


---

# 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/062-how-do-i-save-a-new-document-i-ve-created.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.
