> For the complete documentation index, see [llms.txt](https://docs.protocol.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protocol.land/working-with-deployments/deploy-a-static-page.md).

# Deploy a static page

Deploying a static page to Arweave allows you to permanently host your web page on the Permaweb.

Follow these steps to deploy a static page from your repository on Protocol.Land:

{% hint style="info" %}
Note: Only the owner of the repository can work with deployments.
{% endhint %}

1. Navigate to the main page of your repository and select the Settings tab.\
   ![](/files/rYEAVdPuSoJFfgXkXYQJ)
2. Within Settings, select the “Deployments” tab located in the sidebar.\
   ![](/files/k5bIihS4s8r7uxWrTiq0)
3. On the Deployments tab, you will be prompted to set the default branch for deployment if this is your first time deploying from the current repository.\
   ![](/files/iEmXYfLZnpoIoaVXaZBq)
4. Choose the branch you wish to deploy as a static page from the provided dropdown.
5. Click “Save”.

{% hint style="info" %}
Note: The "Save" button is only enabled on selecting a branch.
{% endhint %}

6. A "Dragon deploy" button will appear, indicating you're ready to deploy.\
   ![](/files/YAmoePsIYGrrudIkoO5C)
7. Click “Dragon deploy”
8. A modal will appear indicating that the latest commit for the selected branch has not been deployed yet.\
   ![](/files/dGWxqlbhDqN7s5WRsT44)
9. Preview the cost of deploying your static page by hovering over the information icon.
10. Click “Deploy”.
11. On successful deployment, the modal disables the deploy button and provides a link to view your deployment.\
    ![](/files/Eht7fjvCbafrURZx9B3r)
12. The deployment information is also added to the "Deployments" tab on the main page of your repository.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.protocol.land/working-with-deployments/deploy-a-static-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
