# Publishing locally

Once a project is completed, it needs to be published so that it can be shared and used outside of Squirrel. Not all Squirrel users have the option to publish locally, but for those who do, this guide will describe the process.

{% hint style="info" %}
As of 1.16, all Publish options were migrated to a new [**Project Settings**](https://learn.squirrel365.io/publishing-and-sharing/project-settings) window. With this, the Publish to Cloud and Publish Locally options have had their settings simplified. The details are outlined below.
{% endhint %}

### **Publish Locally**

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

* **Location** - the location with which to publish the project within your files.
* **Name** - A space to define the Project Name. If you have defined this within the Project Settings, this name will be carried across here.
* **Export As** - Select the format to publish the project as. This can be as a **Folder** or as a **.dash** file
* **Cancel** - Select to cancel
* **Publish** - Select to Publish. This will transition to the Project Manager page.

{% hint style="warning" %}
As of[ **v1.13**](https://squirrel365.io/version-1-13/), double-clicking on the project .html file will no longer work. Locally exported projects will only run when accessed from a Web server, or run from a CORS free browser.

For more information on this, check out [**this external article**](https://simplelocalize.io/blog/posts/what-is-cors/#3-disable-browser-cors-checks).
{% endhint %}

That’s the end of this guide to publishing locally. 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-locally.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.
