# Transforms Overview

{% hint style="danger" %}
Transforms have been deprecated in the latest version of Rasgo.
{% endhint %}

## What are they?

#### Rasgo Transforms are SQL Templates that contain raw SQL and use Jinja2 for templating.

* Each transform also comes with a YAML file to configure UI interactions, as well as build documentation
* All Rasgo Community Transforms are stored in this repo: <https://github.com/rasgointelligence/RasgoTransforms>
* Rasgo supports extending the Community transform library with user-defined transforms, that will remain private to your Organization
* Transforms can be invoked using the Rasgo App, Rasgo python SDK, or our open-source python library [RasgoQL](https://github.com/rasgointelligence/RasgoQL)

To browse the available Community Transforms, go here:

{% content-ref url="all-transforms" %}
[all-transforms](https://docs.rasgoml.com/rasgo-docs/rasgo-0.1/all-transforms)
{% endcontent-ref %}
