> 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/operation-not-allowed-error.md).

# "Operation not allowed" error

{% hint style="info" %}
**What this article covers** This article explains the "operation not allowed" error in K-Pro, the most common reasons it appears, and what to do when it does.
{% endhint %}

{% hint style="warning" %}
**Important note for support teams** Permissions were migrated from the legacy `permissions.yaml` to OpenFGA (`backend/permissions/local_seed.yaml`) in the April–May 2026 restructure. If the user-facing error wording has changed from "operation not allowed" to a different string, update this article's title and first sentence accordingly.
{% endhint %}

If K-Pro returns a popup or message saying **"Operation not allowed"**, it means the action or query you attempted is outside the boundaries of what your account is authorised to do. This is a permissions or scope error, not a technical fault.

### Common causes

* **Querying data you do not have access to** — K-Pro enforces strict data segregation by organisation. If you attempt to access a dataset, indication, or modality not included in your subscription, the request will be blocked.
* **Requesting an action outside the platform's scope** — Certain operations (e.g. writing to external systems, accessing non-cancer literature in some configurations, or uploading files) may not be enabled for your account.
* **A prompt that previously worked now fails** — This can happen if the underlying data or your subscription scope has changed, or if the query is now routing to a different agent.

### What to do

1. Check whether the data or feature you are requesting is included in your subscription.
2. Try rephrasing your request to be more specific about the dataset and type of analysis.
3. If the same prompt worked before and now fails, contact your Owkin project manager — your subscription scope or data configuration may have changed.
4. If none of the above applies, submit a support request via the **Need Help** button with the exact prompt and the error message. The support team can check your permissions configuration.

{% hint style="info" %}
This error is not a platform crash. Your data and previous analyses are unaffected. You can continue using K-Pro for other queries while waiting for a resolution.
{% 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/operation-not-allowed-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.
