> 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/ubersicht-der-wissensdatenbank.md).

# Übersicht der Wissensdatenbank

<figure><img src="/files/e8822b16c11f614f03fba0abe5f1d639e940b637" alt=""><figcaption></figcaption></figure>

Diese Wissensdatenbank hilft dir, schnell den richtigen OutSmart-Artikel zu finden.

Nutze sie für Einrichtung, tägliche Nutzung, Fehlerbehebung und Produktübersichten.

### So ist diese Wissensdatenbank aufgebaut

Die Wissensdatenbank ist in Hauptbereiche unterteilt.

Jeder Bereich deckt einen Produktbereich oder Nutzungskontext ab.

Die Hauptbereiche sind:

* [**BackOffice**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice.md)
* [**Mobile App**](/outsmart-knowledge-base/outsmart-knowledge-base-de/mobile-app/allgemeine-mobile-app.md)
* [**Marktplatz, Pakete und Power-Ups**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/marktplatz.md)
* [**Integrationen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen.md)
* [**Beta-Programme**](/outsmart-knowledge-base/outsmart-knowledge-base-de/beta-programme/beta-programme.md)
* [**Probleme & Fehlerbehebung**](/outsmart-knowledge-base/outsmart-knowledge-base-de/probleme-and-fehlerbehebung/bekannte-probleme-and-workarounds.md)

Diese Übersicht ist nicht Teil der Hauptbereiche.

### Wie die Artikel aufgebaut sind

Die meisten Leitfäden der einzelnen Bereiche beginnen mit einer Übersichts- oder Einführungsseite.

Danach findest du meist Artikel zu Einrichtung, Nutzung, FAQ, Fehlerbehebung oder Anforderungen.

Artikel, die auf einer Aufgabe basieren, konzentrieren sich jeweils auf eine einzelne Aktion.

So kommst du leichter direkt zum Schritt, den du brauchst.

### So nutzt du diese Wissensdatenbank

Starte mit dem Bereich, der zu deinem Ziel passt.

Nutze Übersichtsseiten, wenn du zuerst Kontext brauchst.

Nutze aufgabenbasierte Artikel, wenn du schon weißt, was du tun möchtest.

Wenn du Pläne, Add-ons oder Premium-Funktionen erkunden möchtest, schau in [**Marktplatz**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/marktplatz.md).

Wenn du im Büro arbeitest, schau mit [**Einführung in BackOffice**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/einfuhrung-in-backoffice.md).

Wenn du im Außendienst arbeitest, schau mit [**Was ist die OutSmart mobile App?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/mobile-app/allgemeine-mobile-app/was-ist-die-mobile-outsmart-app.md).

Wenn du OutSmart mit anderer Software verbinden möchtest, schau mit [**Was sind Integrationen?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/was-sind-integrationen.md).

Wenn etwas anders läuft als erwartet, prüfe [**Bekannte Probleme & Workarounds**](/outsmart-knowledge-base/outsmart-knowledge-base-de/probleme-and-fehlerbehebung/bekannte-probleme-and-workarounds.md).

{% hint style="info" %}
Was du siehst, kann sich je nach Paket, Berechtigungen, aktivierten Funktionen oder Rollout-Zeitpunkt noch unterscheiden.
{% endhint %}

### Zu den Artikeln

Die Artikel in dieser Wissensdatenbank werden mithilfe von KI erstellt.

Sie werden geprüft und aktualisiert, damit sie mit Produktänderungen auf dem neuesten Stand bleiben.

So können wir Inhalte schneller veröffentlichen und Themen sowie Sprachen breiter abdecken.

### Übersetzungsfehler oder Ungenauigkeit melden

Wenn dir ein Übersetzungsfehler, ein veralteter Schritt oder eine falsche Erklärung auffällt, kontaktiere `support@out-smart.com`.

Füge nach Möglichkeit diese Angaben hinzu:

* der Titel des Artikels
* die Sprache
* der Abschnitt, der falsch wirkt
* die korrekte Formulierung, wenn du sie kennst

Das hilft uns, die Inhalte schneller zu aktualisieren.

### Hier starten

* [**Einführung in BackOffice**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/einfuhrung-in-backoffice.md)
* [**Was ist die OutSmart mobile App?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/mobile-app/allgemeine-mobile-app/was-ist-die-mobile-outsmart-app.md)
* [**Marktplatz**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/marktplatz.md)
* [**Was sind Integrationen?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/was-sind-integrationen.md)
* [**Bekannte Probleme & Workarounds**](/outsmart-knowledge-base/outsmart-knowledge-base-de/probleme-and-fehlerbehebung/bekannte-probleme-and-workarounds.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/ubersicht-der-wissensdatenbank.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.
