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

# Dashboard

> What each screen of the dashboard shows.

Press `?` anywhere in the dashboard to open the help. It lists the keyboard
shortcuts, and its glossary defines the words on screen. The **Feedback**
button, at the top right, sends a message to the people who build Manifest.

## Overview

The Provider health card draws each [provider](/glossary#provider) your app
calls, colored by its [health badge](/glossary#health-badge). Under it, the
chart shows your requests, success rate, healed requests and failed requests
over the period chosen in the menu at the top right. Below the chart come the
latest requests, the recently healed requests, the new issues and the most
seen issues.

## Requests

The Requests page lists every request of the project, successful or not. It
opens on the recoverable requests, and the filters narrow the list by
keyword, HTTP status, outcome, handling, provider, open or resolved issue and
period. Click a request to see its
[attempts](/glossary#attempt) and, when Manifest patched it, the patch.

## Issues

The Issues page lists the open [issues](/glossary#issue), each with its
status: Patched or No patch found. Click an issue to see its patch and its
requests. **Copy fix prompt** gives your coding agent what Manifest knows
about the failure.

Once your code is fixed, click **Mark as resolved** to make the issue
[resolved](/glossary#resolved). **Reopen** undoes it.

When the failure stops while other requests to the same endpoint succeed,
the issue shows "This looks fixed at source." with the evidence. **Mark as
resolved** resolves the issue, and **Not yet** hides the panel for 7 days.

## Providers

The Providers page lists the APIs your app called in the period, with their
requests, success rate and healed requests. Click a provider to open its
page.

## Settings

* **Rotate key** replaces the project key, and the old key stops at once.
  Set the new key in `MNFST_KEY` and restart your app.
* With **Live self-healing** off, Manifest records the failures without
  patching them. Your app receives the original errors.
* The Setup section repeats the install steps.
* **Delete project** deletes the project and its requests.

## Account Preferences

The account menu at the top right opens Account Preferences. The **Product
emails** switch turns the onboarding emails and the weekly report on or off,
and the Unsubscribe link of each email turns it off too. **Delete account**
removes your account and your access to your projects, and it cannot be
undone.
