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

# View your feature flag's overall results

> Access a feature flag's overall Results page to review flag evaluations on the Overview tab, or explore delivery rules and experiments on the Reports tab.

The Results page shows how Kameleoon evaluates a feature flag's variations, and lists the delivery rules and experiments you've created for it.

## Access a flag's results

Click **Features** > **Flags & Experiments**, find your flag, click its three-dots menu, then click **Results** to open the flag's overall Results page, which lists every rule on the Reports tab. Read [Find a feature flag](../../../experimentation/feature-experimentation/create-and-manage-flags/manage-your-feature-flags#find-a-feature-flag) to learn how to find a flag.

<Frame>
  ![](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/experiment-analytics/feature-flag-results/analyze-ff-results/ff-results.png)
</Frame>

You can also open the flag's overall Results page from its Rollout Planner. Under **Reporting** in the left sidebar, click **Results**.

<Note>
  Accessing the Reporting section requires the Marketing role. Learn more in [User roles](/user-manual/account-and-team-management/users-and-teams/user-roles).
</Note>

<Frame style={{ maxWidth: "70%", margin: "0 auto" }}>
  ![Results link under Reporting in the Rollout Planner's left sidebar](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/experiment-analytics/analyze-results/analyze-a-feature-experiments-results/image-16.png)
</Frame>

## Results page details

At the top of the Results page, Kameleoon displays:

* **Last Update:** The date of the flag's last update.
* **Creator:** Who created the flag.
* **Creation date:** The flag's creation date.
* **Environment:** The environment the displayed data belongs to.

## Switch environments

Click the dropdown beneath **Environment** and select **Production**, **Staging**, or **Development**. The page's data updates to reflect the selected environment.

## Overview tab

The Overview tab shows how many evaluations each variation receives, aggregated across all of the flag's rules. Use it to check whether the flag has any evaluations at all, independent of how many rules it has.

* Click **Total evaluations** or **Visitors evaluated** to choose which metric the graph displays.
* Click **24H**, **1H**, or **12H** to set the graph's timeframe. This selection doesn't affect the **Flag evaluations** table, which always shows the last 1 hour and the last 24 hours.

## Flag evaluations table

The **Flag evaluations** table lists each variation's name alongside its evaluation count for the last 1 hour and the last 24 hours.

Use the dropdown below the table to choose which variations appear in the graph beneath it.

## View the evaluations graph

The graph shows how evaluations evolved over time:

* Hover over a point to view the exact evaluation counts for each variation at that time.

<Frame style={{ maxWidth: "60%", margin: "0 auto" }}>
  ![Tooltip showing evaluation counts for each variation at a specific point in time](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/experiment-analytics/feature-flag-results/analyze-ff-results/ff-results-details.png)
</Frame>

* Click **+** or **-** to increase or decrease the y-axis scale.
* Click **Select area**, then click and drag across the graph to focus on a specific timeframe.

## Reports tab

The Reports tab groups the delivery rules and experiments you've created for the flag under **Delivery rules** and **Experiments**.

<Frame>
  ![](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/experiment-analytics/feature-flag-results/analyze-ff-results/ff-reports.png)
</Frame>

Each card displays:

* **Name:** The rule's or experiment's name.
* **Status:** Whether it's active.
* **ID:** Click the copy icon beside the ID to copy it.
* **Creator:** Who created the rule or experiment.
* **Creation date:** The rule's or experiment's creation date.

Click **Results** on a card to open its own Results page. Read [Analyze a rule's results](./analyze-a-rules-results) to learn how that page differs depending on the rule's type.

You need to assign at least one [goal](../../../experimentation/feature-experimentation/track-your-feature-experiments/create-goals-for-feature-flags) to a rule before you can access its Results page.
