# All Users

All users of the organization are automatically added to this team. This team cannot be deleted or edited.

## What you can do with All Users

You can assign permissions to this team to implement the functionality that "Public" Projects or Bio-Apps used to have, but more powerful, controlled and extensible.

**Common use cases:**

* **Internal public projects** - Let everyone in the org view a project
* **Bio-App catalog** - Let all users browse Bio-Apps without exposing projects
* **Organization-wide features** - Enable features for all users

{% hint style="info" %}
See [Internal public project](/documentation/access-control/recipes/internal-public-project.md) and [Public Bio-App catalog](/documentation/access-control/recipes/public-bioapp-catalog.md) for step-by-step examples.
{% 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/system-teams/all-users.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.
