> For the complete documentation index, see [llms.txt](https://docs.yudash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yudash.com/yudash-iot-devices/zenyx-user-manual/zenyx-settings.md).

# ZENYX Settings

ZENYX settings are based on the LYNX IoT Gateway. Please refer to [LYNX settings](/yudash-iot-devices/lynx-user-manual/lynx-settings.md) for the configuration.

#### **Loading LYNX Settings from JSON in local laptop/PC.**

## ZENYX Features

ZENYX supports various integration with various industrial protocols and cloud platforms. Each feature is covered under a different section in configuration page. It is scrollable from left bar.

In most of cases, each section (or its sub-section) has an open, read and update button.&#x20;

Finally, one needs to do an "Update and Preview" and write to ZENYX, as explained in applicable LYNX tutorial.

For first time users, it is recommended to write to ZENYX, power cycle the device and verify that given changes were actually updated in device.

Following are the list of sections in Configuration page. These are documented as part of LYNX manual or separate integration guides.

#### [Modbus RS485 Settings](/yudash-iot-devices/lynx-user-manual/lynx-settings/modbus-rs485.md)

#### [Analog Input Settings](/yudash-iot-devices/lynx-user-manual/lynx-settings/analog-inputs.md)

#### [DataScale Settings](/yudash-iot-devices/lynx-user-manual/lynx-settings/data-scaling.md)

#### [Advance Feature Settings](#advance-feature-settings)

1. RTC Settings
2. Network Failure Handler Settings
3. YuReCon Settings

#### [Custom Cloud Server Settings](/device-to-cloud-api/cloud-protocols.md)

#### [Payload Settings](/device-to-cloud-api/payload-formats.md)

#### [Ethernet Settings](/yudash-iot-devices/lynx-user-manual/lynx-settings/ethernet-settings.md)

#### [Modbus TCP Settings](/yudash-iot-devices/lynx-user-manual/lynx-settings/modbus-tcp-ip.md)

#### HTML Parser Settings

#### SNMP Settings

#### Extension Settings

1. Modbus RS485 Channel#2

#### 4G Modem Diagnostics

Each feature is accessible from The feature details are covered in subsequent sections

&#x20;

*


---

# 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://docs.yudash.com/yudash-iot-devices/zenyx-user-manual/zenyx-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.
