# Download

The Webstudio Builder has a button that lets you download a static version of your site.

{% hint style="info" %}
See [export types](/university/self-hosting.md#export-types) for more information about JavaScript applications vs. static sites.
{% endhint %}

## Downloading your project

1. Click “Publish”
2. Click “Export”

   ![](/files/VcSsTAZ6eKomsPx7DOw4)
3. Click “Build and download static site”

   ![](/files/IOgCs5J1siEvdpv4nJc6)
4. Wait up to a minute while the project is built then downloaded

The export contains a static site consisting of HTML, CSS, JS, and images ready to be uploaded to another platform.

See [static site hosting platforms](/university/self-hosting.md#platforms-for-static-sites) we have documented.

## Related

* [Static Export](https://webstudio.is/static) – Learn more about static site export in Webstudio
* [CLI](/university/self-hosting/cli.md) – Export and build your project using the command line
* [Cloudflare Pages](/university/self-hosting/cloudflare-pages.md) – Deploy static sites to Cloudflare's network
* [GitHub Pages](/university/self-hosting/github-pages.md) – Free static site hosting from GitHub
* [Netlify](/university/self-hosting/netlify.md) – Deploy static sites to Netlify
* [Publishing and custom domains](/university/foundations/publishing-and-custom-domains.md) – Set up custom domains for your site


---

# 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://docs.webstudio.is/university/self-hosting/download.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.
