+[Version control](/docs/collaborate/git/version-control-basics) — a system that allows you and your teammates to work safely and simultaneously on a single project — is an essential part of the dbt workflow. It enables teams to collaborate effectively and maintain a history of changes to their dbt projects.
+
+In dbt Cloud, you can configure Git integrations to manage your dbt project code with ease. dbt Cloud offers multiple ways to integrate with you Git provider, catering to diverse team needs and preferences.
+
+Whether you use a Git integration that natively connects with dbt Cloud or prefer to work with a managed or cloned repository, dbt Cloud supports flexible options to streamline your workflow.
+
+
+
+
-
-
-
-
\ No newline at end of file
+
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index 2b499b39cb7..804b1542e80 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -1,8 +1,6 @@
---
-title: "Import a project by git URL"
-id: "import-a-project-by-git-url"
-pagination_next: "docs/cloud/git/connect-github"
-pagination_prev: null
+title: "Connect with Git clone"
+description: "Learn how to connect to a git repository using a git URL."
---
In dbt Cloud, you can import a git repository from any valid git URL that points to a dbt project. There are some important considerations to keep in mind when doing this.
@@ -10,7 +8,7 @@ In dbt Cloud, you can import a git repository from any valid git URL that points
## Git protocols
You must use the `git@...` or `ssh:..`. version of your git URL, not the `https://...` version. dbt Cloud uses the SSH protocol to clone repositories, so dbt Cloud will be unable to clone repos supplied with the HTTP protocol.
-## Managing Deploy Keys
+## Managing deploy keys
After importing a project by Git URL, dbt Cloud will generate a Deploy Key for your repository. To find the deploy key in dbt Cloud:
diff --git a/website/docs/docs/cloud/git/managed-repository.md b/website/docs/docs/cloud/git/managed-repository.md
new file mode 100644
index 00000000000..64379611825
--- /dev/null
+++ b/website/docs/docs/cloud/git/managed-repository.md
@@ -0,0 +1,27 @@
+---
+title: "Connect with managed repository"
+id: "managed-repository"
+description: "Learn how to set up a project with a managed repository."
+pagination_next: "docs/cloud/git/import-a-project-by-git-url"
+pagination_prev: "docs/cloud/git/git-configuration-in-dbt-cloud"
+---
+
+Managed repositories are a great way to trial dbt without needing to create a new repository. If you don't already have a Git repository for your dbt project, you can let dbt Cloud host and manage a repository for you.
+
+If in the future you choose to host this repository elsewhere, you can export the information from dbt Cloud at any time. Refer to [Move from a managed repository to a self-hosted repository](/faqs/Git/managed-repo) for more information on how to do that.
+
+
+:::info
+dbt Labs recommends against using a managed repository in a production environment. You can't use Git features like pull requests, which are part of our recommended version control best practices.
+:::
+
+To set up a project with a managed repository:
+
+1. From your **Account settings** in dbt Cloud, select the project you want to set up with a managed repository. If the project already has a repository set up, you need to edit the repository settings and disconnect the existing repository.
+2. Click **Edit** for the project.
+3. Under Repository, click **Configure repository**.
+4. Select **Managed**.
+5. Enter a name for the repository. For example, "analytics" or "dbt-models."
+6. Click **Create**.
+