# Publishing your App

Once you have completed the design and development of your app and are prepared to allow users to access it, you can utilize the Publish App option located in the checkered flag menu of the [App Editor](/app-editor/app-editor-tour.md).&#x20;

<div align="left"><figure><img src="/files/E41dKDCAPWi3zsDszfPo" alt=""><figcaption><p>App Editor: checkered flag menu </p></figcaption></figure></div>

Publishing your app brings it to life and enables users to access it using the [designated URL](/app-editor/app-settings.md#url) specified in your [app's settings](/app-editor/app-settings.md).

The published version of your app is a snapshot that encompasses its resources, such as:

* [App Settings](/app-editor/app-settings.md)
* Content of [Pages and Forms](/app-editor/pages-and-forms.md) including [Page Flow](/app-editor/page-flow.md) logic
* The [Page Settings](/app-editor/page-settings.md) for any of your pages or forms
* [Connections](/app-editor/connections.md) and Connection Profiles
* [Cloud Flow web-hooks](/app-editor/cloud-flow.md#web-hook)
* [Cloud Flow background tasks](/app-editor/cloud-flow.md#background-task)
* Access/Security rules for [Database Tables](/app-editor/data/database-tables.md#access-security-rules), [Pages/Forms](/app-editor/page-settings.md#access-security), [Connections](/app-editor/connections.md#access-security) and [Cloud Flow](/app-editor/cloud-flow.md#access-security)

As a result, any changes made to the above items will require you to republish your app.

The advantage of this approach is that it allows you to continue developing your app while users access a functional version, ensuring a seamless user experience.

{% hint style="success" %}
NOTE: Adding, removing or modifying users from your app does not require re-publishing.
{% endhint %}

***

## Prerequisites

In order to publish your app, the following steps need to be completed first:

* A [designated URL](/app-editor/app-settings.md#url) must be assigned to your App.
* You would need to add at-least one [user to your app](/app-editor/app-users.md) if you have any page or form that is not [publicly accessible](/app-editor/page-settings.md#access-security).


---

# 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/publishing-your-app.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.
