diff --git a/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc b/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc index dd373daf10..8ec8ed1f21 100644 --- a/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc +++ b/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc @@ -49,9 +49,9 @@ You can set up deploy markers for a single project or for multiple projects at o * Your code must be stored in a *GitHub* repository. * A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free]. * A CircleCI project with a workflow configured to deploy your code. -* Organization admin permissions in CircleCI (required for multi-project setup). * The GitHub App installed in your organization. If not installed, the setup process prompts you to install it. * AI features enabled for your organization (required for AI-based generation). See the xref:toolkit:enable-ai-powered-features.adoc[Enable AI-Powered Features] page for steps. If AI features are not enabled, you are presented with a configuration template instead of AI-generated configuration. You can copy the template and use it to update your configuration files manually. +include::ROOT:partial$prerequisites/organization-admin.adoc[] === 1. Start the setup diff --git a/docs/guides/modules/getting-started/pages/invite-your-team.adoc b/docs/guides/modules/getting-started/pages/invite-your-team.adoc index fe14a7c738..7fa35c0af7 100644 --- a/docs/guides/modules/getting-started/pages/invite-your-team.adoc +++ b/docs/guides/modules/getting-started/pages/invite-your-team.adoc @@ -52,7 +52,7 @@ NOTE: If you do not see the organization you would like to join listed, you will [#invite-teammates] == Invite teammates to join your organization -The steps in this section show how an org admin can invite teammates to join their organization. +The steps in this section show how an organization admin can invite teammates to join their organization. The steps are different depending on your organization type. diff --git a/docs/guides/modules/plans-pricing/pages/prevent-unregistered-users-from-spending-credits.adoc b/docs/guides/modules/plans-pricing/pages/prevent-unregistered-users-from-spending-credits.adoc index 68d08543e2..d45e33c260 100644 --- a/docs/guides/modules/plans-pricing/pages/prevent-unregistered-users-from-spending-credits.adoc +++ b/docs/guides/modules/plans-pricing/pages/prevent-unregistered-users-from-spending-credits.adoc @@ -16,7 +16,7 @@ For detailed information about user types, how to register, and why registration * A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free]. * You must be on the link:https://circleci.com/pricing/[Performance or Scale Plan]. -* You must be an org admin. +include::ROOT:partial$prerequisites/organization-admin.adoc[] [#steps] == Steps @@ -25,7 +25,7 @@ Follow these steps to prevent unregistered users from triggering work that consu . In the link:https://app.circleci.com/[CircleCI web app], select *Plan* in the sidebar. . Select the **Usage Controls** tab. If you do not see this option, you might be on the Free Plan, or you may not be an org admin, in which case this guide does not apply to you. -. Click on the **Prevent unregistered user spend** toggle to switch it "On". +. Select on the **Prevent unregistered user spend** toggle to switch it "On". To disable this feature you can toggle this switch "Off" at any time. diff --git a/docs/guides/modules/security/pages/delete-organizations-and-projects.adoc b/docs/guides/modules/security/pages/delete-organizations-and-projects.adoc index 3ba6c9c2f6..6923e1eded 100644 --- a/docs/guides/modules/security/pages/delete-organizations-and-projects.adoc +++ b/docs/guides/modules/security/pages/delete-organizations-and-projects.adoc @@ -41,17 +41,14 @@ If you only want to stop builds for a project and keep the complete build histor |=== -- - [#delete-an-organization] == Delete an organization -[NOTE] -==== You can only delete an organization when both the below conditions are met: - The organization is on a Free Plan. - The user performing the action has an admin role in the organization. -==== + You can delete your organization from the CircleCI web app or via the CircleCI API: CAUTION: This action will permanently delete the organization for you and all organization members. diff --git a/docs/guides/modules/toolkit/pages/enable-ai-powered-features.adoc b/docs/guides/modules/toolkit/pages/enable-ai-powered-features.adoc index 272e276237..d5d3de00b7 100644 --- a/docs/guides/modules/toolkit/pages/enable-ai-powered-features.adoc +++ b/docs/guides/modules/toolkit/pages/enable-ai-powered-features.adoc @@ -8,7 +8,7 @@ Enable AI-powered convenience features in your CircleCI organization to access t == Prerequisites -You must have organization administrator permissions to enable AI-powered features. +include::ROOT:partial$prerequisites/organization-admin.adoc[] == Enable AI-powered features