> 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/013-can-i-upload-multiple-files-at-once.md).

# ¿Puedo subir varios archivos a la vez?

Sí, se pueden subir varios archivos a Overleaf de una sola vez. Al usar el cargador, puedes:

* seleccionar una carpeta para subirla, y la estructura de directorios se conservará cuando los archivos se añadan a un proyecto, o
* seleccionar varios archivos al elegir qué archivos subir, como de costumbre, manteniendo pulsadas las teclas Mayús o Ctrl mientras haces tu selección.

El cuadro de diálogo de subida mostrará entonces el progreso de todas las subidas y se cerrará cuando se complete la última subida.

**Nota**: Existe un límite estricto de 180 archivos individuales por subida y 50 MB de datos por subida.

También puedes [subir un archivo zip](https://www.overleaf.com/help/59) que contenga un proyecto o plantilla existentes directamente a tu Panel de proyectos. Esto conservará la estructura interna de carpetas. Ten en cuenta que hay un límite de 2000 archivos por proyecto para cualquier tipo de cuenta.

Si tienes alguna pregunta sobre la compatibilidad con varios archivos, por favor háznoslo saber a través de nuestro [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/013-can-i-upload-multiple-files-at-once.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.
