> For the complete documentation index, see [llms.txt](https://help.vario-software.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vario-software.de/admin-center-handbuch/installationen-im-uberblick.md).

# Installationen im Überblick

Eine Installation steht für einen Mandanten oder Kunden im System, zum Beispiel **Firma Seidensticker: VARIO ERP**. Alle vorhandene Installationen werden **links** in als **Menüpunkte** aufgelistet. Die **Hauptinstallation** wird als erstes angezeigt. Alle weitere Installationen werden alphabetisch aufgelistet.

Beim **Aufklappen** der Installationen werden die einzelne **Unterbereiche** angezeigt: **API-Clients**, **Apps**, **Backups**, **Benutzer**, **Downloads**, **Lizenzen**, **Logs**, **Sicherheit**, **Sitzungen** und **Support**.

<figure><img src="/files/qkbwv2ivLmHEoq7BytAB" alt="Installationen im Überblick"><figcaption></figcaption></figure>

### Installation öffnen

Sobald mindestens eine Installation vorhanden ist, siehst Du oben rechts den Button **Installation öffnen**. Dieser ist auf der **Startseite** sowie in den **Bereichen zu der entsprechende Installation** zu sehen.

Damit öffnest Du die Installation direkt in einem neuen Tab. Bei mehreren Installationen erscheint ein **Drop-down-Menü** zur Auswahl. Dabei steht die aktuell ausgewählte Installation immer an erster Stelle.

<figure><img src="/files/jZmfZj9HOks4fZFJf30j" alt="Installation öffnen"><figcaption></figcaption></figure>

### Name und URL der Installation

Bei einer ausgewählten Installation kannst Du auf den **Installationsnamen** klicken, um ihn in die Zwischenablage zu kopieren.

Zusätzlich wird die **URL der Installation** angezeigt. Ein Klick darauf öffnet die Installation in einem neuen Tab.

<figure><img src="/files/EhlyvpMinHgPNlVOdHU7" alt="Name und URL der Installation"><figcaption></figcaption></figure>

### API-Clients

Hier legst Du API-Clients wie zum Beispiel einen Druckserver an.

Klickst Du auf eine Zelle in den Spalten **Client-Secret** oder **Client-ID**, wird der Wert in die Zwischenablage kopiert.

<figure><img src="/files/j5RoTtzhYxcXZ0esgesd" alt="API Clients"><figcaption></figcaption></figure>

### Apps

Über den **Appstore** installierst und verwaltest Du verschiedene Apps, zum Beispiel DATEV oder Shopware 6.

Eine genaue Anleitung findest Du [**hier**](https://help.vario-software.de/vario-cloud-handbuch/vario-cloud-handbuch/system/apps/).

<figure><img src="/files/INhoNAZb9Z3Edu7PsX8e" alt="Apps"><figcaption></figcaption></figure>

Weiterführende Informationen zu den von VARIO entwickelten Apps findest Du auf der [**Übersichtsseite**](https://help.vario-software.de/vario-cloud-handbuch/vario-cloud-handbuch/vario-apps/).

### Benutzer

Hier siehst Du alle Benutzer, die der ausgewählten Installation zugeordnet sind.

Über **+Benutzer** weist Du einen weiteren bestehenden Benutzer zu.

Die Zuordnung erfolgt wie in der zentralen Benutzerverwaltung beschrieben.

### Downloads

Hier findest Du installationsbezogene Downloads wie Updates und Installationsdateien.

Dazu gehört zum Beispiel der Local-Link-Installer.

<figure><img src="/files/fHJOd57npnt7qTzD6AgK" alt="Downloads"><figcaption></figcaption></figure>

Wie Du **VARIO Local Link** installierst, erfährst Du [**hier**](https://help.vario-software.de/vario-cloud-handbuch/vario-cloud-handbuch/arbeiten-mit-vario-cloud/editor/#Einrichtung-von-Local-Link).


---

# 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://help.vario-software.de/admin-center-handbuch/installationen-im-uberblick.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.
