# Quality Report and Preview

**Explore Your Data**: This page is intended to show the user how well the new synthetic data matches the original data. The layout option on the left will allow the user to select what types of exploration options to view.

The **Quality Report** includes a histogram comparison of the real and synthetic data as well as several quality metrics that show how well the synthetic data represents the real data.

**Histogram View**: Generates a histogram for each field for the real data (green line) and the synthetic data (blue line). The grey bars indicate the variance % between histograms. Does not currently react to the filters (as of the first release of the app). Large variations indicate that you may need to tweak training parameters (like # of epochs). If you see 100% variance for all bins, you likely have an issue with types (see Configure Page – Column Types)

<figure><img src="/files/RbUVMY7SAMZE31ha08Zy" alt=""><figcaption></figcaption></figure>

The **Table View** allows you to preview your new synthetic data. Filters in the left sidebar can be used for quick exploration (table + histograms).

<figure><img src="/files/1L9LR1FTNDxe5bKv7XRO" alt=""><figcaption></figcaption></figure>

Sidebar Options:

* **Layout**: provides several views of the data and options for toggling certain fields to be showin in histogram comparisons (ids and anonymized fields)

  <figure><img src="/files/NG1T3LX276KHxtAErB7H" alt=""><figcaption></figcaption></figure>
* **Select Table**: For multi-table projects, use this selector to choose which table to view metrics for.

  <figure><img src="/files/nrIM6SKadpWppWycHkd3" alt=""><figcaption></figcaption></figure>
* **Filters**: Filters affect both the Table view as well as the Histogram view. Use these to explore your new synthetic data.
* Note: Currently, the filters do not affect the quality or fit scores & metrics.

  <figure><img src="/files/GrIvyvR8hyMU5KIdgvv7" alt=""><figcaption></figcaption></figure>


---

# 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.datamynd.ai/application-workflow/quality-report-and-preview.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.
