# Failing to load in-app data

During peak hours, it's not uncommon for the app to experience slower performance than usual. This is often due to the high volume of user activity during these times, which can strain the system's resources. Particularly, if you're attempting to load a substantial number of accounts, specifically more than 20, or if you're applying a large number of condition lines in your filters—exceeding 400—you may find that these actions exacerbate the issue, potentially leading to your browser becoming unresponsive or even crashing. This happens because such extensive data processing demands significant computational power and memory, which can overwhelm your browser's capabilities. It's important to be mindful of these limitations when working with the app during busy periods to ensure a smoother and more reliable experience.

If you are experiencing loading issues:

* [x] Try reloading the page.
* [x] Test with a smaller time frame window.
* [x] Narrow down your account list.
* [x] Use simpler filters.
* [x] Log out, clear your cache and cookies and [log in](/getting-started/navigating-the-app/logging-in.md) again.

{% hint style="info" %}
If none of the solutions above work, contact support and provide them with a clear explanation of the issue you are experiencing. Include screen captures, videos, error messages or codes, Amazon data downloads (for the same date range you are troubleshooting, indicating the exact dates reported), and/or anything else you think might be valuable in identifying the issue more quickly.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.advertisingbeast.com/troubleshooting-the-app/failing-to-load-in-app-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
