> ## 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 analysis, from the BC Correios inbox.

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 analysis.

## Accessing the Inbox

***

Open **Reporter** > **BC Correios** > **Caixa de Entrada** from the left-side menu. The screen is headed **Inbox**.

<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/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 mail** — free-text search by subject and content.
* **All types** — filters by mail category: Circular, Resolution, Communication, or Other.
* **All statuses** — filters by read state: Read or Unread.
* **Items 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 [New message](/en/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.
* **Content** — the rendered message content.
* **Attachments** — a list of files with name and size; use the <Icon icon="download" /> button to download each one.
* **AI analysis** — 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/reporter/console/bc-correios-folders) folder. This is a **local-only** action and requires the `mails:put` permission.  |
| **Reply**         | Opens [New message](/en/reporter/console/bc-correios-compose) pre-filled with the subject, to send a reply to the BCB. Requires the `mails:post` permission. |

### AI analysis panel

When an AI provider is configured in [Settings](/en/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`      | AI analysis not available.                                                             |
| `Pending`   | Analysis is in progress.                                                               |
| `Completed` | The AI summary, rendered from sanitized Markdown.                                      |
| `Failed`    | An error message, with a **Retry AI analysis** option for users who can send messages. |

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