> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prowler.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.prowler.com/feedback

```json
{
  "path": "/getting-started/products/prowler-app",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Overview

Prowler App is a web application that simplifies running Prowler. It provides:

* **User-friendly interface** for configuring and executing scans
* Dashboard to **view results** and manage **security findings**

<img src="https://mintcdn.com/prowler/29w2bEgT_yVsNEwG/images/products/overview.png?fit=max&auto=format&n=29w2bEgT_yVsNEwG&q=85&s=bbfb2617768dd96185687e6546dc6a40" alt="Prowler App" width="3416" height="1902" data-path="images/products/overview.png" />

## Components

Prowler App consists of four main components:

* **Prowler UI**: User-friendly web interface for running Prowler and viewing results, powered by Next.js
* **Prowler API**: Backend API that executes Prowler scans and stores results, built with Django REST Framework
* **Prowler SDK**: Python SDK that integrates with Prowler CLI for advanced functionality
* **Prowler MCP Server**: Model Context Protocol server that exposes AI tools for Lighthouse, the AI-powered security assistant. Required dependency for Lighthouse.

Supporting infrastructure includes:

* **PostgreSQL**: Persistent storage of scan results
* **Celery Workers**: Asynchronous execution of Prowler scans
* **Celery Beat (API Scheduler)**: Schedules recurring scans and enqueues jobs on the broker
* **Valkey**: In-memory database serving as message broker for Celery workers
* **Neo4j**: Graph database used by the Attack Paths feature to combine cloud inventory with Prowler findings (currently populated by AWS scans)

<img src="https://mintcdn.com/prowler/dxKr6jfROeYV7A0M/images/products/prowler-app-architecture.png?fit=max&auto=format&n=dxKr6jfROeYV7A0M&q=85&s=c95a9099f1df4b1f981777a0826a2516" alt="Prowler App Architecture" width="3216" height="3435" data-path="images/products/prowler-app-architecture.png" />
