# Core Concepts

Before diving into workflows, it’s important to understand the building blocks of access control.

This section covers:

* **Teams** - grouping users into addressable entities.
* **Resources & hierarchy** - how Projects, Analyses, and other objects relate.
* **Inheritance & overrides** - how grants flow down (and how to stop them).
* **Umbrella actions & admin** - why Panomics splits actions and how admin works.

## Pages in this section

* [Teams](/documentation/access-control/concepts/teams.md) - Grouping users into addressable entities
* [Resources & hierarchy](/documentation/access-control/concepts/resources-hierarchy.md) - How Projects, Analyses, and other objects relate
* [Inheritance & overrides](/documentation/access-control/concepts/inheritance-overrides.md) - How grants flow down (and how to stop them)
* [Umbrella actions & admin](/documentation/access-control/concepts/umbrella-admin.md) - Why Panomics splits actions and how admin works

## Related sections

* [Resource Access Window (UI guide)](/documentation/access-control/ui.md) - How to use these concepts in the interface
* [System Teams](/documentation/access-control/system-teams.md) - Special teams managed by Panomics


---

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