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

# Custom Alerts

> Tag emails with alert hashtags based on domain, address, and keyword lists under Settings, Lists, Alerts.

Emails matching one of these lists get tagged `#alert`. The lists are accessible by selecting **Settings → Lists → Alerts** in XCC. Modify any of the lists below:

| List name                         | Description                                                                                        | Accepted entries                                                                                                     |
| :-------------------------------- | :------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------- |
| **Domain alerts**                 | Use this list to flag emails that contain link domains in the email body or any of its attachments | Domain name as `String`, e.g., `cloudservice.com`                                                                    |
| **Email address alerts**          | Use this list to flag emails sent from certain email addresses                                     | Email address as `String`, e.g., `user@suspicious.com`                                                               |
| **File extension alerts (regex)** | Use this list to flag emails that contain file attachments with a given file extension             | File extension as `Regex`, e.g., `(?i)\.exe$` for case-insensitive matching                                          |
| **File hash alerts**              | Use this list to flag emails that contain file attachments with a given SHA256 hash value          | File hash value as `String`, e.g., `9db4 4391 dbfa 43bc 9b13 4440 00f6 9c77 a395 95c9 bac5 710e 0a78 a638 60b0 69a2` |
| **Keyword alerts**                | Use this list to flag emails that contain any given keyword                                        | Keyword as `String`                                                                                                  |
