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

# Account Recommendations

> Recommendations across all projects on the account.

**Recommendations** are directives generated from findings, specific actions IronBee suggests to improve agent behavior, reduce cost, or increase verification effectiveness. Account-level recommendations are produced by the Account Cost and Account Session Insights analysis runs and span the entire account.

<img src="https://mintcdn.com/ironbee/ulqBeWHO5YWfn8mh/images/console/recommendation/recommendations-account-dark.png?fit=max&auto=format&n=ulqBeWHO5YWfn8mh&q=85&s=672b850a136bdd7994fbd8375fe00526" alt="IronBee Console — Account Recommendations" style={{borderRadius:'8px',width:'100%'}} width="1728" height="951" data-path="images/console/recommendation/recommendations-account-dark.png" />

Recommendations are automatically injected into the agent's context at the start of future sessions. There is no UI indicator when this happens, injection is handled server-side.

## Recommendation statuses

| Status       | Meaning                                       |
| ------------ | --------------------------------------------- |
| `active`     | Visible and being injected into agent context |
| `dismissed`  | Hidden from the list (no UI toggle to view)   |
| `superseded` | Replaced by a newer recommendation hidden     |

Only `active` recommendations appear in the list. Dismissed and superseded recommendations are not shown.

***

## Briefing panel

Shown above the recommendations list on each visit. Reports changes in active recommendation count since your last visit:

* **First visit:** starts tracking from this point; come back to see deltas
* **No changes:** nothing new since your last visit (shows timestamp)
* **Changes detected:** new and resolved recommendations summarized

Dismiss with the × button. Can be toggled in [Settings](/console/settings).

***

## Filters

| Filter        | Options                      |
| ------------- | ---------------------------- |
| Action search | Free text (min 3 characters) |

Active filters appear as chips. Pinned filters (Finding ID, Analysis ID) are cleared individually.

There are no severity or area filters on the recommendations page.

***

## Recommendations table

Three columns, all sortable:

| Column  | Description                                                                            |
| ------- | -------------------------------------------------------------------------------------- |
| Project | Project the recommendation applies to, or "Account" for account-scoped recommendations |
| Action  | The recommended directive                                                              |
| Created | How long ago the recommendation was generated                                          |

Default sort: Created, newest first. Page sizes: 20, 50, or 100 rows.

***

## Recommendation detail drawer

Click any row to open the detail drawer:

* **Status badge:** `active` or `dismissed`, shown in the header
* **Metadata line:** scope (account or project name), created date, dismissed time (if applicable)
* **Action:** full markdown description of the recommended directive
* **Causal chain strip:** three-step provenance trail:
  1. **Recommendation:** this recommendation
  2. **Source Finding:** the finding that triggered it, with severity badge
  3. **Source Analysis:** the analysis run that produced the finding

### Dismiss button

A **Dismiss** button is present in the drawer but is currently disabled ("Dismiss (coming soon)"). Dismissal support is not yet available.
