# Analysis and Statistics

One of the core features of the **365 business Print Agent Config Tool** is the ability to generate detailed charts, statistics, and logs.

These features can be accessed:

- directly on the **Dashboard** at startup
- via the **“History”** menu
- or through the **“Statistics”** section

Use this information to:

- identify the most frequently used printers.
- detect areas where printers may not be suitable for the task.
- monitor user and printer behavior over time.
- uncover printing errors and device-related issues.

## Views at a glance

<div class="not-prose my-8 grid grid-cols-1 gap-6 md:grid-cols-2">
  <figure class="m-0 overflow-hidden rounded-2xl border bg-card shadow-sm transition-shadow hover:shadow-md">
    <figcaption class="border-b bg-muted/30 px-5 py-4">
      <div class="text-base font-semibold">Dashboard</div>
      <p class="m-0 mt-1 text-sm leading-6 text-muted-foreground">Shows printer status, system status, and paper usage at a glance.</p>
    </figcaption>
    <div class="p-4">
      <img class="m-0 h-auto w-full rounded-lg" src="/assets/images/365-business-print-agent/config-tool/Dashboard_en.PNG" alt="Dashboard of the 365 business Print Agent Config Tool" />
    </div>
  </figure>
  <figure class="m-0 overflow-hidden rounded-2xl border bg-card shadow-sm transition-shadow hover:shadow-md">
    <figcaption class="border-b bg-muted/30 px-5 py-4">
      <div class="text-base font-semibold">Statistics</div>
      <p class="m-0 mt-1 text-sm leading-6 text-muted-foreground">Visualizes print volume and print jobs for the selected period.</p>
    </figcaption>
    <div class="p-4">
      <img class="m-0 h-auto w-full rounded-lg" src="/assets/images/365-business-print-agent/config-tool/statistics_en.png" alt="Statistics view of the 365 business Print Agent Config Tool" />
    </div>
  </figure>
  <figure class="m-0 overflow-hidden rounded-2xl border bg-card shadow-sm transition-shadow hover:shadow-md md:col-span-2">
    <figcaption class="border-b bg-muted/30 px-5 py-4">
      <div class="text-base font-semibold">History</div>
      <p class="m-0 mt-1 text-sm leading-6 text-muted-foreground">Lists individual print jobs and lets you filter and group the entries.</p>
    </figcaption>
    <div class="p-4 md:p-6">
      <img class="m-0 mx-auto h-auto w-full max-w-3xl rounded-lg" src="/assets/images/365-business-print-agent/config-tool/History_en.PNG" alt="History view of the 365 business Print Agent Config Tool" />
    </div>
  </figure>
</div>
