# RTL

### Overview

Drift Angular provides a seprate configured template for RTL support. `skeleton-rtl`

### Generate RTL CSS

To generate RTL css run the command to install Gulp dependencies.

```
$ npm install
```

Compile the scss by running the following command:

```
$ gulp
```

### RTL attributes

Open the Angular index.html file from `src/index.html`. Add the RTL attributes to the HTML tag.

```markup
<html lang="en" direction="rtl" dir="rtl" style="direction: rtl">
```

### Link RTL Css

Open the Angular index.html file from `src/index.html`. link the RTL css before head tag close `</head>`&#x20;

```markup
<link rel="stylesheet" href="assets/css/default/theme-semidark-rtl.min.css">
```


---

# 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-angular.g-axon.work/settings/rtl.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.
