> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/espanol/documentacion-oficial/configuracion/deployment/render.md).

# Render

## Deploy usando Render

1. Haz click en el botón de abajo para hacer deploy de Flowise en Render

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/FlowiseAI/Flowise)

2. Haz click en **Connect**

<figure><img src="/files/SUern20waeJ7iGQArgXo" alt=""><figcaption></figcaption></figure>

3. Selecciona **Configure Account**

<figure><img src="/files/AFUvsUqtRlN0eWGci3Mc" alt=""><figcaption></figcaption></figure>

4. Haz click en **Connect**

<figure><img src="/files/wtmITQhSmntxOcQC1aUT" alt=""><figcaption></figcaption></figure>

5. Haz click en **Configure**

<figure><img src="/files/tEXcQDfIGtjSNKZm2b8K" alt=""><figcaption></figcaption></figure>

6. Haz click en **Create Web Service**

<figure><img src="/files/UiNomwYytwMo38cuFsY2" alt=""><figcaption></figcaption></figure>

7. Espera a que el deployment se complete

<figure><img src="/files/vCdbeMwKOl3mK3oFkozU" alt=""><figcaption></figcaption></figure>

8. Haz click en **Environment** y agrega las siguientes variables:

<figure><img src="/files/hAwF8BVCUQN453Q1jtSI" alt=""><figcaption></figcaption></figure>

9. Haz click en **Add Environment Variable**

<figure><img src="/files/xC5xRXzGEi1PNPhzBq3t" alt=""><figcaption></figcaption></figure>

10. Agrega las siguientes variables:

* HOST - `0.0.0.0`
* DATABASE\_PATH - `/opt/render/.flowise`
* LOG\_PATH - `/opt/render/.flowise/logs`
* SECRETKEY\_PATH - `/opt/render/.flowise`
* BLOB\_STORAGE\_PATH - `/opt/render/.flowise/storage`

<figure><img src="/files/SFAeMGLPYQcmsw4vitpv" alt=""><figcaption></figcaption></figure>

11. Haz click en **Manual Deploy** y luego selecciona **Clear build cache & deploy**

<figure><img src="/files/AHWHdjsSwP7wwQFqDjML" alt=""><figcaption></figcaption></figure>

12. Ahora intenta crear un flujo y guardarlo en Flowise. Luego intenta reiniciar el servicio o hacer redeploy, deberías poder ver el flujo que guardaste previamente.

Mira cómo hacer deploy en Render

{% embed url="<https://youtu.be/Fxyc6-frgrI>" %}

{% embed url="<https://youtu.be/l-0NzOMeCco>" %}


---

# 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.flowiseai.com/espanol/documentacion-oficial/configuracion/deployment/render.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.
