> 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/snelstart-online.md).

# SnelStart Online

Verbinden Sie OutSmart mit SnelStart Online und verwalten Sie die Synchronisierung von Kunden, Materialien, Bestellungen und Rechnungen.

**SnelStart Online** verbindet OutSmart mit Ihrer SnelStart-Verwaltung.

Verwenden Sie diesen Bereich, um die Schnittstelle zu verbinden und zu verwalten, welche Daten ein- und ausgehen.

### In diesem Leitfaden

* [**Was ist SnelStart Online?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/snelstart-online/was-ist-snelstart-online.md)
* [**SnelStart Online einrichten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/snelstart-online/snelstart-online-einrichten.md)
* [**SnelStart Online-Importe konfigurieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/snelstart-online/snelstart-online-importe-konfigurieren.md)
* [**SnelStart Online-Exporte konfigurieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/snelstart-online/snelstart-online-exporte-konfigurieren.md)
* [**Fehlerbehebung für SnelStart Online**](/outsmart-knowledge-base/outsmart-knowledge-base-de/schnittstellen/schnittstellen/snelstart-online/snelstart-online-fehler-beheben.md)

### Was Sie mit SnelStart Online tun

* Kunden, Materialien, Stundenarten, Angebote sowie Rechnungs- und Zahlungsaktualisierungen importieren
* abgeschlossene Arbeitsaufträge als Vertriebsbestellungen oder Vertriebsbuchungen nach SnelStart exportieren
* Kunden-, Produkt- und Rechnungsstellungsdaten zwischen beiden Systemen abgleichen

### Empfohlene Reihenfolge

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

### Wichtig zu wissen, bevor Sie beginnen

* Sie benötigen in OutSmart eine aktive SnelStart-Schnittstellenlizenz.
* Die Verbindung verwendet einen API-Schlüssel von **Schnittstellen → OutSmart** in SnelStart.
* OutSmart speichert Ihr SnelStart-Passwort nicht.
* Die erste Verbindung erstellt in SnelStart eigene Status Arbeitsaufträge.
* Die Schnittstelle läuft automatisch im Hintergrund.

{% hint style="warning" %}
Einige erweiterte Optionen erfordern **SnelStart 12**.

Dazu gehören Bestellimporte, Preisvereinbarungen, Rabatte auf Bestellpositionen und Bestelltypen ohne Konzept.
{% endhint %}

### 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/snelstart-online.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.
