# Cloud

In the Cloud environment, the application is hosted and managed by us. User accounts, authentication, and subscriptions are handled centrally as part of the Cloud service.

Users can create an account using email and password credentials or by signing in through a supported identity provider, such as Google or Microsoft. After registration, a verification email is sent to confirm the email address before the account can be used.

Once registered, users can sign in directly through the login page. Depending on the subscription and configuration, additional authentication options such as Single Sign-On (SSO) may also be available.

User management, including inviting additional users, is performed within the application after signing in.

The following pages describe individual access flows available in the Cloud environment, including registration, login, and SSO authentication.

### **How can I tell I am using Decision Rules Cloud?**

You are using the Cloud version of DecisionRules if you access the application through the official public DecisionRules URL and did not install the application yourself.

When signing up or logging in, you can select the target region at the top of the registration or login form. The selected region determines where your Decision Rules environment will be created and accessed.

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

In the Cloud environment, registration and authentication are managed directly by DecisionRules. This typically includes built-in registration, email verification, and managed sign-in options.

If you are unsure whether you are using the Cloud version, check the application URL or contact your administrator.

{% content-ref url="/pages/5qjEJUpSeYacQmHjHqNh" %}
[Sign Up & Login on Cloud](/doc/access/cloud/sign-up-and-login-on-cloud.md)
{% endcontent-ref %}

{% content-ref url="/pages/K7lFuZ6MASJ12QA8Ch9r" %}
[Single Sign-On (SSO) on Cloud](/doc/access/cloud/single-sign-on-sso.md)
{% endcontent-ref %}

{% content-ref url="/pages/1dPL5lwlIEPz7eJvmzjU" %}
[Invitations & Permissions on Cloud](/doc/access/cloud/invitations-and-permissions-on-cloud.md)
{% endcontent-ref %}


---

# 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.decisionrules.io/doc/access/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.
