> For the complete documentation index, see [llms.txt](https://brixxbox.gitbook.io/brixxbox-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brixxbox.gitbook.io/brixxbox-documentation/app-erstellung.md).

# App Erstellung

<details>

<summary>Welche Vorkenntnisse benötige ich?</summary>

Die Erstellung der Benutzeroberflächen/ Apps geschieht hauptsächlich anhand grafischer Methoden – per Drag-and-drop.&#x20;

(Business-)Logik bringen Sie zum einen über die vereinfachte brixxbox-Sprache ins Spiel: Diese basiert im Grunde auf JavaScript.

Darüber hinaus sollten Sie Grundkenntnisse im Bereich SQL besitzen.

*Hinweis:*

*Wenn Sie im Vorfeld bereits erweiterte Excell-, oder Access-Kenntnisse erlangt haben (z.B. Makros, VBA), ist dies eine ideale Grundlage für die Nutzung unserer Plattform.*

</details>

<details>

<summary>Wie möchten Sie starten</summary>

[Übersicht des Design-Cockpits](/brixxbox-documentation/app-erstellung/design-cockpit.md)

[How Tos](/brixxbox-documentation/app-erstellung/how-tos.md)

</details>

Grundsätzlich bedeutet die Anwendungsentwicklung mit brixxbox, dass Sie sich unabhängig von Standard-Software machen.&#x20;

Anpassungswünsche erfüllen Sie mit brixxbox direkt und ohne Kompromisse. Schließlich können Sie Prozesse und Funktionen genau so abbilden, wie Sie sie brauchen – ohne den überflüssigen Ballast, den standardisierte Software zwangsläufig mitbringt.&#x20;

Das bedeutet aber nicht, dass Ihre Anwendung isoliert ist: Verschiedene Schnittstellen ermöglichen den gegenseitigen Austausch von Daten zwischen Ihrer brixxbox-Anwendung und anderer Software.

Nachfolgender Übersicht können Sie darüber hinaus die Unterschiede zur Individualentwicklung bzw. Standardsoftware entnehmen.

<div align="left"><figure><img src="/files/cGBGbFDe0oXmWX8E8glj" alt="" width="375"><figcaption><p>click to expand</p></figcaption></figure></div>


---

# 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://brixxbox.gitbook.io/brixxbox-documentation/app-erstellung.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.
