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

# Reporter overview

> Manage reusable templates, configure data sources, and generate downloadable regulatory reports tailored to your organization's data.

**Reporter** is a product module within the Lerian Console that provides dynamic, customizable reporting capabilities. It lets you manage reusable templates and generate downloadable reports tailored to your organization's data.

This section walks you through how to use the Console to create, edit, and delete templates, configure database connections (Data Sources), and generate and download reports.

<Warning>
  Reporter is only available if you've acquired the Reporter product. Want access? [Get in touch with our team](https://lerian.studio/contact) to learn more.
</Warning>

## Accessing Reporter

***

To access Reporter, click the **Access** button in the Reporter card from the product launcher in Lerian Console.

## Overview page

***

When you access Reporter, you'll land on the **Overview** page. This page serves as a dashboard and presents:

### Info panel

An **About Reporter** alert with a product description and a "Read the Docs" link to the full documentation.

### Metric cards (KPIs)

Four cards with numeric indicators for the organization:

* **Templates** — total number of registered templates.
* **Reports Generated** — total number of generated reports.
* **Data Sources** — total number of configured database connections.
* **Errors** — number of errors in the last 30 days.

### Delivery Calendar

A monthly calendar displaying configured delivery deadlines (reminders). Each reminder appears as a colored bar on its corresponding day. You can navigate between months using the arrows in the calendar header. A legend at the bottom identifies each reminder by color.

### Upcoming Deadlines

A side panel listing the next deadlines in chronological order. For each reminder, it displays:

* **Name** and **frequency** (Once, Daily, Weekly, Monthly, Semiannual, Annual).
* **Days remaining** until the deadline (e.g., "Due in 7 days").
* **Status**: `Pending`, `Overdue`, or `Delivered`.
* **Due date**.
* Actions: mark as delivered, edit, activate/deactivate, and delete.

You can create new reminders by clicking the **+ Add Reminder** button at the top of the panel.

<Tip>
  When you open the page, automatic notifications (toasts) are displayed for reminders that are upcoming, due today, or overdue.
</Tip>

### Sidebar

The left sidebar allows you to navigate between Reporter pages: **Overview**, **Templates**, **Reports**, and **Data Sources**.

You can also return to the product launcher by clicking **Back to products** at the bottom of the sidebar.

## Available pages

***

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Manage Templates" icon="file-code" href="/en/platform/lerian-console/reporter-console/managing-templates">
      Create, edit, and delete the reusable templates that define your report output.
    </Card>

    <Card title="Manage Reports" icon="file-chart-column" href="/en/platform/lerian-console/reporter-console/managing-reports">
      Generate, download, and manage reports based on your templates.
    </Card>

    <Card title="Manage Data Sources" icon="database" href="/en/platform/lerian-console/reporter-console/managing-data-sources">
      Configure and manage database connections used for report generation.
    </Card>
  </Columns>
</div>
