diff --git a/website/docs/docs/build/about-metricflow.md b/website/docs/docs/build/about-metricflow.md
index d76715c46a1..ea2efcabf06 100644
--- a/website/docs/docs/build/about-metricflow.md
+++ b/website/docs/docs/build/about-metricflow.md
@@ -82,7 +82,7 @@ The following example data is based on the Jaffle Shop repo. You can view the co
To make this more concrete, consider the metric `order_total`, which is defined using the SQL expression:
`select sum(order_total) as order_total from orders`
-This expression calculates the revenue from each order by summing the order_total column in the orders table. In a business setting, the metric order_total is often calculated according to different categories, such as"
+This expression calculates the total revenue for all orders by summing the order_total column in the orders table. In a business setting, the metric order_total is often calculated according to different categories, such as"
- Time, for example `date_trunc(ordered_at, 'day')`
- Order Type, using `is_food_order` dimension from the `orders` table.
diff --git a/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md b/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md
index 24c64a5abed..63786f40bd8 100644
--- a/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md
+++ b/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md
@@ -43,7 +43,7 @@ If you're on an Enterprise plan and have the correct [permissions](/docs/cloud/m
- To remove a user, go to **Account Settings**, select **Users** under **Teams**. Select the user you want to remove, click **Edit**, and then **Delete**. This action cannot be undone. However, you can re-invite the user with the same info if you deleted the user in error.
-- To add a user, go to **Account Settings**, select **Users** under **Teams**. Select **Invite Users**. For fine-grained permission configuration, refer to [Role based access control](/docs/cloud/manage-access/enterprise-permissions).
+- To add a user, go to **Account Settings**, select **Users** under **Teams**. Select [**Invite Users**](docs/cloud/manage-access/invite-users). For fine-grained permission configuration, refer to [Role based access control](/docs/cloud/manage-access/enterprise-permissions).
@@ -76,14 +76,7 @@ To add a user in dbt Cloud, you must be an account owner or have admin privilege
-Now that you've updated your billing, you can now invite users to join your dbt Cloud account:
-
-4. In **Account Settings**, select **Users** under **Teams**.
-5. Select the user you want to add by clicking **Invite Users**.
-6. In the **Invite Users** side panel, add the invited user's email(s), assign their license, and Groups.
-7. Click **Send Invitations** at the bottom of the page.
-
-
+Now that you've updated your billing, you can now [invite users](/docs/cloud/manage-access/invite-users) to join your dbt Cloud account:
Great work! After completing those these steps, your dbt Cloud user count and billing count should now be the same.
diff --git a/website/docs/docs/cloud/manage-access/invite-users.md b/website/docs/docs/cloud/manage-access/invite-users.md
new file mode 100644
index 00000000000..21be7010a30
--- /dev/null
+++ b/website/docs/docs/cloud/manage-access/invite-users.md
@@ -0,0 +1,76 @@
+---
+title: "Invite users to dbt Cloud"
+description: "Learn how to manually invite users to dbt Cloud"
+id: "invite-users"
+sidebar: "Invite users"
+---
+
+dbt Cloud makes it easy to invite new users to your environment out of the box. This feature is available to all dbt Cloud customers on Teams or Enteprise plans (Developer plans are limited to a single user).
+
+## Prerequisites
+
+You must have proper permissions to invite new users:
+
+- [**Teams accounts**](/docs/cloud/manage-access/self-service-permissions) — must have `member` or `owner` permissions.
+- [**Enterprise accounts**](/docs/cloud/manage-access/enterprise-permissions) — must have `admin`, `account admin`, `project creator`, or `security admin` permissions.
+- The admin inviting the users must have a `developer` or `IT` license.
+
+## Invite new users
+
+1. In your dbt Cloud account, select the gear menu in the upper right corner and then select **Account Settings**.
+2. From the left sidebar, select **Users**.
+
+
+
+3. Click on **Invite Users**.
+
+
+
+4. In the **Email Addresses** field, enter the email addresses of the users you would like to invite separated by comma, semicolon, or a new line.
+5. Select the license type for the batch of users from the **License** dropdown.
+6. Select the group(s) you would like the invitees to belong to.
+7. Click **Send Invitations**.
+ - If the list of invitees exceeds the number of licenses your account has available, you will receive a warning when you click **Send Invitations** and the invitations will not be sent.
+
+
+## User experience
+
+dbt Cloud generates and sends emails from `support@getdbt.com` to the specified addresses. Make sure traffic from the `support@getdbt.com` email is allowed in your settings to avoid emails from going to spam or being blocked. This is the originating email address for all [instances worldwide](/docs/cloud/about-cloud/regions-ip-addresses).
+
+
+The email contains a link to create an account. When the user clicks on this they will be brought to one of two screens depending on whether SSO is configured or not.
+
+
+
+
+
+
+
+The default settings send the email, the user clicks the link, and is prompted to create their account:
+
+
+
+
+
+
+
+If SSO is configured for the environment, the user clicks the link, is brought to a confirmation screen, and presented with a link to authenticate against the company's identity provider:
+
+
+
+
+
+
+
+
+Once the user completes this process, their email and user information will populate in the **Users** screen in dbt Cloud.
+
+## FAQ
+
+* Is there a limit to the number of users I can invite? _Your ability to invite users is limited to the number of licenses you have available._
+* Why are users are clicking the invitation link and getting an `Invalid Invitation Code` error? _We have seen scenarios where embedded secure link technology (such as enterprise Outlooks [Safe Link](https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/safe-links-about?view=o365-worldwide) feature) can result in errors when clicking on the email link. Be sure to include the `getdbt.com` URL in the allowlists for these services._
+* Can I have a mixure of users with SSO and username/password authentication? _Once SSO is enabled, you will no longer be able to add local users. If you have contractors or similar contingent workers, we recommend you add them to your SSO service._
+* What happens if I need to resend the invitation? _From the Users page, click on the invite record, and you will be presented with the option to resend the invitation._
+* What can I do if I entered an email address incorrectly? _From the Users page, click on the invite record, and you will be presented with the option to revoke it. Once revoked, generate a new invitation to the correct email address._
+
+
\ No newline at end of file
diff --git a/website/docs/docs/core/connect-data-platform/doris-setup.md b/website/docs/docs/core/connect-data-platform/doris-setup.md
index 882e6c3ba25..a3e5364d907 100644
--- a/website/docs/docs/core/connect-data-platform/doris-setup.md
+++ b/website/docs/docs/core/connect-data-platform/doris-setup.md
@@ -4,8 +4,8 @@ description: "Read this guide to learn about the Doris warehouse setup in dbt."
id: "doris-setup"
meta:
maintained_by: SelectDB
- authors: long2ice,catpineapple
- github_repo: 'selectdb/dbt-selectdb'
+ authors: catpineapple,JNSimba
+ github_repo: 'selectdb/dbt-doris'
pypi_package: 'dbt-doris'
min_core_version: 'v1.3.0'
cloud_support: Not Supported
diff --git a/website/sidebars.js b/website/sidebars.js
index 66ba731fb1b..720b752ed41 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -68,6 +68,7 @@ const sidebarSettings = {
link: { type: "doc", id: "docs/cloud/manage-access/about-user-access" },
items: [
"docs/cloud/manage-access/about-user-access",
+ "docs/cloud/manage-access/invite-users",
{
type: "category",
label: "User permissions and licenses",
diff --git a/website/static/img/docs/dbt-cloud/access-control/default-user-invite.png b/website/static/img/docs/dbt-cloud/access-control/default-user-invite.png
new file mode 100644
index 00000000000..89e93dbe05f
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/access-control/default-user-invite.png differ
diff --git a/website/static/img/docs/dbt-cloud/access-control/email-invite.png b/website/static/img/docs/dbt-cloud/access-control/email-invite.png
new file mode 100644
index 00000000000..3be26ff9bdb
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/access-control/email-invite.png differ
diff --git a/website/static/img/docs/dbt-cloud/access-control/invite-users.png b/website/static/img/docs/dbt-cloud/access-control/invite-users.png
new file mode 100644
index 00000000000..9c8cedecc29
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/access-control/invite-users.png differ
diff --git a/website/static/img/docs/dbt-cloud/access-control/resend-invite.png b/website/static/img/docs/dbt-cloud/access-control/resend-invite.png
new file mode 100644
index 00000000000..190a8250288
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/access-control/resend-invite.png differ
diff --git a/website/static/img/docs/dbt-cloud/access-control/sso-user-invite.png b/website/static/img/docs/dbt-cloud/access-control/sso-user-invite.png
new file mode 100644
index 00000000000..f13cbd66392
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/access-control/sso-user-invite.png differ
diff --git a/website/static/img/docs/dbt-cloud/access-control/users-screen.png b/website/static/img/docs/dbt-cloud/access-control/users-screen.png
new file mode 100644
index 00000000000..c127e56b9e6
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/access-control/users-screen.png differ