> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/troubleshooting.md).

# TROUBLESHOOTING

- [OnlyMonster Browser Troubleshooting Guide](https://docs.onlymonster.ai/troubleshooting/onlymonster-browser-troubleshooting-guide.md): If the OnlyMonster Browser won't run (an error is displayed, or the application does not open), follow these steps to troubleshoot
- [Advanced OnlyMonster Settings for troubleshooting](https://docs.onlymonster.ai/troubleshooting/advanced-onlymonster-settings-for-troubleshooting.md)
- [Forgot Password](https://docs.onlymonster.ai/troubleshooting/forgot-password.md)
- [“Proxy Missing” Error](https://docs.onlymonster.ai/troubleshooting/proxy-missing-error.md)
- ["Allow 3 seconds" Error](https://docs.onlymonster.ai/troubleshooting/allow-3-seconds-error.md)
- [“Too many requests. Try again later” Error](https://docs.onlymonster.ai/troubleshooting/too-many-requests.-try-again-later-error.md): This error message appears when too many requests are sent to the OnlyFans server within a short period. This is not a bug but a system response aimed at preventing excessive server load.
- [“Session Synchronization Error”](https://docs.onlymonster.ai/troubleshooting/session-synchronization-error.md)
- [“Account Error”](https://docs.onlymonster.ai/troubleshooting/account-error.md)
- [“Wrong Account” Error When Attempting to Log Into a Profile](https://docs.onlymonster.ai/troubleshooting/wrong-account-error-when-attempting-to-log-into-a-profile.md)
- [“Sync Error ‘timeout of 40000ms exceeded’”](https://docs.onlymonster.ai/troubleshooting/sync-error-timeout-of-40000ms-exceeded.md)
- [“DiscardVirtualMemory” Error](https://docs.onlymonster.ai/troubleshooting/discardvirtualmemory-error.md)
- [“Captcha wrong” error](https://docs.onlymonster.ai/troubleshooting/captcha-wrong-error.md)
- [“Something Went Wrong” Error](https://docs.onlymonster.ai/troubleshooting/something-went-wrong-error.md): This error occurs when OnlyFans blocks all actions on a specific page.
- [“Just a Moment...” Loading Screen](https://docs.onlymonster.ai/troubleshooting/just-a-moment...-loading-screen.md): This error appears when OnlyFans is verifying your connection.


---

# 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://docs.onlymonster.ai/troubleshooting.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.
