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

# Step 2: Generate a Report

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

## Overview

Now that you've created a Rule, let's explore Reports, a built-in way to review how your Rules evaluated telemetry during a Run, inspect the Annotations they generated, and assess the overall health and behavior of your system.

## What are Reports

Reports provide a consolidated view of how the Rules configured for an Asset evaluated telemetry during a Run, including the [Annotations](../../documentation/reference/annotations-reference) they generated and their current status.

Annotations are markers that Sift creates when a Rule condition is met. They highlight an exact moment in your telemetry data.

## Create a Report

Let's create a Report for our created Run.

1. Click <SiftIcon /> **Sift**.
2. In the **Run name or description** box, enter the name of the Run created in [Tutorial 1](../tutorial-1/overview).
   * **For example**: fl\_tutorial\_1\_run
3. In the **Runs** table, click your Run.
4. Click <Icon icon="list-check" /> **Create Report**.
5. Click the <Icon icon="code-simple" /> **Rules** tab.
6. In the **Rules** table, click the Rule you created.
   * **For example**: fl\_tutorial\_4\_rule
7. Click <Icon icon="list-check" /> **Evaluate**.

## Open generated Report

After a few seconds, the report should be ready. Let's open it.

1. Click <SiftIcon /> **Sift**.
2. Click the <Icon icon="list-check" /> **Reports** tab.
3. In the **Report name** box, enter the name of the Run created in [Tutorial 1](../tutorial-1/overview).
   * **For example**: fl\_tutorial\_1\_run
4. In the **Reports** table, click the name of the created Run.

In a Report, you can assign trigger Annotations to specific users, or you can comment on them to enable further discussion with others. For example:

1. In the **Rules** section, click **14:21:36**.
2. Optional: In the **Assigned to** list, assign a user to the generated Annotation.
3. Optional: In the **Comments and logs** box, enter a comment for the generated Annotation.
