# Configuration

***

This section will guide you through various configuration options to customize your Flowise instances for development, testing, and production environments.

We'll also provide in-depth guides for deploying Flowise on different Platform as a Service (PaaS) options, ensuring a smooth and successful deployment.

## Guides

* [Auth](https://docs.flowiseai.com/configuration/authorization)
* [Databases](https://docs.flowiseai.com/configuration/databases)
* [Deployment](https://docs.flowiseai.com/configuration/deployment)
* [Environment Variables](https://docs.flowiseai.com/configuration/environment-variables)
* [Rate Limit](https://docs.flowiseai.com/configuration/rate-limit)
* [Proxy](https://docs.flowiseai.com/configuration/running-flowise-behind-company-proxy)
* [SSO](https://docs.flowiseai.com/configuration/sso)
* [Queue Mode](https://docs.flowiseai.com/configuration/running-flowise-using-queue)
* [Production Ready](https://docs.flowiseai.com/configuration/running-in-production)


---

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