> 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/schnittstellen/schnittstellen/king.md).

# King

Verbinden Sie OutSmart mit King und verwalten Sie die Synchronisierung von Kunden, Produkten, Tarifen und Bestellungen.

**King** verbindet OutSmart mit Ihrer King-Verwaltung.

Verwenden Sie diesen Bereich, um die Verbindung einzurichten und zu steuern, welche Daten synchronisiert werden.

### In diesem Leitfaden

* [**Was ist King?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/was-ist-king.md)
* [**King einrichten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-einrichten.md)
* [**King-Importe konfigurieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-importe-konfigurieren.md)
* [**King-Exporte konfigurieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-exporte-konfigurieren.md)
* [**King-Fehlerbehebung**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-fehler-beheben.md)

### Was Sie mit King tun

* Kunden, Produkte, Stundenarten und Bestellungen importieren
* abgeschlossene Arbeitsaufträge als Bestellungen an King exportieren
* Bestehende King-Bestellungen aktualisieren oder neue erstellen

### Empfohlene Reihenfolge

1. Beginnen Sie mit [**Was ist King?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/was-ist-king.md).
2. Dann [**King einrichten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-einrichten.md).
3. Dann konfigurieren Sie [**Importe**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-importe-konfigurieren.md) und [**Exporte**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-exporte-konfigurieren.md).
4. Verwendung [**King-Fehlerbehebung**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/king/king-fehler-beheben.md) wenn eine Synchronisierung fehlschlägt.

### Wichtig zu wissen, bevor Sie beginnen

* Sie benötigen eine aktive **King** Lizenz für die Schnittstelle.
* Die Verbindung verwendet ein **King-API-Token**.
* OutSmart speichert für diese Schnittstelle kein Passwort.
* Sie können jeweils nur eine **Verwaltung** gleichzeitig verbinden.
* Die Synchronisierung läuft automatisch in regelmäßigen Abständen.
* Sie können manuelle Importe und Exporte auch über die Einstellungsseite ausführen.

### Verwandte Themen

* [**Eine Software-Schnittstelle einrichten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/eine-software-schnittstelle-einrichten.md)
* [**Was sind Schnittstellen?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/was-sind-schnittstellen.md)
* [**Schnittstellen-FAQ**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/faq-zu-schnittstellen.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/schnittstellen/schnittstellen/king.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.
