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

# Feedback

> Collect bug reports and feature requests per project, then review them per workspace or across all workspaces.

## What the feedback feature does

Aiola's Feedback feature lets each project collect structured submissions from end users and review them inside the desktop app.

Feedback is available in two places:

* **Project Feedback** for one workspace
* **Central Feedback** for an all-project view

## Supported feedback types

The app supports at least two feedback flows:

* **Issue** submissions
* **Feature request** submissions

Each type can have its own field configuration.

## Configure the form

From **Project → Feedback**:

1. Click **Edit Fields**
2. Configure the fields for issue reports or feature requests
3. Save the configuration
4. Open **Get Code**

Aiola stores separate field definitions for issue and feature forms.

## Embed it in your app

The **Get Code** flow generates setup guidance for your selected stack. The generated implementation is designed around:

* an `AIOLA_KEY` environment variable
* a server-side proxy route
* a UI dialog or submission component for the chosen form type

The feedback API route should proxy to Aiola's feedback endpoint. The key should not be exposed client-side.

## Working with submissions

Inside the app you can:

* filter by type and status
* search submissions
* update status
* bulk update or bulk delete items
* see stats in the workspace view
* watch submissions update in real time

## Central feedback

The central feedback page combines feedback from all projects and shows the project name on each item, so you can triage multiple apps from one screen.
