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

# 其他網站（包括儀表板）似乎都能正常載入，但我無法存取 Overleaf 專案。可能是什麼問題？

如果您的專案在編輯器中就是無法載入，請先檢查 [指令碼沒有在您的電腦或網路上遭到封鎖](/latex/zh-tw/zhi-shi-ku/125-resolving-access-loading-and-display-problems.md).

瀏覽器 Cookie 也可能有問題，尤其是如果您正在處理很多專案。以下其中一種方法可能有幫助：

* 清除瀏覽器的 Cookie
* 使用瀏覽器的私密模式或無痕模式
* 改用其他瀏覽器

另一種可能性是，如果 `.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/zh-tw/zhi-shi-ku/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.
