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

# Các trang web khác (bao gồm cả bảng điều khiển) dường như tải bình thường, nhưng tôi gặp khó khăn khi truy cập các dự án Overleaf. Vấn đề có thể là gì?

Nếu các dự án của bạn không chịu tải trong trình chỉnh sửa, trước hết hãy kiểm tra rằng [các tập lệnh không bị chặn trên máy tính hoặc mạng của bạn](/latex/vi/co-so-tri-thuc/125-resolving-access-loading-and-display-problems.md).

Cũng có thể có sự cố với cookie của trình duyệt, đặc biệt nếu bạn đang làm việc trên rất nhiều dự án. Một trong những cách sau có thể giúp:

* Xóa cookie của trình duyệt
* Sử dụng chế độ riêng tư hoặc ẩn danh của trình duyệt
* Dùng một trình duyệt khác

Một khả năng khác là nếu `.tex` tệp bạn đang viết rất lớn, có thể xảy ra mất kết nối do lỗi tuần tự hóa với máy chủ. Một cách khắc phục là chia `.tex` tệp thành các tệp nhỏ hơn, rồi dùng `\input` hoặc `\include` liên hệ với chúng tôi [liên hệ với chúng tôi](https://www.overleaf.com/contact) kèm theo ID dự án của bạn, để chúng tôi có thể điều tra thêm!


---

# 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/vi/co-so-tri-thuc/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.
