> For the complete documentation index, see [llms.txt](https://docs.owkin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.owkin.com/help-center/troubleshooting/user-quota-exceeded-error.md).

# "User quota exceeded" error

{% hint style="info" %}
**What this article covers** This article explains K-Pro's usage limits and what to do when you reach your query quota.
{% endhint %}

If you see a "User quota exceeded" or similar error message when submitting a query in K-Pro, it means you have reached the usage limit for your account during the current period.

### Why is there a usage limit?

K-Pro enforces per-account usage limits (measured in queries or tokens) to ensure fair access across all users. These limits are defined in your subscription agreement and are not individually adjustable by default.

### What can I do?

* **Wait for your quota to reset.** Limits may reset on a rolling basis. Contact support to find out when your quota resets.
* **Contact support.** If you believe you have hit the limit unexpectedly or need continued access for urgent research, submit a support ticket via the "Need Help" button.

{% hint style="info" %}
We are working on making usage limits clearer within the platform interface so you can track your remaining quota. Thank you for your patience.
{% endhint %}


---

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

```
GET https://docs.owkin.com/help-center/troubleshooting/user-quota-exceeded-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.
