# General 🔥

{% hint style="info" %}
✨ **Sleek** **version 1.5.0 and above** includes built-in support for Right-to-Left (RTL) languages, such as Arabic and Hebrew, as well as a Back-to-Top button feature. ✨

See [Changelog](/sleek-theme/changelog.md)

See [Update Sleek theme](/sleek-theme/getting-started/update-sleek-theme.md)
{% endhint %}

## Right-to-Left support <a href="#right-to-left-text-support" id="right-to-left-text-support"></a>

<figure><img src="/files/F91XWIqBAvQ6whpCHoV8" alt=""><figcaption></figcaption></figure>

An RTL (Right-to-Left) layout is a website design where the content flows from right to left, commonly used for languages that are written in this direction.&#x20;

{% hint style="info" %}
The key changes in RTL layouts include reversed text direction, adjusted alignment of elements, and flipped navigation or icons to maintain a natural flow for users who read from right to left.
{% endhint %}

{% hint style="success" %}
**Steps:**

1. In the theme editor (**Customize**), click **Theme settings.**
2. Select **General.**
3. Click ✅ **Enable RTL.**
4. To enable the RTL support feature for visitors from specific countries, enter the [ISO language code](https://www.loc.gov/standards/iso639-2/php/code_list.php) into the **Languages support RTL**. If you wish to enable RTL layout for all languages, leave this field blank.
5. Click **Save**.
   {% endhint %}

<figure><img src="/files/JvGNGlIUBdyJEMbeqxry" alt=""><figcaption></figcaption></figure>

## Back to top button

<figure><img src="/files/GTEDedUK9xJcXb9eLdK0" alt=""><figcaption></figcaption></figure>

If your store has long pages requiring extensive scrolling, the **Back to Top** button can greatly improve the user experience.&#x20;

With just one click, customers can quickly navigate back to the top of the page, making it easier for them to continue browsing or locate essential information.

{% hint style="success" %}
**Steps:**

1. In the theme editor (**Customize**), click **Theme settings.**
2. Select **General.**
3. Select ✅ **Enable back to top button**.
4. Click **Save.**
   {% endhint %}

<figure><img src="/files/KKkHnbBdoW0QLWgNNiBK" alt=""><figcaption></figcaption></figure>


---

# 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.foxecom.com/sleek-theme/theme-settings/general.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.
