> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/integration/de/factfinder-search-integration.md).

# FactFinder-Suchintegration

Die Suchintegration folgt normalerweise diesen Schritten:

* Erstellen Sie einen Produktdatenexport und bereiten Sie ihn mit vor [Integration von Produktdaten in der FactFinder-Suche](/integration/de/factfinder-search-integration/integrating-product-data-in-factfinder-search.md).
* Daten-Import dieser Daten in FactFinder Search. Für fortgeschrittene Daten-Import-Workflows siehe [Optionale Schnittstellen](/integration/de/factfinder-search-integration/optional-interfaces.md), [Ändern, Löschen und Hinzufügen von Datensätzen (Delta-Updates)](/integration/de/factfinder-search-integration/optional-interfaces/changing-deleting-and-adding-records-delta-updates.md), und [Datenbanken aktualisieren](/integration/de/factfinder-search-integration/optional-interfaces/updating-databases.md).
* Integrieren Sie Search und andere FactFinder Module in Ihr Shopsystem mit [Die Suche in das Shopsystem integrieren](/integration/de/factfinder-search-integration/integrating-the-search-into-the-shop-system.md), [Integration über API (REST)](/integration/de/factfinder-search-integration/integrating-the-search-into-the-shop-system/integration-via-api-rest.md), oder [Beispielcode und Plugins](/integration/de/factfinder-search-integration/sample-code-and-plugins.md). Wenn Sie generierte API-Clients wünschen, verwenden Sie [Wie Sie Swagger Codegen für die Integration über die API verwenden](/integration/de/factfinder-search-integration/integrating-the-search-into-the-shop-system/how-to-use-swagger-codegen-for-the-integration-via-api.md).
* Verbessern Sie die Suchqualität im Laufe der Zeit mit [FACT-Finder Search Integration Best Practice](/integration/de/factfinder-search-integration/fact-finder-search-integration-best-practice.md), [FactFinder-Suchsyntax](/integration/de/factfinder-search-integration/factfinder-search-syntax.md), [FactFinder-Suchparameter](/integration/de/factfinder-search-integration/fact-finder-search-parameters.md), und [Suchoptimierung und Performance](/integration/de/factfinder-search-integration/search-optimization-and-performance.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://docs.fact-finder.com/integration/de/factfinder-search-integration.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.
