# Copy of Publishing your App

After building your Squirrel365 app the final step is to publish it so that it can be shared and used outside of the Squirrel365 Designer<br>

### Publishing to the Cloud

Projects are published and hosted on the Squirrel365 cloud. From there they can easily be shared via a link or embedding a webpage (See the [Project Manager tutorial](https://squirrel365.io/knowledgebase/using-the-project-manager/) for more information about sharing your projects.)&#x20;

#### Publishing an App

To publish a project:

1. Enter **Preview** mode
2. Select the **Publish** button in the top right of the preview screen
3. Give the Project/App a name&#x20;
4. Click **publish**

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

#### Updating published Apps

If the project has been published previously the option to **Overwrite Existing** will be selected by default.

To deploy an updated version of the app:

1. Enter **Preview** mode
2. Click **Publish**
3. Check that the correct project is showing in the drop down (this specifies which published app should be overwritten)
4. Accept or modify the name
5. Click **publish**

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

### Publishing  Locally

{% hint style="success" %}
**Who can use this feature?**

The **Local Export** option is available on the **Builder** subscription plan.

For more details, see our [**plan comparison matrix**](https://squirrel365.io/pricing/).
{% endhint %}

This option enables you to export your App to your local machine for self hosting. It creates a folder file containing all the html, CSS , javscript and assests required for your web application to run.

{% hint style="warning" %}
Locally exported projects will only run when accessed from a Web server, or run from a CORS free browser
{% endhint %}

To publish locally:

1. Enter **Preview** mode
2. Click **Publish**
3. Select the folder in which you want the folder to be created
4. Enter a name
5. Click **Publish**

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

The project manager

After publishing you app you will be taken to the Project Manager screen.&#x20;

This is where you can view and edit That’s the end of this guide to publishing to the Squirrel cloud. For more tutorials on publishing, using the Project Manager, and sharing your projects, see below:

[Using the Project Manager](/publishing-and-sharing/using-the-project-manager.md)

[Publishing your App](/getting-started/publishing-to-squirrel-cloud.md)


---

# 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://learn.squirrel365.io/publishing-and-sharing/publishing-to-squirrel-cloud.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.
