# Guest

All user accounts created through the guest registration flow are automatically added to this team. This team cannot be deleted or edited.

## Auto-assignment by domain

From the **Organization Settings** page, you can have Panomics automatically assign registered guests to teams based on their guest email domain.

This enables workflows where organization administrators create specific teams for guests from different companies and enable their auto-assigning during registration. In parallel, Project and Analysis managers can define exactly what those guests can see and interact with.

**Example workflow:**

1. Create guest teams (e.g., `Acme-Guests`, `BetaCorp-Guests`)
2. Add domain rules in **Organization Settings** (`@acme.com` → `Acme-Guests`)
3. Grant team access on target Projects/Analyses

{% hint style="info" %}
See [Guests by domain](/documentation/access-control/recipes/guests-by-domain.md) for a complete step-by-step guide on setting up domain-based auto-assignment.
{% 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/guest.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.
