# Configure System Property Data

{% hint style="info" %}
For non-US retailers, it is crucial to customize system property data. The default settings are tailored for US retailers, so adjustments are needed to align with your business location.
{% endhint %}

The System Property data encompasses a range of configurations that influence the fundamental settings governing how your instance operates. Ensuring accuracy in these configurations is essential.

To modify System Properties, navigate to the General page within the Settings section of the OMS. Follow these steps:

1. **Access General Settings:**
   * Go to the Hamburger Menu.
   * Select the Settings Section.
   * Click on General to open the General settings page.
2. **Update Currency Configuration:**
   * Locate `systemPropertyId="currency.uom.id.default"`.
   * Set the `systemPropertyValue` to your preferred currency.
3. **Update Country Configuration:**
   * Find `systemPropertyId="country.geo.id.default"`.
   * Set the `systemPropertyValue` to the country where your business operates.
4. **Set Shipment Weight Unit:**
   * Find `systemPropertyId="shipment.default.weight.uom"`.
   * Set the `systemPropertyValue` to either "WT\_kg" or "WT\_lb," depending on your preference.


---

# 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.hotwax.co/documents/administration-company-administration-company-administration-company/initial-setup/configure-system-property.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.
