# HyperTransformer

The **HyperTransformer** manages all the transformers you need for an entire, multi-column dataset. In this section, we'll talk through the details and API methods you'll need to use it.

The process takes 3 steps:

1. **Preparation**. Create your HyperTransformer object and load your data
2. **Configuration.** Set and customize the configuration that HyperTransformer will use to transform your data.
3. **Transformation.** Use the transformer to convert raw data to numerical and vice versa.


---

# 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/rdt/usage/hypertransformer.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.
