# Overview

## What is a "published" project?

When we use the term "published" in the context of Squirrel, it refers to a project that has been created in Squirrel and can be viewed in a browser or embedded into an iframe. Depending on the current license, there are two publishing options available:\
\
1\. **Publish to Cloud**: This option allows you to export the project to the cloud for easy access and sharing.\
2\. **Publish to Local**: This option enables you to export your project to your local machine as a zipped index.html file.

{% hint style="info" %}
For more information on the respective publishing options, see the article links below, or via the left-side contents list.
{% endhint %}

Once published, a project can be viewed in a browser window, embedded into a webpage, or a PowerPoint presentation.

## Learn more about Publishing & Sharing

{% content-ref url="/pages/9VsUu7PsUiWCRnYZrVEw" %}
[Project Settings](/the-designer/project-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/HJfY5uA09LdS26e2qA7g" %}
[Publishing your App](/getting-started/publishing-to-squirrel-cloud.md)
{% endcontent-ref %}

{% content-ref url="/pages/jnC1kFrtmrpibzPg2NXT" %}
[Publishing locally](/publishing-and-sharing/publishing-locally.md)
{% endcontent-ref %}

{% content-ref url="/pages/bKBXegNmlPblkbOOpEbF" %}
[Using the Project Manager](/publishing-and-sharing/using-the-project-manager.md)
{% endcontent-ref %}

#### Something else?

Check out the content menu on the left side for more available articles for Publishing & Sharing.

Not find what you're looking for? Reach out to the [**Squirrel Community**](https://community.squirrel365.io/c/ask-for-help/) and post your questions there!


---

# 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/overview.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.
