> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-en/skills/knx.md).

# KNX

With the **KNX** integration, you can manage and control all your KNX-based devices through the **nomos system Controller**.

**Getting Statred:**

1. **Upload Prompt:**
   * You will see the message: "**Please upload your KNX** This is necessary to import the KNX configuration you created in your ETS tool into the nomos system Controller.
2. **Upload KNX Project:**
   * Click on the "**Upload KNX Project**" button to select and upload the relevant **KNX project file (.knxproj)** from your computer.
   * This file contains all the important KNX information that needs to be integrated into the system.
3. **Skip Step:**
   * If you want to upload the KNX project later, you can click "**Skip**" and complete this step at a later time.

{% hint style="info" %}
**Important Notes:**

* It is important that you have correctly exported your **KNX project** (data type, etc.) before uploading it here. Otherwise, important information may be missing in the **nomos** integration.
* After uploading, the system will automatically analyze the configuration file and integrate the KNX group addresses according to your configuration.
  {% endhint %}

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


---

# 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://documentation.nomos-system.com/nomos-system/integrator-en/skills/knx.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.
