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

# Builder Hub

Finde die Anleitungen, die du brauchst, um Ninox Apps zu gestalten, zu organisieren und zu skalieren.

Diese Übersicht bündelt die Kapitel, die du brauchst, um Ninox Apps zu erstellen, zu organisieren und zu skalieren. Nutze sie, um deine App einzurichten, Daten zu strukturieren, Datensätze zu visualisieren und Zugriffe zu verwalten.

### **Ninox AI**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Ninox AI</strong><br>Nutze Ninox AI, um Apps schneller zu erstellen und zu verbessern.</td><td><a href="/builder-hub/de/ninox-ai/ninox-ai.md">Ninox AI</a></td></tr></tbody></table>

### **Gestalte deine App**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Apps erstellen und verwalten</strong><br>Erstelle eine neue App und konfiguriere ihre Einstellungen.</td><td><a href="/builder-hub/de/design-your-app/create-and-manage-apps.md">Apps erstellen und verwalten</a></td></tr><tr><td><strong>Tabellen erstellen und verwalten</strong><br>Definiere die Tabellen, die die Datensätze deiner App enthalten.</td><td><a href="/builder-hub/de/design-your-app/create-and-manage-tables.md">Tabellen erstellen und verwalten</a></td></tr><tr><td><strong>Datenfelder hinzufügen und bearbeiten</strong><br>Gestalte jede Tabelle mit den passenden Datenfeldern.</td><td><a href="/builder-hub/de/design-your-app/add-and-edit-data-fields-in-your-tables.md">Datenfelder in Tabellen erstellen und bearbeiten</a></td></tr><tr><td><strong>Daten importieren und exportieren</strong><br>Übertrage Daten zwischen Ninox und anderen Systemen.</td><td><a href="/builder-hub/de/design-your-app/import-and-export-data.md">Daten importieren und exportieren</a></td></tr></tbody></table>

### **Visualisiere und organisiere deine Daten**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Tabellen gestalten</strong><br>Konfiguriere Spalten, organisiere Datensätze und hebe wichtige Werte hervor.</td><td><a href="/builder-hub/de/visualize-and-organize-your-data/customize-your-tables.md">Tabellen gestalten</a></td></tr><tr><td><strong>Mit Ansichten arbeiten</strong><br>Erstelle Ansichten, um Datensätze zu organisieren, zu filtern und gezielt darzustellen.</td><td><a href="/builder-hub/de/visualize-and-organize-your-data/work-with-views.md">Mit Ansichten arbeiten</a></td></tr><tr><td><strong>Seiten erstellen und anpassen</strong><br>Erstelle Seiten für Dashboards, strukturierte Informationen und geführte Arbeitsabläufe.</td><td><a href="/builder-hub/de/visualize-and-organize-your-data/create-and-customize-pages.md">Seiten erstellen und anpassen</a></td></tr><tr><td><strong>Drucklayouts erstellen und anpassen</strong><br>Erstelle Drucklayouts, um Daten zu visualisieren und PDF-Dateien zu erzeugen.</td><td><a href="/builder-hub/de/visualize-and-organize-your-data/create-and-adjust-print-layouts.md">Drucklayouts erstellen und anpassen</a></td></tr></tbody></table>

### **Verwalte deine Organisation und deinen Workspace**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Backup deiner Daten</strong><br>Stelle einen Arbeitsbereich aus einem Backup wieder her.</td><td><a href="/builder-hub/de/manage-your-organization-and-workspace/backup-and-restore-your-data.md">Backup und Wiederherstellung deiner Daten</a></td></tr><tr><td><strong>Deine Organisation verwalten</strong><br>Verwalte Einstellungen, Zugriffe, Abonnement und Arbeitsbereiche auf Organisationsebene.</td><td><a href="/builder-hub/de/manage-your-organization-and-workspace/manage-your-organization.md">Deine Organisation verwalten</a></td></tr><tr><td><strong>Deinen Arbeitsbereich organisieren</strong><br>Verwalte Einstellungen, Zugriffe, API-Keys und E-Mail-Verbindungen für einen Arbeitsbereich.</td><td><a href="/builder-hub/de/manage-your-organization-and-workspace/organize-your-workspace.md">Deinen Arbeitsbereich organisieren</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.ninox.com/builder-hub/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.
