# Resource Access Window (UI guide)

The Access window is where you see and manage who can do what on a resource. When opened, it shows exactly what principals (Users, Teams) have access on this specific resource. It provides **full transparency**: if someone has access, it shows up in the window.

{% hint style="info" %}
**Full Transparency:** The Resource Access Window provides complete visibility into who has access to what. Every user and team with access is listed, making it easy to audit and understand permissions.
{% endhint %}

## Permission sections

<figure><img src="/files/0HAY7NCT5TEiJprYr4Xi" alt="Resource Access Window showing the three permission sections: Inherited, Direct, and Child Resource Permissions"><figcaption><p>Resource Access Window Overview</p></figcaption></figure>

The permissions are split into **3 sections**:

1. [**Inherited Permissions**](/documentation/access-control/ui/inherited.md) - Permissions inherited from parent resources
2. [**Direct Permissions**](/documentation/access-control/ui/direct.md) - Permissions granted directly on this resource
3. [**Child Resource Permissions**](/documentation/access-control/ui/children.md) - Permissions that apply to this resource's children

<details>

<summary>Understanding the three permission sections</summary>

**Inherited Permissions:**

* Show permissions that flow down from parent resources
* Cannot be edited at this level
* Must be changed at the parent or overridden with Direct Deny

**Direct Permissions:**

* Permissions granted directly on this specific resource
* Can be set to Allow (✔), Neutral (•), or Deny (✖)
* Deny overrides inherited Allow permissions

**Child Resource Permissions:**

* Permissions that will inherit down to this resource's children
* Useful for granting project-wide access to analyses
* `admin` here only applies to children, not the parent

</details>

## Pages in this section

* [Inherited permissions](/documentation/access-control/ui/inherited.md)
* [Direct permissions](/documentation/access-control/ui/direct.md)
* [Child resource permissions](/documentation/access-control/ui/children.md)


---

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