# Sealos

## Deploy usando Sealos

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

[![Deploy on Sealos](https://sealos.io/Deploy-on-Sealos.svg)](https://template.sealos.io/deploy?templateName=flowise)

2. Haz click en **Deploy**

<figure><img src="https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/.gitbook/assets/sealos/1.png" alt=""><figcaption></figcaption></figure>

3. Espera a que el deployment se complete

<figure><img src="https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/.gitbook/assets/sealos/2.png" alt=""><figcaption></figcaption></figure>

4. Haz click en **Visit** para acceder a tu aplicación

<figure><img src="https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/.gitbook/assets/sealos/3.png" alt=""><figcaption></figcaption></figure>

## Persistent Storage

Sealos creará automáticamente un persistent volume para ti, así que no tienes que preocuparte por eso.

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.


---

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