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

# Other websites (including the dashboard) seem to be loading ok, but I'm having trouble accessing Overleaf projects. What could the problem be?

If your projects just won't load up in the editor, first check that [scripts aren't blocked on your computer or network](/latex/knowledge-base/125-resolving-access-loading-and-display-problems.md).

There may also be an issue with browser cookies, especially if you're working on a lot of projects. One of the following may help:

* Clear your browser's cookies
* Use the private or incognito mode of your browser
* Use a different browser

Another possibility is that if the `.tex` file you're writing on is very large, there may be lost connections due to serialisation errors with the server. One workaround is to split the `.tex` file into smaller ones, and then use `\input` or `\include` to add them back into the main document. If you're continuing to see problems, especially if this happens to a specific project rather than with all your projects, do [get in touch](https://www.overleaf.com/contact) with your project's ID, so that we can investigate further!


---

# 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/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.
