> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice.md).

# Backoffice

Die wichtigsten Backoffice-Module und wo Sie anfangen können.

Die **Backoffice** ist der zentrale Arbeitsbereich für die tägliche Arbeit in OutSmart.

Verwenden Sie es, um Kunden zu verwalten, Arbeit zu planen, den Fortschritt nachzuverfolgen und die Einrichtung zu steuern.

### Was Sie im Backoffice tun

* den täglichen Betrieb von einem Ort aus steuern
* zwischen Allgemein-Modulen wie Kunden, Arbeit und Planung wechseln
* Zugriffe, Rollen und Kontoeinrichtung steuern

{% hint style="info" %}
Die Module, die Sie sehen, hängen von Ihrem Paket, den aktivierten Funktionen und Ihren Berechtigungen ab.
{% endhint %}

### Hier starten

* [**Einführung in Backoffice**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/einfuhrung-ins-backoffice.md) — verstehen, wie das Backoffice in den gesamten Prozess passt.
* [**Dashboards**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/dashboards.md) — wichtige Daten prüfen und die Arbeit auf einen Blick überwachen.
* [**Berichte**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/berichte.md) — Berichte aus OutSmart-Daten erstellen, filtern, im Terminplan festlegen und exportieren.
* [**Arbeitsaufträge**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/arbeitsauftrage.md) — Arbeitsaufträge erstellen, finden und verwalten.
* [**Plantafel**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/plantafel.md) — Arbeit zuweisen und Kapazitäten verwalten.
* [**Das Projekt Planning Board verwenden**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/projekte/projekte-planen-und-nachverfolgen/die-projekt-plantafel-verwenden.md) — Projekt-Aktivitäten auf einer Zeitachse planen.
* [**Kunden**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/kunden.md) — Kundendaten und Historie zusammenhalten.
* [**Einstellungen und Zugriffsrechte**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/benutzer-und-zugriff.md) — Rollen, Benutzer und Anmeldemethoden steuern.

### Empfohlene Reihenfolge

1. Beginnen Sie mit [**Einführung in Backoffice**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/einfuhrung-ins-backoffice.md).
2. Verwendung [**Dashboards**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/dashboards.md) um das Geschäft zu überwachen.
3. Weiter mit [**Arbeitsaufträge**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/arbeitsauftrage.md) und [**Plantafel**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/plantafel.md).
4. Verwendung [**Das Projekt Planning Board verwenden**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/projekte/projekte-planen-und-nachverfolgen/die-projekt-plantafel-verwenden.md) wenn Sie projektweise planen.
5. Zum Schluss mit [**Kunden**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/kunden.md) und [**Einstellungen und Zugriffsrechte**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/benutzer-und-zugriff.md).

### Verwandte Themen

* [**OutSmart-Pakete**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/marktplatz/outsmart-pakete.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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice.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.
