diff --git a/docs/docs/getting-started/getting-started-cloud.mdx b/docs/docs/getting-started/getting-started-cloud.mdx
index b671968af96..f4901bbd241 100644
--- a/docs/docs/getting-started/getting-started-cloud.mdx
+++ b/docs/docs/getting-started/getting-started-cloud.mdx
@@ -30,9 +30,18 @@ Navigate to
[cloud.hasura.io](https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=navigate-to-cloud-hasura-io&tech=default), and
create a new Hasura Cloud account.
-## Step 2: Create project {#cloud-connect-db}
+## Step 2: Create a project
-When getting started with Hasura Cloud, regardless of tier, you have the choice of either Amazon Web Services (AWS) or
+On creating a new account, Hasura Cloud automatically creates an initial project for you.
+
+Click `Launch Console` to open the Hasura Console in your browser.
+
+
+
+If you already have an account, you can create a new project by clicking the `New Project` link on the
+[Projects](https://cloud.hasura.io/projects) page.
+
+Regardless of tier, you have the choice of either Amazon Web Services (AWS) or
Google Cloud Platform (GCP) as hosting providers.
-Hasura Cloud creates an initial project. Click `Launch Console` to open the Hasura Console in your browser.
+## Step 3: Connect a database {#cloud-connect-db}
-
-
-## Step 3: Connect new/existing database {#create-new-db-with-cloud}
-
-On the Hasura Console, navigate to `Data -> Manage -> Connect Database`:
+Hit the `Launch console` button to open the Hasura Console and navigate to `Data -> Manage -> Connect Database`:
+- To try out quickly with a new Postgres database, choose `Create New Database`.
- To use an existing database, choose `Connect existing database`.
-- To try out with a new Postgres database, choose `Create Neon Database`.
-### Step 3.1: Enter database connection URL (for existing database)
+### Option 3.1: Create and connect a new database {#create-new-db-with-cloud}
-If you chose `Connect existing database`, enter your database connection URL.
+If you chose `Create New Database`:
-Click `Connect Database`.
+Click on `Connect Neon Database` to create and connect a new Postgres database to your Hasura Project.
-
+
-Check out our [extensive list of databases](/databases/overview.mdx) that Hasura Cloud supports in order to get the
-database connection URL and for other steps required to ensure connectivity from Hasura Cloud.
+
+### Option 3.2: Connect an existing database
+
+If you chose `Connect existing database`:
+- Give the database a name, say `default`
+- Choose the database type from the list of [supported databases](/databases/overview.mdx#supported-databases)
+- Enter your database connection details
+- Click `Connect Database`.
+
+
+
+Check out [this section](databases/quickstart.mdx#cloud-projects-create-allow-nat-ip) for other steps
+required to ensure connectivity to your database from Hasura Cloud if needed.
## Step 4: Try out Hasura
@@ -106,13 +122,6 @@ You'll see that you get all the inserted data!
-### Check out monitoring
-
-You can navigate to the `Monitoring` tab in the Console to check out the extra features for reliability and security
-that Hasura Cloud has set up for you.
-
-
-
## Next steps
### Learn tutorial
diff --git a/docs/docs/hasura-cloud/projects/create.mdx b/docs/docs/hasura-cloud/projects/create.mdx
index d7810c850d6..36ffafd3e19 100644
--- a/docs/docs/hasura-cloud/projects/create.mdx
+++ b/docs/docs/hasura-cloud/projects/create.mdx
@@ -25,15 +25,14 @@ IP address. For a list of supported databases and features [see here](/databases
## Project setup
-You can quickly and easily create a new Hasura Cloud Project. To begin, navigate to the
-[Projects](https://cloud.hasura.io/projects) page on Hasura Cloud and click the "New Project" link.
+Navigate to the [Projects](https://cloud.hasura.io/projects) page on Hasura Cloud and click the `New Project` link.
This opens a form on the right where you can create your new project.
Choose a pricing plan and select a region for your project.
diff --git a/docs/docs/hasura-cloud/projects/index.mdx b/docs/docs/hasura-cloud/projects/index.mdx
index 79b0c8f4637..bc6f2344485 100644
--- a/docs/docs/hasura-cloud/projects/index.mdx
+++ b/docs/docs/hasura-cloud/projects/index.mdx
@@ -24,16 +24,21 @@ The `Projects` page shows a list of your projects.
+## Basic project actions
+
For each project, you can do the one of the following actions:
-- Click `Launch Console` to open the Hasura Console in your browser. The `Monitoring` tab lets you use the Pro features
- that Hasura Cloud has set up for you.
+### Open project console
-
+Click `Launch Console` to open the project's Hasura Console in your browser.
-- Click the gear icon to manage your project
+
+
+### Manage project settings
+
+Click the gear icon to manage your project settings.
diff --git a/docs/static/img/cloud-dbs/hasura-console.png b/docs/static/img/cloud-dbs/hasura-console.png
index d471801f972..3ae1cb3887c 100644
Binary files a/docs/static/img/cloud-dbs/hasura-console.png and b/docs/static/img/cloud-dbs/hasura-console.png differ
diff --git a/docs/static/img/getting-started/cloud-initial-project-launch-console.png b/docs/static/img/getting-started/cloud-initial-project-launch-console.png
new file mode 100644
index 00000000000..73c8546a420
Binary files /dev/null and b/docs/static/img/getting-started/cloud-initial-project-launch-console.png differ
diff --git a/docs/static/img/projects/create-project.png b/docs/static/img/projects/create-project.png
new file mode 100644
index 00000000000..58c9a6a230e
Binary files /dev/null and b/docs/static/img/projects/create-project.png differ