> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xorlab.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Pages under /latest/ document the current release. Paths that begin with a version number, for example /10.0/, are frozen snapshots of superseded releases kept for reference only — never present their instructions as current. If the reader's version is unknown, answer from /latest/ and say which version the answer describes.
> xorlab is deployed on-premises, hybrid, or as a cloud service, and integrates with either Microsoft 365 or on-premises mail infrastructure. Configuration steps often differ between these. State which deployment and integration mode an instruction applies to instead of presenting one as universal.
> Distinguish inline mode from monitoring mode when describing anything that acts on email. Monitoring mode observes a copy and cannot block or quarantine; inline mode routes mail through xorlab and can.
> Write the product name as lowercase 'xorlab'. Use the documented component names: xorlab Control Center (XCC), xorlab MTA, xorlab Sandbox (DANA), xorlab Natural Language Understanding (NLU). After the first mention, use the short forms XCC, MTA, Sandbox, and NLU. Do not use DANA as a standalone name for the Sandbox, but keep it where it is a literal string in configuration keys, container names, and hostnames.
> Do not invent configuration keys, rule parameters, list names, log properties, or API fields. If a value is not present in this documentation, say that it is not documented rather than guessing.

# Configuration Files

> The xorlab YAML configuration files — guarded_tenants.yml, active_guard.yml, xcc.yml and auth.yml — with links to the full reference for each.

You edit these files through the
[Expert Editor](/latest/expert-editor) and deploy your changes as described in
[Activate a Configuration](/latest/activate-configuration).

Each file is described below, with a link to its complete annotated reference: every supported
attribute, together with the values a new deployment ships with.

## guarded\_tenants.yml

**Expert Editor location:** `/shared/guarded_tenants.yml`

Tenants and config sets: applied [rule profiles](/latest/rule-profiles), transport and routing, and per-tenant detection and quarantine settings. See [Multi-Tenancy Overview](/latest/multi-tenancy-overview).

<Info>
  The complete annotated reference is documented in
  [guarded\_tenants.yml](/latest/guarded_tenants_yml). Access to that page is restricted.
</Info>

## active\_guard.yml

**Expert Editor location:** `activeguard/core/active_guard.yml`

Core email processing: service providers, scan sources, email reporting, and the optional analysis services such as the [Sandbox](/latest/xorlab-sandbox), [NLU](/latest/xorlab-nlu) and [QR code analysis](/latest/qr-code-extraction).

<Info>
  The complete annotated reference is documented in
  [active\_guard.yml](/latest/active_guard_yml). Access to that page is restricted.
</Info>

## xcc.yml

**Expert Editor location:** `xcc/backend/xcc.yml`

XCC: authentication wiring, [custom role permission mappings](/latest/create-custom-user-role) and [auto-login links](/latest/authentication-auto-login-link).

<Info>
  The complete annotated reference is documented in
  [xcc.yml](/latest/xcc_yml). Access to that page is restricted.
</Info>

## auth.yml

**Expert Editor location:** `auth/auth/auth.yml`

Authentication service: enabled backends ([LDAP](/latest/authentication-ldap), [SAML](/latest/authentication-saml), [password file](/latest/authentication-with-a-password-file)), session lifetimes and the [trust store](/latest/authentication-certificates).

<Info>
  The complete annotated reference is documented in
  [auth.yml](/latest/auth_yml). Access to that page is restricted.
</Info>
