# How‑to / Common Recipes

This section is task-oriented. Each recipe is a step-by-step guide showing how to configure access for a common use case.

You’ll learn patterns like:

* Making a project “internal public.”
* Granting project-wide access for a team.
* Restricting one analysis while leaving others open.
* Auto-assigning guests by email domain.
* Delegating admin rights to children only.

## Pages in this section

* [Internal public project](/documentation/access-control/recipes/internal-public-project.md)
* [Project-wide analysis access](/documentation/access-control/recipes/project-wide-analysis.md)
* [Restrict a single analysis](/documentation/access-control/recipes/restrict-single-analysis.md)
* [Guests by domain](/documentation/access-control/recipes/guests-by-domain.md)
* [Read-only external collaborator (single Analysis)](/documentation/access-control/recipes/external-readonly-analysis.md)
* [Data manager for project assets](/documentation/access-control/recipes/data-manager-assets.md)
* [Public Bio-App catalog](/documentation/access-control/recipes/public-bioapp-catalog.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/recipes.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.
