# Builder

By creating a new app or selecting an app, you get to the Kozmik Builder. Builder navigation:

<figure><img src="/files/l1LptlD7CcBtGypYxe0J" alt=""><figcaption></figcaption></figure>

### Top Bar

You can return to the dashboard by pressing the back button on the left side of the app name. Next to the application name is a label that indicates the application release status. With the device options in the middle, you can test the appearance of the app on different devices. The Publish button on the right allows you to publish your application.<br>

### Left Bar

Contains 4 areas that allow you to improve your application<br>

#### Tables&#x20;

Create, view, and update your data with tables

Tables allow you to enter data to display to app users or to collect the data that they input into the app.

<figure><img src="/files/H6BVfS78EqzSyE6woSw0" alt=""><figcaption></figcaption></figure>

#### Screens

List your screens and each element within each screen. Add and edit them.

Screens allow you to visualize the tables in your app to build a custom user experience.&#x20;

<figure><img src="/files/G26mIv5ni1RienPq2T5Z" alt=""><figcaption></figcaption></figure>

#### Settings

Edit app info, theme, splash screen, and integrations settings

<figure><img src="/files/GVIkTPc5zoHZVcEBTvbT" alt=""><figcaption></figcaption></figure>

#### Users

Invite users to your application, manage their roles, and track their status.

<figure><img src="/files/f3pSBLlZdVO3k66h4jsc" alt=""><figcaption></figcaption></figure>

#### Publish

Publish allows you to distribute your app in different channels. Apps built in Kozmik can be published to both the Apple App Store and the Google Play Store or to published as Mobile Web App (PWA).<br>

<figure><img src="/files/HhDEaT0jMUWvA3b8jyTF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.kozmik.io/kozmik-ui/builder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
