# App Editor Tour

The App Editor is organized into the following tabs:

<div align="left"><figure><img src="https://3401585094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmnBepgycwgisXr9ya1N4%2Fuploads%2FjWLlj3VKGxADelAjstk4%2Fimage.png?alt=media&#x26;token=0ed12687-f8e6-4102-bae7-e3d5cc7811d9" alt="Zingy App editor"><figcaption><p>Zingy App editor</p></figcaption></figure></div>

* **`Pages & Forms`**

  Allows you to create and edit the [pages and forms](https://docs.zingy.ai/app-editor/pages-and-forms) in your App. Usually your app has at-least one page that allows the user to interact with your app.
* **`Data`**

  Manage your App's [data](https://docs.zingy.ai/app-editor/data) in the form of tables, fields and queries.
* **`Cloud Flow`**

  Create [logic that runs in the background](https://docs.zingy.ai/app-editor/cloud-flow) or when invoked via unique URL (web-hook).
* **`Toolbox - Media`**

  Upload [files](https://docs.zingy.ai/app-editor/media) used by your App.
* **`Toolbox - Connections`**

  Lets your App talk to [external applications and APIs](https://docs.zingy.ai/app-editor/connections)
* **`Toolbox - Connection Data`**

  &#x20;View and manage data saved by connections.
* **`Toolbox - Page Slices`**

  &#x20;View and manage the page slices used by [Structured Pages](https://docs.zingy.ai/app-editor/pages-and-forms/what-is-a-structured-page).
* **`Settings - App Settings`**

  View and manage various [settings](https://docs.zingy.ai/app-editor/app-settings) including the App's unique URL, the app level fonts, and app level HTML head and CSS style definitions, etc.
* **`Settings - Users`**

  Add/remove [users](https://docs.zingy.ai/app-editor/app-users) that access your app. Set user roles by assigning them to specific [groups](https://docs.zingy.ai/app-editor/app-user-groups).
* **`Settings - User Groups`**

  Define your app's [user groups](https://docs.zingy.ai/app-editor/app-user-groups)
* :checkered\_flag: **`-`** :arrow\_up: **`Publish App`**

  [Publish](https://docs.zingy.ai/app-editor/publishing-your-app) your a new version of your app.
* :checkered\_flag: **`-`** :rocket: **`Launch App`**

  Open your app's unique URL in a new browser tab.


---

# 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.zingy.ai/app-editor/app-editor-tour.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.
