# Security Rules

- [Overview](https://docs.collieai.io/security-rules/overview.md)
- [Enforcement Mode](https://docs.collieai.io/security-rules/enforcement-mode.md)
- [Detecting PII](https://docs.collieai.io/security-rules/detecting-pii.md)
- [Regex patterns](https://docs.collieai.io/security-rules/detecting-pii/regex-patterns.md)
- [Structured IDs](https://docs.collieai.io/security-rules/detecting-pii/structured-ids.md)
- [Dictionary matching](https://docs.collieai.io/security-rules/detecting-pii/dictionary-matching.md)
- [Blocking Threats](https://docs.collieai.io/security-rules/blocking-threats.md): Understand workspaces, projects, and how permissions work across the platform.
- [Prompt injection](https://docs.collieai.io/security-rules/blocking-threats/prompt-injection.md)
- [LLM detection](https://docs.collieai.io/security-rules/blocking-threats/llm-detection.md)
- [URL filtering](https://docs.collieai.io/security-rules/blocking-threats/url-filtering.md)
- [Base64 Payloads](https://docs.collieai.io/security-rules/blocking-threats/base64-payloads.md)
- [Text Processing](https://docs.collieai.io/security-rules/text-processing.md)
- [Normalization](https://docs.collieai.io/security-rules/text-processing/normalization.md)
- [Language detection](https://docs.collieai.io/security-rules/text-processing/language-detection.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://docs.collieai.io/security-rules.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.
