# Configuración

***

Esta sección te guiará a través de varias opciones de configuration para personalizar tus instancias de Flowise para entornos de development, testing y production.

También proporcionaremos guías detalladas para hacer deployment de Flowise en diferentes opciones de Platform as a Service (PaaS), asegurando un deployment exitoso.

## Guides

* [Auth](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/configuracion/authorization/README.md)
* [Databases](/espanol/documentacion-oficial/configuracion/databases.md)
* [Deployment](/espanol/documentacion-oficial/configuracion/deployment.md)
* [Environment Variables](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/configuracion/environment-variables.md)
* [Rate Limit](/espanol/documentacion-oficial/configuracion/rate-limit.md)


---

# 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.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.
