# Results dashboard overview

Every analysis job exports directly to the Results Dashboard, an interactive data view.  To open the Results Dashboard for a job, go to **AI Analysis**, and click the completed (and successful) result name.

### Overview

The Results Dashboard allows you to access the content of the segmentation jobs you have ran containing tools to review, export, and graph the analysis results, organizing your populations and comparisons in several ways.

The Results Dashboard is organized into several widgets, which help you to evaluate and compare/contrast results.&#x20;

**Top-level widget** - this contains Job information, Group, Filter, and Actions columns.&#x20;

![](/files/r6p1bUeHlCj2oxiC8hdg)

1. **Job info** has information related to this particular result. It includes the AI module and parameters used to generate the result.&#x20;
2. **Group** - this shows you the treatment groups present in the analysis file. Next to each treatment group inside the parenthesis, you will see the number of images present in the group. You can also click and unclick to view the results corresponding to each treatment group.&#x20;
3. **Filter** ([learn more](/ai-analysis/filters-like-flow-cytometry.md)) - this shows the population tree and allows users to view gated populations created by gating tools on Graphing window.&#x20;
4. **Actions** allow you to download the results spreadsheet and masks in npz format and view the parameters used to run the analysis.

**Segmentation data** **widget** -  this contains Graphing window on the left and an Image Viewer on the right, and on the bottom, it shows quantitative data for the selected object from the Image viewer and Graphing window.&#x20;

![](/files/XQQsZdqzSnaZ0e61CuRb)

1. **Graphing window** - allows you to graph data points in scatter plot and histogram formats.&#x20;

   **(1a)** Below you can change X and Y axes on the scatter plot and X-axis on the histogram. We also display the ability to rename channels for images with color/fluorescent expression.       **(1b)** On the scatter plot, you can also click on any object to view its quantitative metrics. Here we selected one cell on the scatter plot indicated in red.&#x20;
2. **Create filters** [(learn more)](/ai-analysis/filters-like-flow-cytometry.md) - this allows users to generate gated populations using several types of gating tools.
3. **Image Viewer** [(learn more)](broken://pages/MWANlQZPTYOpLbJK6siC) - this is an interactive viewer that shows the images with outlines around objects (cells, tissue regions, cell types, etc.) and allows you to click into and edit objects (see [Editing results](/ai-analysis/editing-objects-qc.md)).&#x20;

**Comparison data widget -** this contains bar graphs with standard deviation and allows you to compare data between images and treatment groups. You can plot any metrics extracted during analysis depending on the AI model, including object count, area, morphological metrics, fluorescent intensity, etc. To select the metrics to be plotted on the Y axis, click on the dropdown menu.&#x20;

![](/files/hL2RfW54TeupHa0vvazW)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.biodock.ai/ai-analysis/results-dashboard-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
