# Prebuilt Demos

We ship some prebuild samples apps explain how IDC4Delphi will be useful in many diffrent scenarios.

All those demos are built on Delphi and can find it's source code on same repository.

## KNX Samples

<details>

<summary>KNX Basic Functions</summary>

Demostration how to use KNX driver in low level and most fast way.

<mark style="color:orange;">Demo functions:</mark>&#x20;

* Auto discovery KNX IP device.
* Connect to the device.
* Write group address values KNX telegrams (raw values).
* Read group address values KNX telegrams (raw values).

<mark style="color:orange;">Source code:</mark> [Github](https://github.com/IoTBench-org/IDC4Delphi/tree/afa121a0eafc32d921d745996970786e7c9fa873/src/Examples/KNX/Basic%20Functions)

<mark style="color:orange;">Download exe:</mark> [Github](https://github.com/IoTBench-org/IDC4Delphi/blob/afa121a0eafc32d921d745996970786e7c9fa873/src/Examples/Bin/KNX_BasicFunctions.exe)

<img src="/files/eLlqpGxwXwdVB0PK7723" alt="" data-size="original">

</details>


---

# 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.iotbench.org/idc4delphi/prebuilt-demos.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.
