# Synthesizers

A *synthesizer* is able to learn information about your real dataset, and use it to create synthetic data that matches the format and mathematical properties. Each synthesizer runs through two steps:

1. **Model**: In this stage, the synthesizer uses various methods (typically machine learning) to learn a model from the real data
2. **Sample**: Once the model has been learned, the synthesizer can use it to create synthetic data

All synthesizers in SDGym follow these steps. The benchmarking scripts will return several, descriptive statistics about each phase.

## Which synthesizers can I use?

The SDGym library includes synthesizers that are ready to use. You can also create a custom synthesizer based on your own methods.

<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="/pages/FDjWQgL42xtKDcbTnBF2"><strong>SDV Synthesizers</strong></a></td><td>Use a synthesizer from the open source SDV library. </td><td><a href="/pages/FDjWQgL42xtKDcbTnBF2">/pages/FDjWQgL42xtKDcbTnBF2</a></td></tr><tr><td><a href="/pages/bCznuI5UPPfItVbWbdKY"><strong>Basic Synthesizers</strong></a></td><td>Use a basic data generator as a baseline to compare other synthesizers.</td><td><a href="/pages/bCznuI5UPPfItVbWbdKY">/pages/bCznuI5UPPfItVbWbdKY</a></td></tr><tr><td><a href="/pages/lGzRlIBStn4bVLZ5Q6yM"><strong>3rd Party Synthesizer</strong></a></td><td>Use a synthesizer from an external library for benchmarking.</td><td><a href="/pages/lGzRlIBStn4bVLZ5Q6yM">/pages/lGzRlIBStn4bVLZ5Q6yM</a></td></tr><tr><td><a href="/pages/l7lFI8qW55UvfeF53fZY"><strong>Your Custom Synthesizer</strong></a></td><td>Define your own, custom technique for creating synthetic data.</td><td><a href="/pages/l7lFI8qW55UvfeF53fZY">/pages/l7lFI8qW55UvfeF53fZY</a></td></tr></tbody></table>


---

# 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/sdgym/customization/synthesizers.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.
