> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/unifai/policies.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.veedna.com/unifai/policies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
