# Device Configuration

- [Device Configuration](https://docs.yudash.com/dc/dc1.md)
- [Configuration JSON download/upload](https://docs.yudash.com/dc/dc1/json.md)
- [Device Features](https://docs.yudash.com/dc/df.md)
- [Network](https://docs.yudash.com/dc/df/nc.md)
- [Modbus/RS485](https://docs.yudash.com/dc/df/modbus.md): Modbus instrument integration of YuDash IoT devices
- [Modbus Poll Tutorial](https://docs.yudash.com/dc/df/modbus/modbus-poll-tutorial.md)
- [String read in RS485/RS232](https://docs.yudash.com/dc/df/modbus/string.md)
- [Modbus TCP/IP](https://docs.yudash.com/dc/df/modbus-tcp-ip.md)
- [Modbus Server](https://docs.yudash.com/dc/df/ms.md)
- [Analog to Modbus/RS485 Server (Slave)](https://docs.yudash.com/dc/df/ms/anambus.md)
- [Analog to Modbus/TCP-IP Server](https://docs.yudash.com/dc/df/ms/anambustcp.md)
- [Ethernet](https://docs.yudash.com/dc/df/ethernet.md)
- [Data Logging](https://docs.yudash.com/dc/df/dl.md)
- [YuDash Axon](https://docs.yudash.com/dc/df/axon.md)
- [YuParse](https://docs.yudash.com/dc/df/axon/parse.md)


---

# 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.yudash.com/dc.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.
