# Rem conversion

The trem Cwicly shortcut allows you to convert any type of typography unit to Rem (root-em). Using rem, a user can set the default size of an element from the browser settings and scale to match their preferences.&#x20;

{% hint style="info" %}
This helps to reduce accessibility barriers due to  absolute units such as pixels.
{% endhint %}

* Select typography field containing unit to be converted.

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

* Input "trem".

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

* The selected unit will automatically be converted to Rem.

<figure><img src="/files/0n0bnO04hCoYFkv1xFFQ" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/-MVewQPLr\_SurSZgb97X" %}
[Units](/miscellaneous/units.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.cwicly.com/design/typography/rem-conversion.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.
