# Deploying MobiusFlow in MobiusFlow Cloud

For most use cases, Deploying MobiusFlow in the MobiusFlow Cloud is simplest and most cost effective hosting option.

Customers can create new MobiusFlow instances themselves using the MobiusFlow manager platform. A full guide on how to use this platform can be found [here](/help/user-guides/mobiusflow-manager.md).

{% hint style="warning" %}
MobiusFlow a hosting fee for hosting instances in the MobiusFlow cloud. As such, purchaser permissions are required.
{% endhint %}

When creating a new MobiusFlow instance using manager ensure the *Host instance on MobiusFlow Cloud* option is checked:

<figure><img src="/files/XWikMoQHyXW106U4vsji" alt=""><figcaption><p>MobiusFlow manager Instance creation wizard</p></figcaption></figure>

{% hint style="info" %}
If this option is not available, this is because you do not have purchaser permissions within this fleet.
{% endhint %}

On creation, there are several options that must be populated:

#### Hostname

This is the URL the new MobiusFlow cloud instance will be hosted on. In the above example, Manager has automatically suggested *average-pug-2488*. As such, new Cloud instance will be accessible at the URL *average-pug-2488.mobiusflow\.io*.

#### Build Type

This selects the version of MobiusFlow to use. If use for the MobiusFlow LoRaWAN LNS is required, ensure the MobiusFlow V2 with LoRaWAN Stack option is selected.

<figure><img src="/files/Fqmpuk5a2jhibQeLRMyh" alt=""><figcaption></figcaption></figure>

#### Region

This specifies the region of the world the new Cloud instance is to be hosted on. It is recommended to host the instance as near to where it will be used as possible.\\

Once a MobiusFlow Cloud hosted instance as online, an Environment is created, in-turn controlling how the instance can communicate with the outside world. A full article on this environment can be found [here](/help/technical-docs/mobiusflow-cloud-hosted-environment.md).&#x20;


---

# 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.mobiusflow.com/help/user-guides/deploying-mobiusflow-in-mobiusflow-cloud.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.
