# SDV Enterprise

Take synthetic data to the next level with **SDV Enterprise**. With SDV Enterprise, you'll have access to everything in SDV Community *plus the ability to ...*

:white\_check\_mark: Create synthetic data for large numbers of complex, interconnected data tables using scalable synthesizers

:white\_check\_mark: Improve the quality of your synthetic data with more advanced data preprocessing, deeper data understanding, and more powerful customizations

:white\_check\_mark: Easily integrate data sources and deploy synthetic data applications enterprise-wide

## Enhanced, performant features at your fingertips

SDV Enterprise users have the option to purchase optional add-ons called [**SDV Bundles**](https://docs.sdv.dev/SDV/explore/sdv-bundles). Bundles allow you to access additional features for targeted needs.

Click the link below to compare features across all products.

{% content-ref url="sdv-enterprise/compare-features" %}
[compare-features](https://docs.sdv.dev/SDV/explore/sdv-enterprise/compare-features)
{% endcontent-ref %}

{% hint style="success" %}
SDV Enterprise is available to licensed users. Our team will help you determine the right payment plan for your needs. To get started, [**contact us**](https://datacebo.com/support/)**.**
{% endhint %}

## SDV Enterprise is a Python SDK&#x20;

Just like SDV Community, SDV Enterprise is available as a Python SDK for you to install and use on-prem. You'll receive a username and license key that you can use for the installation.

Head over to our [Enterprise guide](https://docs.sdv.dev/sdv-enterprise) for more details about the SDV Enterprise package and troubleshooting support.&#x20;

## Installation

Use your SDV Enterprise credentials to install SDV Enterprise and all bundles that you have access to.

```bash
% pip install sdv-installer --upgrade
% sdv-installer install --upgrade
```

```
Username: <email>
License Key: ********************************

Installing SDV Enterprise:
sdv-enterprise (version 0.30.0) - Installed!

Installing Bundles:
bundle-cag - Installed!
bundle-xsynthesizers - Installed!

Success! All packages have been installed. You are ready to use SDV Enterprise.
```


---

# 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/SDV/explore/sdv-enterprise.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.
