# Introduction

WorkflowAI Cloud is a fully managed version of WorkflowAI, maintained by the WorkflowAI team.

## When to use WorkflowAI Cloud?

We recommend using WorkflowAI Cloud unless you have strict requirements on data-retention, data-residency, or compliance.

For example, WorkflowAI Cloud is hosted only in the US at the moment, so if you want to have your data hosted in the EU, you should use WorkflowAI as a [self-hosted solution](https://github.com/workflowai/workflowai).

## Benefits of WorkflowAI Cloud

The benefits of using WorkflowAI Cloud versus our own deployment are:

* ✅ Fully managed: we take care of the infrastructure, so you can focus on building your AI agents.
* ✅ Always up-to-date: we ensure that you're always using the latest stable version of WorkflowAI.
* ✅ Cheaper: we offer a price-match guarantee, meaning that you're not charged more than the price per token of the model you're using. Learn more about the [price-match guarantee](/workflowai-cloud/pricing.md). Effectively cheaper than self-hosting.
* ✅ Reliability: we ensure that your AI agents are [always available](/workflowai-cloud/reliability.md)
* ✅ Compliance: [SOC 2 Type 2 certification](/workflowai-cloud/compliance.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.workflowai.com/workflowai-cloud/introduction.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.
