> 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/ko/knowledge-base/140-upload-throttled.md).

# 업로드 속도 제한

해당 메시지가 표시되면 **업로드된 파일이 너무 많아, 업로드가 짧은 기간 동안 제한되었습니다**, 이는 대량의 업로드가 처리된 뒤 작동하는 편집기의 보안 예방 조치 때문입니다. 그 이유는 업로드가 너무 많으면 다른 사용자에게 성능 문제를 일으킬 수 있기 때문입니다. 제한은 동적으로 적용될 수 있지만, 대략 30분 동안 200개 파일 정도입니다. 추가 문서를 업로드하기 전에 30분을 기다리면 업로드 제한이 초기화됩니다.


---

# 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/ko/knowledge-base/140-upload-throttled.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.
