# Creating a RUFUS Cloud Account

Follow these steps to create your account:

## Step 1: Visit the RUFUS Cloud Portal

* Open your web browser and navigate to the cloud portal at [cloud.runonrufus.com](https://cloud.runonrufus.com).

## Step 2: Start the Registration Process

* On the home page, click on **"Register"** to begin the registration process.

<figure><img src="/files/oCCPJwsBbPBWDDwjhEjg" alt=""><figcaption><p>Registration Screen</p></figcaption></figure>

## Step 3: Enter Your Account Details

* **Email Address**: Enter a valid email address that you can access.
* **Password**: Create a secure password for your account.
  * Your password should meet the necessary requirements, such as a minimum number of characters, and may include uppercase letters, numbers, or special symbols for added security.

## Step 4: Accept Terms and Conditions

* By clicking **"Create new account"**, you agree to the **terms of service**. You can review them by clicking on the **"terms of service"** link provided on the registration page.

## Step 5: Complete Registration

* Click the **"Create new account"** button to submit your registration.

## Step 6: Verify Your Email Address

* After registration, check your email inbox for a verification message from RUFUS Cloud.
* The email will contain a verification link or code.

## Step 7: Verify Your Account

* Enter it on the portal when prompted and click **"Verify"**.

***

Once verified, your RUFUS Cloud account is ready for use.


---

# 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://help.runonrufus.com/rufus-cloud/getting-started/creating-a-rufus-cloud-account.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.
