> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/codesys-hvac/en/codesys-projects/template-start.md).

# Project template - start empty

{% columns %}
{% column width="25%" %}

<figure><img src="/files/59f3494c6c92a6462fd936855db3a6a30cfa0fa9" alt="" width="100"><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="75%" %}
This project template serves as the standard basis for new HVAC and automation projects. It provides a ready-made framework in CFC and visualization and enables quick, convenient, and hardware-independent project planning.
{% endcolumn %}
{% endcolumns %}

***

So you can get started right away, we offer this project as a download. If you need further assistance, please do not hesitate to contact us.

<a href="/spaces/ltcbXgy6Y2teLoU01eGk/pages/a72195de09bcf56f7d969633e84aac0bd1739e37" class="button primary" data-icon="up-right-from-square">Download</a> <a href="https://www.powerio.com/de/kontakt" class="button secondary" data-icon="question">Get support</a>

{% hint style="info" %}
*The project was created and tested in the specified CODESYS version. It is therefore recommended to use this CODESYS version.*
{% endhint %}

### Overview

This project template is the basis for new projects. It includes the basic structure in the CFC program as well as in the visualization. The following is already included in this template:

* 32 clocks master/slave with holidays, vacation function and special switching times
* Read and set clock
* Preparation for alarming with visualization
* Outdoor temperature - average calculation
* User management with standard logins
* Service menu for service/maintenance
* Help and settings page


---

# 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://support.powerio.com/hub/codesys-hvac/en/codesys-projects/template-start.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.
