> For the complete documentation index, see [llms.txt](https://cloud-servers.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloud-servers.ortusbooks.com/intro/overview.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cloud-servers.ortusbooks.com/intro/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
