> 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/sample-code-and-plugins.md).

# Beispielcode und Plugins

FactFinder stellt zusätzliche Ressourcen zur Verfügung, um den Integrationsprozess zu erleichtern, darunter Beispielcode für verschiedene Sprachen und Plugins für gängige Shopsysteme. Diese Ressourcen können als Ausgangspunkt oder sogar als komplette Lösung für bestimmte Integrationsszenarien dienen.

#### Beispielcode-Ressourcen

Um Entwicklungsaufwand zu sparen, wurden verschiedene Stücke von Beispielcode erstellt, die unterschiedliche Integrationsschnittstellen und Programmiersprachen abdecken. Diese Beispiele können als Grundlage für Ihr Integrationsprojekt verwendet werden. Sie sind auf Anfrage oder über öffentliche Repositorien verfügbar. Eine große Auswahl an Beispielcode ist auch auf GitHub zugänglich unter: <https://github.com/fact-finder>.

Der Projektkontakt bei FactFinder kann über die beabsichtigte Programmiersprache und Integrationsmethode informiert werden. Der entsprechende Beispiel- oder Startercode kann dann bereitgestellt oder darauf hingewiesen werden. Die Verwendung dieser Beispiele als Basis kann den Integrationsprozess erheblich beschleunigen und sicherstellen, dass Best Practices befolgt werden.

#### Plugins für Shopsysteme

FactFinder bietet außerdem eine Reihe fertiger Plugins an, die die Integration der Suche in bestimmte gängige Webshop-Plattformen erleichtern. Diese Plugins übernehmen einen großen Teil der Integrationslogik sofort und können den benötigten individuellen Entwicklungsaufwand drastisch reduzieren. Es ist ratsam zu prüfen, ob ein geeignetes Plugin für Ihr Shopsystem existiert, bevor eine individuelle Integration von Grund auf entwickelt wird.

Klären Sie dies mit einem Ansprechpartner von FactFinder, um festzustellen, ob ein Plugin für die jeweilige Shopsoftware verfügbar ist. Falls ein Plugin für die Plattform existiert, kann es installiert und konfiguriert werden, um die Suchfunktionalität schnell im Shop zu aktivieren. Dies gewährleistet eine stabile Integration und nutzt bekannte Integrationsmuster für dieses System.


---

# 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/sample-code-and-plugins.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.
