# Lineaje AI (AI Assistant)

In UnifAI, use the Lineaje AI (AI Assistant) on the left and enter any of the following prompts to quickly explore policies, assets, and violations.

## Manage Policies

|                                                                       |                                     |
| --------------------------------------------------------------------- | ----------------------------------- |
| <h4>What Can I Ask?</h4>                                              | <h4>Prompt</h4>                     |
| See the policies you have enabled                                     | `Show me all the enabled policies`  |
| See the policies you have disabled                                    | `Show me all the disabled policies` |
| See all policies, including Lineaje policies and your custom policies | `Show me all policies`              |
| Add your own custom policies                                          | `Upload custom policies`            |

## Discover Assets

|                                     |                           |
| ----------------------------------- | ------------------------- |
| <h4>What Can I Ask? </h4>           | <h4>Prompt</h4>           |
| View your AI Agents                 | `Show me all AI Agents`   |
| View your MCP servers               | `Show me all MCP servers` |
| View components                     | `Show me all components`  |
| View all assets in your environment | `Show me all the assets`  |

## See Violations in Assets

<table><thead><tr><th width="219.33331298828125"></th><th width="503.3333740234375"></th></tr></thead><tbody><tr><td><h4>What Can I Ask?</h4></td><td><h4>Prompt</h4></td></tr><tr><td>See all asset-related violations</td><td><code>Show me all violations in my assets</code></td></tr><tr><td>See recent violations</td><td><code>Show me policy violations in the last 24 hours</code></td></tr><tr><td><strong>View asset with violations</strong></td><td></td></tr><tr><td>↳ By asset type</td><td><code>Show me all AI Agents with violations</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all LLMs with violations</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all AI assets with violations</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all MCP servers with violations</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all components with violations</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all AI assets that require my action</code></td></tr><tr><td><strong>View by policy type + severity</strong></td><td></td></tr><tr><td>Threat Management - Critical </td><td><code>Show me critical violations in Threat Management</code></td></tr><tr><td>Threat Management - High </td><td><code>Show me high violations in Threat Management</code></td></tr><tr><td>↳ Vulnerabilities</td><td><code>Show me critical  violations in Vulnerabilities</code></td></tr><tr><td>↳</td><td><code>Show me high violations in Vulnerabilities</code></td></tr><tr><td>↳ Identity and Access Control</td><td><code>Show me critical violations in Identity and Access Control</code></td></tr><tr><td>↳</td><td><code>Show me high violations in Identity and Access Control</code></td></tr><tr><td>↳ Data Security and Privacy</td><td><code>Show me critical violations in Data Security and Privacy</code></td></tr><tr><td>↳</td><td><code>Show me high violations in Data Security and Privacy</code></td></tr><tr><td>↳ Compliance</td><td><code>Show me critical violations in Compliance</code></td></tr><tr><td>↳</td><td><code>Show me high violations in Compliance</code></td></tr><tr><td>All - Threat Management</td><td><code>Show me violations in Threat Management</code></td></tr><tr><td>All - Vulnerabilities</td><td><code>Show me violations in Vulnerabilities</code></td></tr><tr><td>All - Identity and Access Control</td><td><code>Show me violations in Identity and Access Control</code></td></tr><tr><td>All - Data Security and Privacy</td><td><code>Show me violations in Data Security and Privacy</code></td></tr><tr><td>All - Compliance</td><td><code>Show me violations in Compliance</code></td></tr></tbody></table>

### Remediate Issues

<table><thead><tr><th></th><th width="470"></th></tr></thead><tbody><tr><td><h4>What Can I Ask?</h4></td><td><h4>Prompt</h4></td></tr><tr><td><strong>View assets needing action</strong></td><td><code>Show me all MCP servers that require my action</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all AI Agents that require my action</code></td></tr><tr><td>↳ By asset type</td><td><code>Show me all LLMs that require my action</code></td></tr><tr><td>Fix vulnerabilities</td><td><code>Show me vulnerabilities fixable with Premium</code> </td></tr><tr><td>View remediation controls</td><td><code>Show guardrails to remediate all violations</code></td></tr></tbody></table>


---

# 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/lineaje-ai-ai-assistant.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.
