> 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.md).

# He creado un documento LaTeX en otro lugar—¿puedo importarlo a Overleaf?

Sí, puedes. Puedes crear un nuevo documento y copiar y pegar el texto de tu archivo tex existente. Si tu documento contiene varios archivos, puedes comprimirlos en un archivo .zip y subir el archivo .zip usando una de las opciones de carga en tu [panel de proyectos](https://www.overleaf.com/dash) (ver imagen abajo).

![Crear un nuevo proyecto desde el panel de control subiendo un .zip](/files/d5b651347f0a58f92dfdb83b14f7953b22ab7ddb)

Como alternativa, primero puedes crear un proyecto en blanco (o crear uno a partir de una plantilla en la Galería). Cuando se cargue el editor del proyecto, haz clic en el botón “Subir” en la parte superior de la lista de archivos. Luego puedes seleccionar los archivos que deseas subir desde tu computadora, ya sea haciendo clic primero en el botón "Seleccionar desde tu computadora" para abrir un explorador de archivos, o simplemente arrastrando y soltando archivos desde tu Explorador/Finder al cargador. Este GIF animado muestra cómo se puede hacer:

![Subir varios archivos a un proyecto](/files/f9378dd3869c8a6d78898ea089192a48b7236116)

Probablemente también querrás cambiar el documento principal del proyecto, haciendo clic en el icono del menú de Overleaf encima del panel de la lista de archivos.

### ¿Puedo usar git para enviar un nuevo proyecto?

Si usas git, también puedes [hacer git push de tus archivos](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) en su proyecto de Overleaf.

### ¿Hay una API para cargar nuevos proyectos?

También puedes usar una de las opciones que se indican en nuestra [página para desarrolladores](https://www.overleaf.com/devs) para importar directamente desde tu sitio web a Overleaf.


---

# 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-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.
