# RTL Version

All the layouts have the pre-generated RTL CSS files at the following path:

```
assets / css / {layout} / {theme_name}-rtl.css
assets / css / {layout} / {theme_name}-rtl.min.css
```

To customize the styling in SCSS, follow the topic [Theme Customization](/stylesheets/theme-customization.md) and then to generate the RTL version, follow the instructions given in the below section.

#### Generate RTL files after customization

In order to generate the RTL files after the customization done in SCSS. You need to run the following Gulp commands:

```css
$ gulp style-rtl-{layout}-{theme_name}

/* For example: $ gulp style-rtl-crm-main */
```

To generate a minified version, use the following command

```css
$ gulp min-style-rtl-{layout}-{theme_name}

/* For example: $ gulp style-rtl-crm-main */
```


---

# 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-drift.g-axon.work/stylesheets/drift-rtl-version.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.
