# Netlify

Publish your web app to the internet with a live URL using Netlify.

## Connect

From the deploy menu, connect your **Netlify** account and authorize GenVibe.

## Deploy

Click deploy. GenVibe builds your app and publishes it to Netlify, then gives you a live URL you can share immediately. Re-deploying after changes keeps the same URL.

## Custom domains

Add a custom domain through the Netlify dashboard. Because your deployed app is a standard project, Netlify's normal domain and SSL setup applies.

## Troubleshooting deploys

* If a deploy fails, check that the app runs cleanly in the GenVibe preview first.
* Make sure any required environment variables (for example, Supabase keys) are set in your Netlify site settings.

{% content-ref url="/pages/v2xtseHfDb7j0sFa2K8z" %}
[Fixing errors](/guides/fixing-errors.md)
{% endcontent-ref %}


---

# 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.genvibe.pro/integrations/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.
