# Deployment

***

Flowise is designed with a platform-agnostic architecture, ensuring compatibility with a wide range of deployment environments to suit your infrastructure needs.

## Local Machine

To deploy Flowise locally, follow our [Get Started](https://docs.flowiseai.com/getting-started) guide.

## Modern Cloud Providers

Modern cloud platforms prioritize automation and focus on developer workflows, simplifying cloud management and ongoing maintenance.

This reduces the technical expertise needed, but may limit the level of customization you have over the underlying infrastructure.

* [Elestio](https://elest.io/open-source/flowiseai)
* [Hugging Face](https://docs.flowiseai.com/configuration/deployment/hugging-face)
* [Northflank](https://northflank.com/stacks/deploy-flowiseai)
* [Railway](https://docs.flowiseai.com/configuration/deployment/railway)
* [Render](https://docs.flowiseai.com/configuration/deployment/render)
* [Replit](https://docs.flowiseai.com/configuration/deployment/replit)
* [RepoCloud](https://repocloud.io/details/?app_id=29)
* [Sealos](https://docs.flowiseai.com/configuration/deployment/sealos)
* [Zeabur](https://docs.flowiseai.com/configuration/deployment/zeabur)

## Established Cloud Providers

Established cloud providers, on the other hand, require a higher level of technical expertise to manage and optimize for your specific needs.

This complexity, however, also grants greater flexibility and control over your cloud environment.

* [AWS](https://docs.flowiseai.com/configuration/deployment/aws)
* [Azure](https://docs.flowiseai.com/configuration/deployment/azure)
* [DigitalOcean](https://docs.flowiseai.com/configuration/deployment/digital-ocean)
* [GCP](https://docs.flowiseai.com/configuration/deployment/gcp)
* [Kubernetes using Helm](https://artifacthub.io/packages/helm/cowboysysop/flowise)


---

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