> 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/overleaf-learn-latex-pt/base-de-conhecimento/013-can-i-upload-multiple-files-at-once.md).

# Posso carregar vários ficheiros de uma vez?

Sim, vários ficheiros podem ser carregados para o Overleaf de uma só vez. Ao usar o carregador, pode optar por:

* selecionar uma pasta para carregar, e a estrutura de diretórios será preservada quando os ficheiros forem adicionados a um projeto, ou
* selecionar vários ficheiros ao escolher quais ficheiros carregar — como habitualmente, mantendo premido shift ou ctrl ao fazer a seleção.

A caixa de diálogo de carregamento mostrará então o progresso de todos os carregamentos e fechará quando o carregamento final estiver concluído.

**Nota**: Há um limite máximo de 180 ficheiros individuais por carregamento e 50 MB de dados por carregamento.

Também pode [carregar um ficheiro zip](https://www.overleaf.com/help/59) contendo um projeto ou modelo existente diretamente para o seu Painel de Projetos. Isto manterá a estrutura interna de pastas. Note que existe um limite de 2000 ficheiros por projeto para qualquer tipo de conta.

Se tiver alguma pergunta sobre o suporte para vários ficheiros, por favor contacte-nos através do nosso [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/overleaf-learn-latex-pt/base-de-conhecimento/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.
