# Local I/O

{% hint style="warning" %}
Local I/O is only available for the Iron Pi, and will not be displayed on 3rd party devices.
{% endhint %}

The Iron Pi provides 8 input/output channels. Only the first four may be configured as analog inputs, but all may be configured as digital inputs or outputs:

| Channels     | Analog Input | Digital Input | Digital Output |
| ------------ | :----------: | :-----------: | :------------: |
| Channels 1-4 |       ✅      |       ✅       |        ✅       |
| Channels 5-8 |       ❌      |       ✅       |        ✅       |

On devices that support Local I/O, you'll see a **LOCAL I/O** section in the sidebar:

<figure><img src="/files/NkneKARmuzUq37vjnFKR" alt=""><figcaption></figcaption></figure>

Click on one of the channels in the sidebar to edit it. You'll see this view:

<figure><img src="/files/hk3EG8p4yp9bhgXItO2g" alt=""><figcaption></figcaption></figure>

From this view, you can configure the channel as an [Analog Input](/clarity-gateway/connections/local-i-o/configuring-analog-inputs.md), [Digital Input](/clarity-gateway/connections/local-i-o/configuring-digital-inputs.md), or [Digital Output](/clarity-gateway/connections/local-i-o/configuring-digital-outputs.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.jcore.io/clarity-gateway/connections/local-i-o.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.
