> For the complete documentation index, see [llms.txt](https://docs.sdv.dev/sdv-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sdv.dev/sdv-enterprise/installation/whats-in-the-package.md).

# What's in the package?

Our software uses on the open source libraries listed below. When you download the SDV Enterprise package, these libraries are already included.

## SDV Libraries

The following libraries are part of the SDV ecosystem, which is developed and maintained by DataCebo.

* `copulas`
* `ctgan`
* `deepecho`
* `rdt`
* `sdmetrics`
* `sdv`&#x20;

## 3rd Party Libraries

The following libraries are directly used by the SDV for creating and evaluating synthetic data.

* `cloudpickle`
* `Faker`
* `graphviz`
* `matplotlib`
* `numpy`
* `packaging`
* `pandas`
* `Pillow`
* `plotly`
* `psutil`
* `PyYAML`
* `scikit-learn`
* `scipy`
* `torch`
* `torchvision`
* `tqdm`&#x20;

Some of these may rely on other open source libraries. These dependencies are also included in the package.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-enterprise/installation/whats-in-the-package.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.
