> For the complete documentation index, see [llms.txt](https://docs.thunkable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thunkable.com/publishing/publish-as-a-web-app-pro/user-guide.md).

# User Guide

## User Guide

## Publish web app

Click the Download and Publish icon and select **Publish web app.**

![](/files/VXYnKsjPtMhiNX5MZ1lD)

In the next modal you can:

* open the app in a new tab
* copy the app link
* select whether to publish as a [**Mobile web app**](/publishing/publish-as-a-web-app-pro.md#mobile-web-app) or a [**Responsive web app**](/publishing/publish-as-a-web-app-pro.md#responsive-web-app)
* share your app through popular channels like Facebook, Twitter and Reddit&#x20;
* **unpublish** your app by clicking on `Disable published link` text

![](/files/-MMuBlJPNc8zzhq8dsiM)

🎉 Congratulations - your Thunkable project is now live on the internet a published web app.

##

## Updating your App

Each time you press publish it’s similar to creating a new release of your app in one of stores. This means you can make changes and updates to your  without worrying about users seeing a half-finished new feature that you’re still working on.

When you’re ready to release a new version, choose “Publish as a Web App” then click the blue “Publish current version” to update your app. The URL will remain the same, but the project that it links to will be updated.

![](/files/-MY4AmQCYR_6fyN46Xi4)

## Embed your app in a webpage

If you host a webpage, you can embed your Thunkable web app in an iframe using the syntax

`<iframe src="https://thunkable.site/w/K0XDxMqwl" title="Chop Down the Tree Thunkable App" height = 1000 width = 500></iframe>`

You can read more about iframes [here](https://www.w3schools.com/tags/tag_iframe.ASP).
