> For the complete documentation index, see [llms.txt](https://docs.codegiganten.de/plugin-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codegiganten.de/plugin-documentation/apps/cross-selling-pro-or-ki-+-warenkorb-cross-selling-+-bundles-and-sets/installation/setup-wizard-verbindung.md).

# Setup Wizard Verbindung

In der Plugin-Konfiguration findest du oben den Button zum Setup-Wizard.\
Nach einer frischen Installation ist es notwendig, diesen einmal vollständig zu durchlaufen. Der Wizard führt dich Schritt für Schritt durch die Einrichtung.

{% stepper %}
{% step %}

### Schritt 1: Startseite des Wizards

Auf der ersten Seite siehst du eine kurze Beschreibung des Einrichtungsprozesses. Klicke auf **Neues Konto erstellen**, um zu beginnen.

{% hint style="info" %}
Falls du bereits einen InsightSearch-Account hast und diesen verknüpfen möchtest, wende dich an den Support.
{% endhint %}
{% endstep %}

{% step %}

### Schritt 2: Account-Daten eingeben

Im nächsten Schritt gibst du die Daten für deinen neuen InsightSearch-Account ein:

| Feld               | Beschreibung                                                                              |
| ------------------ | ----------------------------------------------------------------------------------------- |
| **Shop-Name**      | Der Name deines Shops – wird intern zur Identifikation verwendet                          |
| **Umgebung**       | Wähle, für welchen Zweck du den Account nutzt: `Entwicklung`, `Staging` oder `Produktion` |
| **E-Mail-Adresse** | Deine E-Mail-Adresse – wird für Benachrichtigungen und die Kontoverbindung verwendet      |

{% hint style="info" %}
Wähle als Umgebung `Produktion`, wenn du das Plugin direkt im Live-Shop einrichtest.
{% endhint %}

Klicke anschließend auf **Konto erstellen**.
{% endstep %}

{% step %}

### Schritt 3: Verbindung wird geprüft

Nach dem Klick auf „Konto erstellen" prüft der Wizard automatisch, ob die Verbindung zum InsightSearch-Service erfolgreich hergestellt wurde. Du siehst dabei kurz einen Ladeindikator.

* Bei **Erfolg** springt der Wizard automatisch zum nächsten Schritt (Feed einrichten).
* Bei einem **Fehler** erscheint eine Fehlermeldung. Prüfe in diesem Fall, ob dein Shop über das Internet erreichbar ist, und versuche es erneut.
  {% endstep %}
  {% endstepper %}

## Problem: Installation konnte nicht registriert werden

Falls beim Öffnen des Wizards ein Warnhinweis erscheint, dass die Installation nicht registriert werden konnte, wurde bei der Plugin-Aktivierung noch keine Verbindung zum InsightSearch-Server aufgebaut.

Klicke in diesem Fall auf **Erneut versuchen**. Wenn das Problem bestehen bleibt, wende dich an den Support.

## Nächster Schritt


---

# 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://docs.codegiganten.de/plugin-documentation/apps/cross-selling-pro-or-ki-+-warenkorb-cross-selling-+-bundles-and-sets/installation/setup-wizard-verbindung.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.
