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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/secure-ai-coding/agentic-ui/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Agentic UI (AppSec Assistant)

> Use AI-powered assistance to ask questions about findings and troubleshoot issues.

Endor Labs provides AI-powered assistance to help you understand vulnerabilities, troubleshoot issues, and accelerate security triage.

## Endor AI Chat

Use the Endor AI Chat to understand vulnerabilities and view recommended actions. It leverages AI to provide contextual explanations, guidance, and next steps for issues detected in your project. With AI-powered context, you can reduce time spent digging through raw data and accelerate triage and remediation.

### Prerequisites

To start using Endor Ask AI chat, you must enable **Code Segment Embeddings and LLM Processing** in **Data Privacy** settings.

1. Select **Settings** from the left sidebar.
2. Select **SYSTEM SETTINGS** > **Data Privacy**.
3. Select **Code Segment Embeddings and LLM Processing**.
4. Click **Save Data Privacy Settings**.

### Use cases

* **Investigate vulnerabilities**: Use the AI chat to simplify technical details and generate summaries.
* **Summarize scan results**: Analyze scans performed by endorctl over time.
* **Understand vulnerabilities**: Ask natural-language questions about vulnerabilities in the database.
* **Understand packages**: Get quick explanations for package resolution and reachability errors.

### Example questions

* Summarize this finding.
* Is this vulnerability exploitable?
* How do I remediate this?
* Is this a true positive SAST finding?
* Which issues were introduced or resolved?
* Why is this considered high severity?

## Data scope for AI responses

Endor Ask AI chat agents generate answers based solely on specific data available within the Endor Labs platform:

* Findings
* Scan results
* Vulnerabilities
* Package versions

If the requested information falls outside this scope, the AI may not be able to generate a response.
