# Inherited permissions

These are permissions inherited from the resource's parents, meaning the principals (User, Team) has a permission that is relevant to this resource on its parent → and it gets inherited to this resource.

## Key characteristics

<figure><img src="/files/iotf7ZOfEQMF2o9yUKMr" alt=""><figcaption><p>Inherited Permissions</p></figcaption></figure>

* **Cannot be modified** from this resource's access window
* Must be changed at the **parent** resource where it was originally set
* Can be overridden locally with a **Direct Deny** (except `admin`, which cannot be denied)

## How to modify inherited permissions

**Option 1: Change at the parent**

* Navigate to the parent resource's access window
* Modify the permission there - changes will flow down to all children

**Option 2: Override locally**

* Use [Direct Permissions](/documentation/access-control/ui/direct.md) to set **Deny (✖)** for specific actions
* This blocks the inherited permission even if it's allowed at the parent

{% hint style="warning" %}
**`admin` cannot be denied** - inherited admin permissions cannot be overridden with a local deny.
{% 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://documentation.panomics.bio/documentation/access-control/ui/inherited.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.
