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

# Inbox

> Browse, search, and read regulatory mail received from the Banco Central do Brasil, including attachments and AI insights.

The **Inbox** lists mail received from the Banco Central do Brasil (BCB). From here you can search and filter incoming regulatory communications, open a message to read its full content, download attachments, and review an optional AI insight.

## Accessing the Inbox

***

Open **Reporter** > **BC Correios** > **Inbox** from the left-side menu.

<Note>
  The Inbox requires the `mails:get` permission. The same permission also covers the mail detail view, attachments, and the implicit mark-as-read action.
</Note>

## The mail list

***

Each row shows:

| Column          | Description                                                                                                                 |
| :-------------- | :-------------------------------------------------------------------------------------------------------------------------- |
| **Type**        | The [mail category](/en/lerian-console/reporter-console/bc-correios) badge — Circular, Resolution, Communication, or Other. |
| **Subject**     | The message subject. Unread mail is shown in bold. Click to open the detail view.                                           |
| **Sender**      | The originating BCB unit or address.                                                                                        |
| **Received at** | When the mail arrived.                                                                                                      |
| **Actions**     | The <Icon icon="ellipsis-vertical" /> menu with **View details**.                                                           |

## Searching and filtering

***

Use the toolbar above the list to narrow the results:

* **Search** — free-text search by subject and content.
* **Type** — filter by mail category (All, Circular, Resolution, Communication, Other).
* **Read status** — All, Read, or Unread.
* **Per page** — control how many rows are shown.

Use the <Icon icon="filter-circle-xmark" /> button to clear all filters and the search box at once.

<Tip>
  The Inbox refreshes automatically about once a minute, so new mail appears without reloading.
</Tip>

If you have permission to send messages, a **New message** button opens the [Compose](/en/lerian-console/reporter-console/bc-correios-compose) page.

## Mail detail

***

Click a subject to open the full message. Opening a mail automatically marks it as read.

The detail view shows:

* **Header** — the subject, mail type badge, sender, and received date.
* **Body** — the rendered message content.
* **Attachments** — a list of files with name and size; use the <Icon icon="download" /> button to download each one.
* **AI insight** — an optional AI-generated summary of the regulatory mail (see below).

### Actions

| Action            | Behavior                                                                                                                                                                   |
| :---------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Back to inbox** | Returns to the list.                                                                                                                                                       |
| **Archive**       | Moves the mail to the [Archived](/en/lerian-console/reporter-console/bc-correios-folders) folder. This is a **local-only** action and requires the `mails:put` permission. |
| **Reply**         | Opens [Compose](/en/lerian-console/reporter-console/bc-correios-compose) pre-filled with the subject, to send a reply to the BCB. Requires the `mails:post` permission.    |

### AI insight panel

When an AI provider is configured in [Settings](/en/lerian-console/reporter-console/bc-correios-settings), BC Correios can analyze each mail and present a summary. The panel reflects the analysis state:

| State       | What you see                                                               |
| :---------- | :------------------------------------------------------------------------- |
| `None`      | No analysis available.                                                     |
| `Pending`   | Analysis is in progress.                                                   |
| `Completed` | The AI summary, rendered from sanitized Markdown.                          |
| `Failed`    | An error message, with a **Retry** option for users who can send messages. |

<Note>
  AI insight content is sanitized before rendering, so only safe formatting is displayed — never executable markup.
</Note>
