# Child resource permissions

These are permissions granted directly to this resource that are relevant to its children, and by granting it to this resource, we rely on inheritance to have them have an effect on the resource's children.

## How it works

* Permissions granted here **inherit down** to all children of this resource
* Useful for granting project-wide access to analyses without affecting the project itself
* Enables delegation of management rights to children only

## Special case: `admin` on children

When granting `admin` in this section, it **only applies to the children**, not the parent resource itself.

{% hint style="info" %}
**Children-only admin:** Granting `admin` here applies to **children only**, not the parent. This allows you to delegate full control beneath a resource without elevating the resource itself.
{% endhint %}

## Example use case

You want to give the "Ops-Admins" team full control over all analyses in a project, but not the project itself. You would:

1. Open the **Project → Access → Child Resource Permissions**
2. Add **Ops-Admins** team
3. Set `admin` to **Allow (✔)**

Now Ops-Admins can manage everything under the project, but not the project itself.

{% hint style="info" %}
See the [Admin on children only](https://github.com/panomicsbio/documentation/blob/main/access-control/recipes/admin-children-only.md) recipe for a complete step-by-step guide.
{% 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/children.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.
