# DAO is taking a long time to load

The state of Aragon organizations is stored on the blockchain. When you use the Aragon client to load an organization, the client searches through the history of the blockchain to find all relevant information about the organization and then loads the data onto your computer.

For organizations older than a few months, this loading process may take several minutes - sometimes as long as 20-30 minutes depending on the age of the organization. So if you want to load an older organization, put on a nice record, go for a walk, or read that long article you have saved in that open tab - anything to enjoy passing the time, because this could take a little while.

The good news is, once you have loaded an organization, its data gets stored locally in your browser. So when you return, the organization should load much faster if it hasn't been a long while since the last time you visited.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/5d88f2bb2c7d3a7e9ae17f09/file-K8I1pKSaUt.png)

**"I waited and it still hasn't loaded!"**

If you have waited longer than expected for an organization to load, and it still hasn't finished, try refreshing the page. Sometimes there might be a connectivity issue that is preventing the organization from loading, and refreshing will reset the network connection and help it load properly.


---

# 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://legacy-docs.aragon.org/faq/products/aragon-client/dao-is-taking-a-long-time-to-load.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.
