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

# Developer Platform

## Warum BFN Extensions Docs

### Überblick

Diese Dokumentation enthält alle von der BFN Informationstechnik GmbH entwickelten Erweiterungen für:

* Shopware
* Microsoft Business Central

Sie dient als zentrale Anlaufstelle für Installation, Konfiguration, Nutzung und technische Details der Extensions.

***

### Navigation

Wähle im Menü die gewünschte Plattform und anschließend die entsprechende Extension aus, um zur Detaildokumentation zu gelangen.

{% columns %}
{% column %}

#### <i class="fa-shopware">:shopware:</i> Shopware Extensions

Erweiterungen zur funktionalen und technischen Erweiterung von Shopware-Shops mit Fokus auf Nutzererlebnis und Shopbetrieb.

<a href="https://docs.bfn-it.de/documentation/shopware-extensions" class="button secondary">Zu den Erweiterungen</a>
{% endcolumn %}

{% column %}

#### <i class="fa-microsoft">:microsoft:</i> Business Central Extensions

Erweiterungen zur Abbildung und Optimierung von Geschäftsprozessen innerhalb von Microsoft Business Central.

<a href="/spaces/ZolbOP8rBRJlCLapVI6F" class="button secondary">Zu den Erweiterungen</a>
{% endcolumn %}
{% endcolumns %}

***

### Zielgruppe

Diese Dokumentation richtet sich an:

* Shopbetreiber und Anwender
* Administratoren
* Entwickler

Je nach Extension variieren die Inhalte zwischen anwendungsbezogener und technischer Dokumentation.

***

### Struktur der Dokumentation

Die Inhalte sind nach Plattformen gegliedert:

#### Shopware Extensions

Dokumentation aller Erweiterungen für Shopware mit Fokus auf:

* Installation und Konfiguration
* Nutzung im Shopbetrieb
* Best Practices

#### Business Central Extensions

Dokumentation aller Erweiterungen für Microsoft Business Central mit Fokus auf:

* Prozesse und Anwendungsfälle
* Einrichtung im System
* fachliche Abläufe

***

### Hinweise zur Nutzung

* Änderungen an Konfigurationen können direkte Auswirkungen auf das Systemverhalten haben
* Vor größeren Anpassungen wird die Nutzung eines Testsystems empfohlen
* Updates sollten vorab geprüft werden, insbesondere bei individuellen Erweiterungen

***


---

# 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.bfn-it.de/readme.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.
