# Getting Started

Bespoke Curator makes it easy to create synthetic data pipelines. Whether you are training a model or extracting structure, Curator will prepare high-quality data quickly and robustly.

* Rich Python based library for generating and curating synthetic data.
* Interactive viewer to monitor data while it is being generated
* First class support for structured outputs
* Built-in performance optimizations for asynchronous operations, caching, and fault recovery at every scale
* Support for a wide range of inference options via LiteLLM, vLLM, and popular batch APIs

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

In addition, we are actively working on improving the library. Expect more changes to come in the future:

1. Verifiers: filter outputs to improve your data quality with models like [Broken mention](broken://pages/Zvukm7MAGL6ooitMTmpY), or with code executors.
2. MCTS: explore reasoning trajectories using Monte Carlo Tree Search.
3. Data versioning: version your data along with the code that generates it.
4. Diversity and data quality indicators: understand the quality of your data.
5. Curator viewer: visualize and explore your generated data.

Next, let's take a [Quick Tour](/bespoke-curator/getting-started/quick-tour.md) of the Curator library!


---

# 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.bespokelabs.ai/bespoke-curator/getting-started.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.
