# Why am I getting an Exceeded Quota Error?

WooCommerce POS stores data in your browser, for example, *products*, *customers* and *orders*. Each browser will have a limit or quota for how much data can be stored locally. The quota will vary for each machine, but in general the limit will depend on the available disk space.

If you are seeing an Exceeded Quota Error, please check the available disk space on your device. Clearing some room should fix the problem. The amount of disk space you require will depend on your store, but it should be in the order of megabytes not gigabytes.

![Example of Exceeded Quota Error](https://wcpos.com/wp-content/uploads/2017/06/exceeded-quota-error.png)


---

# 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://faq.wcpos.com/error-messages/exceeded-quota-error.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.
