# Policies

{% hint style="info" %}
Your developer must [configure the Lineaje MCP server](/unifai/setting-up/configuring-the-lineaje-mcp-server.md) to allow consistent violation scanning and policy enforcement.&#x20;
{% endhint %}

UnifAI policies are your built-in controls for AI security and compliance. Instead of manually tracking complex regulations, UnifAI automates policy enforcement across your AI ecosystem.&#x20;

The policies are assigned a severity level (Critical, High, Medium and Low) and span across four domains — AI Threats and Exploits, Data Security and Privacy, Identity and Access Control, and Vulnerability.

UnifAI policies provide the following benefits:

* Automates consistent policy enforcement across AI assets to reduce manual review and human error.
* Strengthens AI systems against prompt injection, unsafe outputs, and misuse.
* Maintains region-aware PII detection models for US, EU, Singapore, and other jurisdictions, along with aligned redaction rules.
* Identifies and mitigates known open source and transitive dependency vulnerabilities.
* Maps policies to global frameworks including NIST SSDF, OWASP and EU AI Act.
* Supports refinement of organization-specific AI governance rules and control configurations, and reviews custom enterprise policies for safety and completeness.
* Centralizes policy management to improve visibility, governance, and compliance.

UnifAI supports the following policy‑related actions:

1. [View all policies](/unifai/policies/viewing-and-enabling-policies.md#view-all-policies)
2. [Enable or disable policies](/unifai/policies/viewing-and-enabling-policies.md#enable-disable-policies)
3. [Upload custom policies](/unifai/policies/viewing-and-enabling-policies.md#upload-custom-policies)

<figure><img src="/files/W9CD0V0xz52nHrtYyohU" alt=""><figcaption></figcaption></figure>


---

# 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.veedna.com/unifai/policies.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.
