# Overview

This documentation is born out of a need to keep introducing our customers to new and innovative products. There are just too many folks who want to be in the Cloud but have no idea of how to get there. This guide is intended to be a journal on how to move your products to the ANY cloud using any of the supported providers.

## Supported Providers

* Amazon Web Services (`Available now!`)
* Azure Cloud (`Available now!`)
* Google Cloud (`Available now!`)
* Digital Ocean (`Coming soon`)

## BoxLang Cloud Servers

Here is a listing of the cloud servers that are available now or in progress of being built.

| Server                              | Amazon Web Services           | Microsoft Azure      | Google Cloud Platform |
| ----------------------------------- | ----------------------------- | -------------------- | --------------------- |
| BoxLang MiniServer for Windows      | :white\_check\_mark:          | :white\_check\_mark: | :white\_check\_mark:  |
| BoxLang MiniServer for Ubuntu       | :white\_check\_mark:          | :white\_check\_mark: | :white\_check\_mark:  |
| BoxLang MiniServer for Red Hat      | :white\_check\_mark:          | :white\_check\_mark: | :white\_check\_mark:  |
| BoxLang with CommandBox for Windows | :white\_check\_mark:          | :white\_check\_mark: | :white\_check\_mark:  |
| BoxLang with CommandBox for Ubuntu  | :white\_check\_mark:          | :white\_check\_mark: | :white\_check\_mark:  |
| BoxLang with CommandBox for Red Hat | :x: Public visibility pending | :white\_check\_mark: | :white\_check\_mark:  |

## Lucee Cloud Servers

| Server             | Provider | Status               |
| ------------------ | -------- | -------------------- |
| Lucee+Nginx+Ubuntu | AWS      | :white\_check\_mark: |
| Lucee+IIS+Windows  | AWS      | :white\_check\_mark: |

{% hint style="info" %}
All of our cloud servers come pre-installed with the latest CommandBox CLI
{% endhint %}


---

# 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://cloud-servers.ortusbooks.com/intro/overview.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.
