> 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/documentation/bclandingpage/readme.md).

# Developer Platform

<h2 align="center">Business Central Extensions</h2>

#### Überblick

Diese Dokumentation enthält alle von der BFN Informationstechnik GmbH entwickelten Business Central-Erweiterungen. Sie richtet sich an:

* Administratoren
* technische Ansprechpartner
* Entwickler

Ziel ist es, sowohl die Anwendung als auch die technischen Hintergründe der Extensions verständlich und strukturiert darzustellen.&#x20;

#### Aufbau der Dokumentation <a href="#aufbau-der-dokumentation" id="aufbau-der-dokumentation"></a>

Jede Extension ist nach einem einheitlichen Schema aufgebaut, um eine schnelle Orientierung zu ermöglichen. Typische Inhalte einer Extension-Dokumentation sind:

* **Einführung** Zweck, Funktionsweise und Einsatzbereich der Erweiterung
* **Installation & Einrichtung** Schritt-für-Schritt-Anleitung zur Installation und grundlegenden Konfiguration
* **Features & Funktionen** Übersicht der wichtigsten Funktionalitäten
* **Benutzerhandbuch** Typische Anwendungsfälle, Workflows und Best Practices
* **Entwickler-Dokumentation** Technische Details zur Integration, Erweiterbarkeit und Templates
* **Troubleshooting / FAQ** Häufige Probleme und deren Lösungen
* **Versionshistorie** Änderungen und Weiterentwicklungen der Extension

#### Voraussetzungen <a href="#voraussetzungen" id="voraussetzungen"></a>

Für die Nutzung der Extensions werden folgende Kenntnisse empfohlen:

* Umgang mit der Business Central-Administration
* Installation und Verwaltung von Extensions
* Grundlegendes Verständnis von Business Central-Prozessen

#### Allgemeine Hinweise <a href="#allgemeine-hinweise" id="allgemeine-hinweise"></a>

* Vor größeren Anpassungen wird die Nutzung eines Testsystems empfohlen
* Updates sollten insbesondere bei individuellen Anpassungen vorab geprüft werden

#### Navigation <a href="#navigation" id="navigation"></a>

Wähle hier die gewünschte Extension aus, um zur detaillierten Dokumentation zu gelangen

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Core</strong></td><td>Basis-Modul für unsere Extensions. Zentralisierung von Funktionen und Einrichtungen.</td><td><a href="/spaces/giiuZePoUjx6dyPcbu7Q">/spaces/giiuZePoUjx6dyPcbu7Q</a></td><td data-object-fit="fill"><a href="/files/WxLdqSct74l3I39JhF1q">/files/WxLdqSct74l3I39JhF1q</a></td></tr><tr><td><strong>Shopware Connector</strong></td><td>Das Modul Shopware Connect ermöglicht es Ihnen Shopware mit Business Central zu verbinden, Bestellungen zu verbuchen und Produkte zu übertragen.</td><td><a href="/spaces/CkIwsbIFg5fhJZByCM3K">/spaces/CkIwsbIFg5fhJZByCM3K</a></td><td data-object-fit="fill"><a href="/files/Zof1s37eNJNQsARHCFTF">/files/Zof1s37eNJNQsARHCFTF</a></td></tr><tr><td><strong>PoS</strong></td><td>Die PoS ist die smarteste und intuitivste Kassenlösung. Perfekt für den Arbeitsalltag, unabhängig von Ihrer Branche.</td><td><a href="/spaces/5hsCL4cD4lr9AjcQbwqv">/spaces/5hsCL4cD4lr9AjcQbwqv</a></td><td data-object-fit="fill"><a href="/files/5SvfTRWIdKFVdYgt8iUg">/files/5SvfTRWIdKFVdYgt8iUg</a></td></tr></tbody></table>


---

# 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/documentation/bclandingpage/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.
