# Hosting with Netlify Drop

### Publish the first time

Just follow these 3 easy steps to publish your website on Netlfiy, using their Drop service. Watch this short demo video and follow the steps below&#x20;

1\. Build your awesome website with [https://pazly.dev](https://pazly.dev/)&#x20;

2\. Download the file, rename it to index.html and place it in a folder&#x20;

3\. Drag and drop your folder in the Netlify Drop service <https://app.netlify.com/drop>&#x20;

{% hint style="info" %}
Tip: If the Netlify service fails to publish your website for the first time, open the Neltify Drop link in an incognito window and try dropping the folder in the drop zone area again.
{% endhint %}

{% embed url="<https://youtu.be/ABc09c9nIcQ>" %}

### Update your website on Netlify Drop

Just follow these easy steps to update your website on Netlfiy. Watch this short demo video and follow the steps below&#x20;

1\. Go to [https://pazly.dev](https://pazly.dev/) PRO and login (or signup if you don't have an account yet)&#x20;

2\. Open the index.html file you've previously made with Pazly, or download a template from the marketplace.&#x20;

3\. Make the necessary changes and download your new website. Important: Keep the same name index.html and place it in the same folder you used to publish your website on Netlify Drop for the first time.&#x20;

4\. Go to <https://app.netlify.com/> and login to your Netlify account.&#x20;

5\. Once logged in to Netlify, go to Sites, then choose the site you want to update. (Netlify lets you publish multiple sites)&#x20;

6\. Go to Deploys tab. You will see a list of deploys. Scroll down until you notice a drop zone with the text "Need to update your site? Drag and drop your site folder here"&#x20;

7\. Drag and drop your folder with the updated index.html in the drop zone area. That's it. You just updated your website.

{% embed url="<https://youtu.be/tH0yVomzUPM>" %}


---

# 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.pazly.dev/publishing-your-website/on-the-traditional-web/hosting-with-netlify-drop.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.
