# 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 %}


---

# 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.rasgoml.com/rasgo-docs/rasgo-0.1/overview.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.
