# User Guide

## User Guide

## Publish web app

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

![](https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAn5scXl2uqUJUOqkJo-84897653%2Fuploads%2FRupEuXHzSxXvAEKle9eM%2Fpublish_web_app.png?alt=media\&token=16548a28-e359-45c7-a287-2063287e670f)

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**](https://docs.thunkable.com/publishing/publish-as-a-web-app-pro/..#mobile-web-app) or a [**Responsive web app**](https://docs.thunkable.com/publishing/publish-as-a-web-app-pro/..#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

![](https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-MMp7V1R9jtvdYmq-dlO%2F-MMuBlJPNc8zzhq8dsiM%2Fpublish%20as%20web%20app.png?alt=media\&token=c055aca0-445e-495e-a427-88469bc505cf)

🎉 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.

![](https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-MY481D6Oh-IAwcXtAkT%2F-MY4AmQCYR_6fyN46Xi4%2FScreen%20Shot%202021-04-12%20at%209.25.00%20AM.png?alt=media\&token=1acee8d4-c852-4ebf-9f11-ba15f7e752ca)

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