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

# Builder Hub

Find the guides you need to design, organize, and scale Ninox apps.

Builder Hub brings together the chapters you need to build, organize, and scale Ninox apps. Use it to set up your app, structure data, visualize records, and manage access.

### **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>Use Ninox AI to create apps faster, refine structure changes, and get help while you build.</td><td><a href="/builder-hub/ninox-ai/ninox-ai.md">Ninox AI</a></td></tr></tbody></table>

### **Design your app**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Create and manage apps</strong><br>Start a new app and configure its settings.</td><td><a href="/builder-hub/design-your-app/create-and-manage-apps.md">Create and manage apps</a></td></tr><tr><td><strong>Create and manage tables</strong><br>Define the tables that hold your app's records.</td><td><a href="/builder-hub/design-your-app/create-and-manage-tables.md">Create and manage tables</a></td></tr><tr><td><strong>Add and edit data fields</strong><br>Shape each table with the right data fields.</td><td><a href="/builder-hub/design-your-app/add-and-edit-data-fields-in-your-tables.md">Add and edit data fields in your tables</a></td></tr><tr><td><strong>Import and export data</strong><br>Move data between Ninox and spreadsheet files with import and export workflows.</td><td><a href="/builder-hub/design-your-app/import-and-export-data.md">Import and export data</a></td></tr></tbody></table>

### **Visualize and organize your data**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Customize your tables</strong><br>Customize columns and organize records wherever tables appear.</td><td><a href="/builder-hub/visualize-and-organize-your-data/customize-your-tables.md">Customize your tables</a></td></tr><tr><td><strong>Work with views</strong><br>Create views to organize, filter, and focus the records users see.</td><td><a href="/builder-hub/visualize-and-organize-your-data/work-with-views.md">Work with views</a></td></tr><tr><td><strong>Create and customize pages</strong><br>Create pages to build dashboards, structure information, and guide users through your app.</td><td><a href="/builder-hub/visualize-and-organize-your-data/create-and-customize-pages.md">Create and customize pages</a></td></tr><tr><td><strong>Create and adjust print layouts</strong><br>Create print layouts to visualize data and generate PDF files.</td><td><a href="/builder-hub/visualize-and-organize-your-data/create-and-adjust-print-layouts.md">Create and adjust print layouts</a></td></tr></tbody></table>

### **Manage your organization and workspace**

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Manage your organization</strong><br>Manage settings, access, subscriptions, and workspaces at the organization level.</td><td><a href="/builder-hub/manage-your-organization-and-workspace/manage-your-organization.md">Manage your organization</a></td></tr><tr><td><strong>Organize your workspace</strong><br>Manage settings, access, API keys, and email connections for one workspace.</td><td><a href="/builder-hub/manage-your-organization-and-workspace/organize-your-workspace.md">Organize your workspace</a></td></tr><tr><td><strong>Backup and restore your data</strong><br>Restore a workspace from a saved point in time and understand how backup retention works.</td><td><a href="/builder-hub/manage-your-organization-and-workspace/backup-and-restore-your-data.md">Backup and restore your data</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/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.
