> For the complete documentation index, see [llms.txt](https://docs.rasgoml.com/rasgo-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rasgoml.com/rasgo-docs/rasgo-0.1/overview.md).

# 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="/pages/bePacrYFuPOCGsQAnGWh" %}
[All Transforms](/rasgo-docs/rasgo-0.1/all-transforms.md)
{% endcontent-ref %}
