# User preferences

{% hint style="info" %}
**User role**

* [x] Standard
* [x] Admin
  {% endhint %}

Any registered user can set preferences for measurement units and date/time formats.

1. Hover over the user profile image (upper-right corner) to reveal a menu, then select **Settings**.
2. Set your preferences:
   * **Unit system**:\
     Select Metric or Imperial for measurements, distance, area, temperature, pressure.
   * **Date format**:\
     Select from either (DMY) **dd/mm/yyyy** or (YMD) **yyyy-mm-dd**. Other traditional methods such as mm/dd/yyyy are not supported.
   * **Time format**:\
     Select **24 hour clock (22:00)** or **12-hour clock (10:00 PM)**.
3. Select the **Dryad** logo to return to the *Dashboard Overview*.


---

# 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.dryad.app/dryad-documentation/silvanet-suite/silvanet-sma/user-settings.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.
