# Quickstart

## Try the RDT Library

&#x20;Get started with the RDT library using the demo below

<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="https://colab.research.google.com/drive/1hShKLGrdIS7kmaSSTA0TGtLMtwx5CsWq?usp=sharing"><strong>Getting Started Demo</strong> </a>↗</td><td>Transform data for data science use and reverse the transforms when you're done. Anonymize PII too.</td><td><a href="https://colab.research.google.com/drive/1hShKLGrdIS7kmaSSTA0TGtLMtwx5CsWq?usp=sharing">https://colab.research.google.com/drive/1hShKLGrdIS7kmaSSTA0TGtLMtwx5CsWq?usp=sharing</a></td></tr></tbody></table>

## What's Next?

Use the rest of this documentation to dive into more details.&#x20;

* [**HyperTransformer**](/rdt/usage/hypertransformer.md): Learn about the advanced usage of the HyperTransformer, including the ability to change the transformers.
* [**Transformers Glossary**](/rdt/transformers-glossary/numerical.md): Browse through the many transformers you can use for your data and the settings that are available for each.

For more discussions, [join our forum](https://forum.datacebo.com/).


---

# 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/getting-started/quickstart.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.
