> For the complete documentation index, see [llms.txt](https://inspinia-technology.gitbook.io/skyplatform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/built-in-peripherals.md).

# BUILT IN PERIPHERALS

<table><thead><tr><th width="128">Plugin</th><th width="140">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/PMYHOxZ1nsS993mzBvwk" alt="" data-size="original"></td><td><strong>Digital IO</strong></td><td><strong>The Digital IO</strong> is used to manage the physical inputs and outputs of the panel. If a UI object is added, the output can be controlled directly through the UI.</td></tr><tr><td><img src="/files/EHA74Ube2PTHPoXUgsv6" alt="" data-size="original"></td><td><strong>Display</strong></td><td><strong>The Display</strong> is a tool that enables control over the screen's backlight level and power status. The backlight intensity can be adjusted by inputting a value between 0 and 100 on the left side of the block. 0 to power input turns off the screen, while 1 turns it on. The Reset function returns the screen to 100% brightness when the value is 1.</td></tr><tr><td><img src="/files/fTfqSKbIG3EuzCJn1cJn" alt="" data-size="original"></td><td><strong>Proximity &#x26; Light Sensor</strong></td><td><strong>The Proximity &#x26; Light Sensor</strong> is a reading block for devices with proximity and brightness sensors. It measures the ambient light intensity (Lux) and detects the proximity level of objects approaching the screen.</td></tr><tr><td><img src="/files/LjhktPxuUNQ8HT6NYYZN" alt="" data-size="original"></td><td><strong>Temperature &#x26; Humidity</strong></td><td><strong>The Temperature &#x26; Humidity</strong> is a reading block that provides real-time temperature and humidity data for devices equipped with these sensors.</td></tr></tbody></table>


---

# 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://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/built-in-peripherals.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.
