> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/ac_admin/anlagenuebersicht/neue_lokale_anlage.md).

# New local plant

If no plant is yet present, or if you want to create an additional plant, the following options are available:

* Assigning the identification and name and selecting the data paths initiates the configuration of a new plant.
* By selecting a template, you can create a demo plant in order to familiarize yourself with its design and structure, or to import parts of it into your own plant.

### Identification <a href="#identifikation" id="identifikation"></a>

Make sure the name is unique, so as to ensure proper identification. It may be a unique short form.

This identifier is key when linking data from different plants, for example, and is required as a parameter in many instances.

Note

If you are accessing a network plant remotely, or integrating an existing plant, this input field is not editable.

### Name <a href="#bezeichnung" id="bezeichnung"></a>

Detailed designation of a local plant, outputted in all ACRON reports under the variable "plant.name" for example. It serves as an orientation guide for the user at many points within the individual modules.

### Plant data path <a href="#anlagen-datenpfad" id="anlagen-datenpfad"></a>

The path location where ACRON places all base data.

This path contains all the relevant data (process values, configuration data, etc.) of a plant. A backup of all the files in this path, including all the files in all subfolders, represents a full backup of the plant (Designer/ Plant management/Back up plant).

This path is selected when the plant is created. Unlike the compression path, it cannot be changed subsequently.

### Compression path <a href="#kompressionspfad" id="kompressionspfad"></a>

The path location where ACRON stores all restorable compression files and other temporary files.

These files are needed to compress the data (day, month, year,...). These data can be repeatedly generated from the available origin data but, depending on the volume of data, that may take hours.

Note

A new or changed directory location for the compression path is only set up after logging out and back in to the plant or restarting the Designer.

{% hint style="info" %}
Attention

The path should be located on a local drive, though not in the ACRON installation location. The data and compression paths should not be subfolders of the other path. It is not advisable to place files manually in this location or in any of its subfolders.
{% endhint %}

### Template <a href="#vorlage" id="vorlage"></a>

Selection option either to create an empty plant or to use the demo plant in order to familiarize yourself with its design and structure, or to import parts of it into your own plant


---

# 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:

```
GET https://docs.videc.de/acron-9.3/en/ac_admin/anlagenuebersicht/neue_lokale_anlage.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.
