> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/dso-rtu.md).

# DSO RTU

- [Overview](https://docs.voltmasters.io/dso-rtu/telecontrole.md): How grid operators remotely monitor and control your installation through the Voltmasters EMS, and how Voltmasters delivers and certifies that link.
- [How DSO RTU works](https://docs.voltmasters.io/dso-rtu/how-telecontrole-works.md): The end-to-end DSO RTU control model: from the grid operator's control centre to the assets in your installation, and back.
- [RTU connection](https://docs.voltmasters.io/dso-rtu/rtu-connection.md): The network link between the grid operator's RTU and the controller, and what is needed on site to establish it.
- [IO extension](https://docs.voltmasters.io/dso-rtu/io-extension.md): The IO extension device: a Moxa IO module that gives the EMS digital inputs and relay outputs, used for hardware emergency stops and for switching controllable loads.
- [Installing the IO modules](https://docs.voltmasters.io/dso-rtu/io-module-installation.md): Where to place the Moxa IO modules and how to cable them; the number of modules follows the physical layout of the installation.
- [IO module emergency stop](https://docs.voltmasters.io/dso-rtu/io-module-emergency-stop.md): Placing, wiring and configuring a Moxa IO module so a DSO RTU emergency stop is also executed physically, in hardware.
- [Commissioning & certification](https://docs.voltmasters.io/dso-rtu/commissioning-and-certification.md): How Voltmasters validates the DSO RTU link during commissioning and assists remotely during the grid operator's certification (conformity test).
- [Supported grid operators](https://docs.voltmasters.io/dso-rtu/grid-operators.md): The grid operators Voltmasters supports for DSO RTU today, and how new operators are added.
- [Fluvius](https://docs.voltmasters.io/dso-rtu/grid-operators/fluvius.md): Telecontrole with Fluvius over the Netflex interface (IEC 60870-5-104).


---

# 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.voltmasters.io/dso-rtu.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.
