# DIO

- [ADP120 / ADP102 Isolated DIO Module](https://support.onlogic.com/product-documentation/components-and-expansion/dio/adp120-adp102-isolated-dio-module.md): Guide to using the OnLogic ADP120/ADP102 Isolated DIO module, covering features, wiring, application interface, and sample Python code
- [MOD110 Isolated DIO Module](https://support.onlogic.com/product-documentation/components-and-expansion/dio/mod110-isolated-dio-module.md): Guide to the MOD110 Isolated DIO Module, detailing its DIO, CAN, PWM, and QEP features, and control via the Hardware Control Application.
- [ADP130 Isolated DIO Module](https://support.onlogic.com/product-documentation/components-and-expansion/dio/adp130-isolated-dio-module.md): Guide to the ADP130/ADP102 Isolated DIO Module, covering its features, configuration via shell, and programming.
- [DIO on K300/K700](https://support.onlogic.com/product-documentation/components-and-expansion/dio/dio-on-k300-k700-faq.md): Guide to Digital I/O (DIO) basics and a tutorial for setting up and testing DIO on Karbon K300 / K700 series systems using Python.


---

# 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://support.onlogic.com/product-documentation/components-and-expansion/dio.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.
