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

# Guardrails

> Configure AI safety and compliance rules

# Guardrails

Configure AI safety and compliance rules to protect your applications and users. Guardrails provide automated safety checks, content filtering, and compliance enforcement for your AI interactions.

## Available Guardrail Types

<CardGroup cols={2}>
  <Card title="Content Moderation" icon="message-square-x" href="/ui/guardrails/content-moderation">
    Block harmful, toxic, or inappropriate content
  </Card>

  <Card title="Prompt Injection" icon="shield-alert" href="/ui/guardrails/prompt-injection">
    Prevent malicious prompt manipulation attempts
  </Card>

  <Card title="Sensitive Data" icon="lock" href="/ui/guardrails/sensitive-data">
    Detect and redact PII, credentials, and sensitive information
  </Card>

  <Card title="Persona Integrity" icon="user-check" href="/ui/guardrails/persona-integrity">
    Ensure AI maintains consistent personality and boundaries
  </Card>

  <Card title="Topic Adherence" icon="target" href="/ui/guardrails/topic-adherence">
    Keep conversations on approved topics and domains
  </Card>

  <Card title="Tool Manifest Validation" icon="wrench" href="/ui/guardrails/tool-manifest-validation">
    Validate tool calls and prevent unauthorized actions
  </Card>
</CardGroup>

***

**Get Started**: Choose a specific guardrail type above to configure protection for your AI applications.
