> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/gateway/gateway-pro/gateway-pro-configuration/general-settings.md).

# General Settings

Use **General settings** to change the Gateway Pro basics.

You can rename the device, manage firmware, set time and date, pick units, view device info, or factory reset.

### Open General settings

* From the **Dashboard**, press the **Settings** icon (top-right).

  <figure><img src="/files/JyYUnzyPmB5l4G5udzUh" alt="" width="375"><figcaption></figcaption></figure>
* On the **Settings** screen, press **General**.

  <figure><img src="/files/ZjqC71KStyBToYWF6spI" alt="" width="375"><figcaption></figcaption></figure>

  <figure><img src="/files/xY2MxhDtVWuBHBgxKAzJ" alt="" width="375"><figcaption></figcaption></figure>

### Name

Press **Name** to rename the Gateway Pro.

<figure><img src="/files/YJvdKUR2Rt9goG8ADVnq" alt="" width="375"><figcaption></figcaption></figure>

After you change the name, the Gateway Pro uses it everywhere.

The updated name also appears automatically in **Aranet Cloud**.

If you leave the field empty, the Gateway Pro uses the default name: **Aranet Gateway Pro + last 6 digits of the serial number**.

### Firmware

Use **Firmware** to check for updates and review what changed.

See [Updating the Firmware](/gateway/gateway-pro/gateway-pro-configuration/updating-the-firmware.md) for the full flow.

You can also check [Gateway Pro's Firmware Change Log](/gateway/gateway-pro/firmware-and-hardware/gateway-pros-firmware-change-log.md).

### Time & date

Use **Time & date** to set:

* device time and date
* time zone
* time format
* date format

<figure><img src="/files/rWE6qeLTrbhDBgieXc3i" alt="" width="375"><figcaption></figcaption></figure>

* **Time zone**: select a country/region and city. Daylight saving time is included.
* **Time format**: **12-hour** or **24-hour**.
* **Date format**: **DD/MM/YYYY**, **MM/DD/YYYY**, or **YYYY/MM/DD**.

### Measurement units

Use **Measurement units** to choose which units the Gateway Pro displays.

Press a measurement type. Then pick one of the available options.

<figure><img src="/files/XQVomyk1XqRktbCGl8ko" alt="" width="375"><figcaption></figcaption></figure>

#### Available measurement units

**Temperature**

* Celsius (°C)
* Fahrenheit (°F)
* Kelvin (°K)

**Pressure**

* Hectopascals (hPa)
* Millimeters of mercury (mmHg)
* Inches of mercury (inHg)
* Bars (bar)
* Pounds per square inch (psi)
* Atmospheres (atm)

**Differential pressure**

* Pascals (Pa)
* Millibars (mbar)
* Millimeters of water (mmH<sub>2</sub>O)

**Weight**

* Kilograms (kg)
* Pounds (lb)

**Distance**

* Millimeters (mm)
* Centimeters (cm)
* Meters (m)
* Thousandths of an inch (mil)
* Inches (in)
* Feet (ft)

**Radon**

* Becquerels per cubic meter (Bq/m³)
* Picocuries per liter (pCi/L)

### About device

<figure><img src="/files/3sBtDZB7zq6B805DheXL" alt="" width="375"><figcaption></figcaption></figure>

Use **About device** to view detailed Gateway Pro information.

**Uptime** shows how long the device has been running. This helps spot power interruptions.

You can also see the **serial number**, **product code**, **hardware version**, and **region**.

### Factory reset

<figure><img src="/files/vcq5N5RXDZFn3K8cjj7l" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
**FACTORY RESET** -  a procedure that restores the device to its original factory settings by permanently removing all user data, configurations, and stored information. This option is useful when the device needs to be completely cleared before transfer, disposal, troubleshooting, or when there is a requirement to remove all data, including private and sensitive information.
{% endhint %}

Use **Factory reset** to restore the Gateway Pro to default settings.

Press **Factory reset**. Then confirm.

If the Gateway Pro display is unresponsive, use a manual reset.

See [Factory Resetting Gateway Pro](/gateway/gateway-pro/troubleshooting/factory-resetting-gateway-pro-deleting-user-data.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aranet.com/gateway/gateway-pro/gateway-pro-configuration/general-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
