# Netlify

The WebGeoDa scaffolding template includes a Netlify configuration that does most of the work here. While WebGeoDa's underlying framework, Next.js, is *strictly* best suited to Vercel for hosting, Netlify has benefits for organizations looking for free or open-source sponsored hosting. To start create or link an existing account to [Netlify](https://netlify.com/)

Next, follow the tutorial below the link your Github repo to Netlify:

{% embed url="<https://docs.netlify.com/site-deploys/create-deploys/>" %}

Your website will now automatically build as you push new data and changes to your code.


---

# 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.webgeoda.org/deploy/netlify.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.
