# GitHub Pages

[GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages) lets you publish static sites directly from your GitHub repository for free.

{% hint style="info" %}
GitHub supports only static sites. See [export types](https://docs.webstudio.is/university/self-hosting/..#export-types) for more information about JavaScript applications vs. static sites.
{% endhint %}

## Static

Learn how to upload your static site to GitHub Pages.

### Prerequisites

Export your project using one of the [export methods](https://docs.webstudio.is/university/self-hosting/..#exporting).

**How to deploy your project to GitHub Pages:**

* Create a repository on GitHub and name it \<your username>.github.io
* Upload/commit your project to a GitHub repository

See [GitHub’s installation instructions](https://pages.github.com/) for a comprehensive tutorial.

## Related

* [Download](https://docs.webstudio.is/university/self-hosting/download) – Export a static site directly from the Builder
* [CLI](https://docs.webstudio.is/university/self-hosting/cli) – Export and build your project using the command line
* [Cloudflare Pages](https://docs.webstudio.is/university/self-hosting/cloudflare-pages) – Another platform for static site hosting
* [Publishing and custom domains](https://docs.webstudio.is/university/foundations/publishing-and-custom-domains) – 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/github-pages.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.
