> For the complete documentation index, see [llms.txt](https://help.carpose.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.carpose.de/06_verwaltung.md).

# Verwaltung

Im Bereich **Verwaltung** liegt alles, was einmal eingerichtet und danach selten angefasst wird: globale Einstellungen, Standorte, Benutzerkonten, angebundene Agenturen, die Vertragsdaten und die Schnittstellen zu externen Systemen.

> Dieser Bereich steht nur Benutzern mit der Rolle **Unternehmens-Admin** offen. Wer sie nicht hat, sieht das Menü nicht.

## Einrichtung

| Unterbereich                                                  | Inhalt                                                                                         |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [Einstellungen](/06_verwaltung/01_einstellungen.md)           | Globale Konfiguration: Farben, Datenschutz, Fahrzeugsuche, Integrationen                       |
| [Lead-Einstellungen](/06_verwaltung/08_lead-einstellungen.md) | Zuweisungsregeln, automatische Verteilung und eigene Vertriebsphasen *(nur mit Carposé Leads)* |
| [Standorte](/06_verwaltung/02_standorte.md)                   | Anlage und Verwaltung von Filialen, Adresse, Kontakt, Lead-Routing                             |
| [Benutzer](/06_verwaltung/03_benutzer.md)                     | Mitarbeiterzugänge zum Adminbereich und ihre Rollen                                            |
| [Agenturen](/06_verwaltung/04_agenturen.md)                   | Externe Agenturen einladen und ihre Zugriffe verwalten                                         |

## Vertrag

| Unterbereich                                              | Inhalt                                               |
| --------------------------------------------------------- | ---------------------------------------------------- |
| [Module](/06_verwaltung/07_module.md)                     | Zubuchbare Module selbst buchen und kündigen         |
| [Rechnungsdetails](/06_verwaltung/05_rechnungsdetails.md) | Rechnungsadresse und Empfänger-E-Mail für Rechnungen |
| [Rechnungen](/06_verwaltung/06_rechnungen.md)             | Übersicht aller von Carposé ausgestellten Rechnungen |
| [Kündigung](/06_verwaltung/09_kuendigung.md)              | Das gesamte Konto kündigen                           |

## Schnittstellen

| Unterbereich                                                | Inhalt                                                                                |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Mobile.de](/07_integrationen/02_mobile-de-zugangsdaten.md) | Zugangsdaten für den Fahrzeugimport über die Mobile.de-Schnittstelle                  |
| [FTP-Upload](/07_integrationen/03_ftp-upload.md)            | Zugangsdaten für den Fahrzeugimport per CSV-Datei                                     |
| [Import-Fehler](/07_integrationen/04_import-fehler.md)      | Protokoll fehlgeschlagener Import-Vorgänge                                            |
| [KI-Zugang](/06_verwaltung/10_ki-zugang.md)                 | Carposé Connect: Adresse und Anleitung für KI-Assistenten *(nur mit Carposé Connect)* |
| [KI-Verbindungen](/06_verwaltung/11_ki-verbindungen.md)     | Verbundene Anwendungen einsehen und trennen *(nur mit Carposé Connect)*               |

Eine Übersicht über die Funktionsweise des Imports steht unter [Integrationen](/07_integrationen.md).


---

# 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.carpose.de/06_verwaltung.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.
