> 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/114-other-websites-including-the-dashboard-seem-to-be-loading-ok-but-i-m-having-trouble-accessing-ov.md).

# 다른 웹사이트들(대시보드 포함)은 잘 로딩되는 것 같지만, Overleaf 프로젝트에 접근하는 데 문제가 있습니다. 무엇이 문제일 수 있나요?

프로젝트가 편집기에서 제대로 로드되지 않는다면, 먼저 다음을 확인하세요 [스크립트가 컴퓨터 또는 네트워크에서 차단되지 않았는지](/latex/ko/knowledge-base/125-resolving-access-loading-and-display-problems.md).

브라우저 쿠키에 문제가 있을 수도 있습니다. 특히 여러 프로젝트를 작업 중이라면 더욱 그렇습니다. 다음 방법 중 하나가 도움이 될 수 있습니다:

* 브라우저의 쿠키를 삭제하세요
* 브라우저의 개인 모드 또는 시크릿 모드를 사용하세요
* 다른 브라우저를 사용하세요

또 다른 가능성은, 만약 다음의 `.tex` 작성 중인 파일이 매우 크다면 서버와의 직렬화 오류로 인해 연결이 끊길 수 있습니다. 한 가지 우회 방법은 다음을 분할하는 것입니다 `.tex` 파일을 더 작은 파일들로 나눈 다음, 다음을 사용하여 `\input` 또는 `\include` 기본 문서에 다시 추가하세요. 문제가 계속 발생한다면, 특히 모든 프로젝트가 아니라 특정 프로젝트에서 이런 일이 발생한다면, 다음을 수행하세요 [문의해 주세요](https://www.overleaf.com/contact) 프로젝트 ID를 함께 보내 주세요. 그러면 더 자세히 조사할 수 있습니다!


---

# 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/114-other-websites-including-the-dashboard-seem-to-be-loading-ok-but-i-m-having-trouble-accessing-ov.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.
