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

# Wissensdatenbank Übersicht

<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.

### Wie diese Wissensdatenbank organisiert ist

Die Wissensdatenbank ist in Hauptabschnitte unterteilt.

Jeder Abschnitt behandelt einen Produktbereich oder Nutzungskontext.

Die Hauptabschnitte 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)
* [**Marketplace, Pakete und Power-Ups**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/marketplace.md)
* [**Integrationen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen.md)
* [**Bekannte Probleme & Workarounds**](/outsmart-knowledge-base/outsmart-knowledge-base-de/bekannte-probleme-and-workarounds/bekannte-probleme-and-workarounds.md)

Einige Seiten liegen auch außerhalb dieser Abschnitte.

Diese Seiten behandeln meist Ankündigungen, vorübergehende Kampagnen oder kleinere Add-ons.

### Wie Artikel aufgebaut sind

Die meisten Abschnittsleitfäden beginnen mit einer Übersicht oder Einführungsseite.

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

Aufgabe-basierte Artikel konzentrieren sich jeweils auf eine Aktion.

So lässt sich leichter direkt zum benötigten Schritt springen.

### Wie du diese Wissensdatenbank nutzt

Beginne mit dem Abschnitt, der zu deinem Ziel passt.

Nutze Übersichtsseiten, wenn du zuerst Kontext brauchst.

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

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

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

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

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

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

{% hint style="info" %}
Die angezeigten Inhalte können weiterhin je nach Paket, Berechtigungen, aktivierten Funktionen oder Veröffentlichungszeitpunkt variieren.
{% endhint %}

### Über die Artikel

Artikel in dieser Wissensdatenbank werden mithilfe von KI erstellt.

Sie werden geprüft und aktualisiert, um mit Produktänderungen im Einklang zu bleiben.

Das hilft uns, Inhalte schneller zu veröffentlichen und die Abdeckung über Themen und Sprachen hinweg breit zu halten.

### Bericht eines Übersetzungsproblems oder einer Ungenauigkeit

Wenn du ein Übersetzungsproblem, einen veralteten Schritt oder eine falsche Erklärung siehst, kontaktiere `support@out-smart.com`.

Füge nach Möglichkeit diese Details hinzu:

* den Artikeltitel
* die Sprache
* den Teil, der falsch aussieht
* 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-outsmart-mobile-app.md)
* [**Marketplace**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/marketplace.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/bekannte-probleme-and-workarounds/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/wissensdatenbank-ubersicht.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.
