# Quickstart

## Try the SDMetrics Library

Get started with the SDMetrics using the demo below

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="https://colab.research.google.com/drive/1fy3DNP_cH3a1QnQ1jyp3Sx49xborzg12?usp=sharing"><strong>Getting Started Demo</strong></a></td><td>Create a shareable quality report. Dig into the scores and visualize the data for more insight. </td><td><a href="https://colab.research.google.com/drive/1fy3DNP_cH3a1QnQ1jyp3Sx49xborzg12?usp=sharing">https://colab.research.google.com/drive/1fy3DNP_cH3a1QnQ1jyp3Sx49xborzg12?usp=sharing</a></td></tr></tbody></table>

## Data and ROI Metrics

Apply metrics to compare real and synthetic data. In the SDMetrics library, you'll see two kinds of metrics to apply:

**Data Metrics** compare the real and synthetic data across various properties. Example of data metrics include quality comparisons, privacy measurements, and diagnostics.

**ROI Metrics** measure the overall return-on-investment when using your synthetic data for a downstream project. This is your ultimate goal. ROI metrics not necessarily correlated with data metrics, so we always recommend optimizing for the ROI when possible.

## Visualize your data

Use the [Visualization Utilities](/sdmetrics/getting-started/visualization-utilities.md) to plot your data and get more insight.

## Resources

If you have any questions or need help troubleshooting, please [join our forum](https://forum.datacebo.com/). We'd be happy to help!


---

# 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.sdv.dev/sdmetrics/getting-started/quickstart.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.
