# 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>

### Viewing published Apps

After publishing your app the **Project Manager** will load.

To open your App in a browser hover over the thumbnail image and click **Open in Browser.**

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

The Project Manager is where you can change the status of your apps (make them live or draft), get  share links and the embed code, access previous versions and more.&#x20;

Find out more about managing your published projects see [Using the Project Manager](/publishing-and-sharing/using-the-project-manager.md)&#x20;


---

# 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/getting-started/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.
