diff --git a/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md b/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
index 20f067d4070a..87332f83b0ee 100644
--- a/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
+++ b/content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
@@ -81,6 +81,7 @@ jobs:
> To reference these outputs, ensure the step has an explicit `id` defined (for example `id: setup-jfrog-cli`).
### Using OIDC Credentials in other steps
+
```yaml
- name: Sign in to Artifactory Docker registry
uses: docker/login-action@v3
@@ -92,7 +93,6 @@ jobs:
## Further reading
-- [OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) in the JFrog documentation
-- [Identity Mappings](https://jfrog.com/help/r/jfrog-platform-administration-documentation/identity-mappings) in the JFrog documentation
-- [AUTOTITLE](actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
-```
+* [OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) in the JFrog documentation
+* [Identity Mappings](https://jfrog.com/help/r/jfrog-platform-administration-documentation/identity-mappings) in the JFrog documentation
+* [AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
diff --git a/content/billing/managing-your-billing/using-budgets-control-spending.md b/content/billing/managing-your-billing/using-budgets-control-spending.md
index 12a288c363b7..3bb71e8d78aa 100644
--- a/content/billing/managing-your-billing/using-budgets-control-spending.md
+++ b/content/billing/managing-your-billing/using-budgets-control-spending.md
@@ -34,7 +34,11 @@ shortTitle: Use budgets to control spending
Budgets and alerts allow you to track spending on metered products for your accounts, organizations, cost centers (enterprise only), and repositories. By setting a monthly budget, you can monitor your spending and receive notifications by email when your spending exceeds certain preset percentages of your budget threshold. This can help you stay within your budget and avoid overspending.
-{% data reusables.billing.default-over-quota-behavior %}
+If your account does not have a valid payment method on file, usage is blocked once you use up your quota.
+
+By default, if you have a valid payment method on file, spending is limited to $0 USD until you set a budget. You can set and manage a budget to limit spending for a product or SKU.
+
+
## About budgets
diff --git a/content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber.md b/content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber.md
index 74662cac7e8d..1dce6f3675b6 100644
--- a/content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber.md
+++ b/content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber.md
@@ -30,7 +30,7 @@ If you choose to allow suggestions matching public code, when {% data variables.
{% data reusables.user-settings.copilot-settings %}
1. To the right of **Suggestions matching public code**, select the dropdown menu, then click **Allow** to allow suggestions matching public code, or **Block** to block suggestions matching public code.
-## Enabling or disabling {% data variables.copilot.copilot_coding_agent %}
+## Disabling or enabling {% data variables.copilot.copilot_coding_agent %} in your repositories
{% data variables.copilot.copilot_coding_agent %} allows you to assign {% data variables.product.prodname_copilot_short %} to {% data variables.product.github %} issues, or ask {% data variables.product.prodname_copilot_short %} to raise a pull request from a prompt in {% data variables.copilot.copilot_chat_short %}.
@@ -38,7 +38,7 @@ If you choose to allow suggestions matching public code, when {% data variables.
> * {% data reusables.gated-features.copilot-coding-agent %}
> * {% data reusables.copilot.coding-agent.preview-note-text %}
-To use {% data variables.copilot.copilot_coding_agent %} in repositories owned by your own personal account, you must enable it for those repositories in your account settings.
+{% data variables.copilot.copilot_coding_agent %} is enabled in all repositories by default, but you can block it from being used in repositories owned by your own personal account by changing your account settings.
{% data reusables.user-settings.copilot-settings %}
1. In the sidebar, under **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %}**, click **Coding agent**.
diff --git a/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/index.md b/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/index.md
index 2bf4b0865a63..f991e4248681 100644
--- a/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/index.md
+++ b/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/index.md
@@ -10,5 +10,5 @@ children:
- /managing-the-copilot-plan-for-your-enterprise
- /managing-access-to-copilot-in-your-enterprise
- /managing-policies-and-features-for-copilot-in-your-enterprise
- - /making-copilot-coding-agent-available-to-enterprise
+ - /managing-copilot-coding-agent-in-your-enterprise
---
diff --git a/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/making-copilot-coding-agent-available-to-enterprise.md b/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/making-copilot-coding-agent-available-to-enterprise.md
deleted file mode 100644
index eeedf82ef2ca..000000000000
--- a/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/making-copilot-coding-agent-available-to-enterprise.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: 'Making {% data variables.copilot.copilot_coding_agent %} available to enterprise members'
-intro: 'Enable members of your enterprise to use {% data variables.copilot.copilot_coding_agent %}.'
-allowTitleToDifferFromFilename: true
-permissions: Enterprise owners
-product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}'
-versions:
- feature: copilot-enterprise
-topics:
- - Copilot
-shortTitle: 'Add {% data variables.copilot.copilot_coding_agent %}'
-redirect_from:
- - /copilot/managing-copilot/managing-copilot-for-your-enterprise/adding-copilot-coding-agent-to-enterprise
----
-
-
-
-{% data reusables.copilot.coding-agent.preview-note %}
-
-## Prerequisites
-
-* For general information, see [AUTOTITLE](/copilot/rolling-out-github-copilot-at-scale/enabling-developers/using-copilot-coding-agent-in-org).
-* For information on premium requests and Actions minutes, see [Allowance usage for {% data variables.copilot.copilot_coding_agent %}](/billing/managing-billing-for-your-products/managing-billing-for-github-copilot/about-billing-for-github-copilot#allowance-usage-for-copilot-coding-agent).
-* For information on MCP servers, see [AUTOTITLE](/copilot/using-github-copilot/coding-agent/extending-copilot-coding-agent-with-mcp).
-
-## Enabling {% data variables.copilot.copilot_coding_agent %} for your members
-
-{% data variables.copilot.copilot_coding_agent %} and use of third-party MCP servers are disabled by default for users with a {% data variables.product.prodname_copilot_short %} license. You can enable these features for your members on the {% data variables.product.prodname_copilot_short %} policies page for your enterprise. See [Configuring policies for {% data variables.product.prodname_copilot %}](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise#configuring-policies-for-github-copilot).
-
-* For the "{% data variables.copilot.copilot_coding_agent %}" policy, select "Enabled" or "No policy".
-* For the "MCP servers on {% data variables.product.prodname_dotcom_the_website %}" policy, select "Enabled" or "No policy".
-
-Where:
-
-* "Enabled" means all users granted a {% data variables.product.prodname_copilot_short %} license by any of your organizations will be able to use the feature.
-* "Disabled" means no users granted a {% data variables.product.prodname_copilot_short %} license by your organizations will be able to use the feature.
-* "No policy" means organization owners in each of your organizations will be able to decide if their {% data variables.product.prodname_copilot_short %} licensees can use the feature.
-
-## Next steps
-
-* If you selected "Enabled", tell organization owners that {% data variables.copilot.copilot_coding_agent %} is enabled for all members. They should define which repositories are allowed to use {% data variables.copilot.copilot_coding_agent %}.
-* If you selected "No policy", discuss member enablement and {% data variables.copilot.copilot_coding_agent %} availability in repositories with organization owners.
-
-For more information, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization).
diff --git a/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-copilot-coding-agent-in-your-enterprise.md b/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-copilot-coding-agent-in-your-enterprise.md
new file mode 100644
index 000000000000..79abbd7dd9b4
--- /dev/null
+++ b/content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-copilot-coding-agent-in-your-enterprise.md
@@ -0,0 +1,59 @@
+---
+title: 'Managing {% data variables.copilot.copilot_coding_agent %} in your enterprise'
+intro: 'Enable members of your enterprise to use {% data variables.copilot.copilot_coding_agent %} and control the repositories where it is available.'
+allowTitleToDifferFromFilename: true
+permissions: Enterprise owners
+product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}'
+versions:
+ feature: copilot-enterprise
+topics:
+ - Copilot
+shortTitle: 'Manage {% data variables.copilot.copilot_coding_agent %}'
+redirect_from:
+ - /copilot/managing-copilot/managing-copilot-for-your-enterprise/adding-copilot-coding-agent-to-enterprise
+ - /copilot/managing-copilot/managing-copilot-for-your-enterprise/making-copilot-coding-agent-available-to-enterprise
+---
+
+{% data reusables.copilot.coding-agent.preview-note %}
+
+## Prerequisites
+
+* For general information, see [AUTOTITLE](/copilot/rolling-out-github-copilot-at-scale/enabling-developers/using-copilot-coding-agent-in-org).
+* For information on premium requests and Actions minutes, see [Allowance usage for {% data variables.copilot.copilot_coding_agent %}](/billing/managing-billing-for-your-products/managing-billing-for-github-copilot/about-billing-for-github-copilot#allowance-usage-for-copilot-coding-agent).
+* For information on MCP servers, see [AUTOTITLE](/copilot/using-github-copilot/coding-agent/extending-copilot-coding-agent-with-mcp).
+
+## Enabling {% data variables.copilot.copilot_coding_agent %} for your {% data variables.product.prodname_copilot_short %} subscribers
+
+{% data variables.copilot.copilot_coding_agent %} and use of third-party MCP servers are disabled by default for users to whom you have assigned a {% data variables.product.prodname_copilot_short %} license. You can enable these features for your members on the {% data variables.product.prodname_copilot_short %} policies page for your enterprise. See [Configuring policies for {% data variables.product.prodname_copilot %}](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise#configuring-policies-for-github-copilot).
+
+* For the "{% data variables.copilot.copilot_coding_agent %}" policy, select "Enabled" or "No policy".
+* For the "MCP servers on {% data variables.product.prodname_dotcom_the_website %}" policy, select "Enabled" or "No policy".
+
+Where:
+
+* "Enabled" means all users granted a {% data variables.product.prodname_copilot_short %} license by any of your organizations will be able to use the feature.
+* "Disabled" means no users granted a {% data variables.product.prodname_copilot_short %} license by your organizations will be able to use the feature.
+* "No policy" means organization owners in each of your organizations will be able to decide if their {% data variables.product.prodname_copilot_short %} licensees can use the feature.
+
+### Next steps
+
+* If you selected **Enabled**, tell organization owners that {% data variables.copilot.copilot_coding_agent %} is enabled for all members. By default, the agent will be available in all repositories, but it is possible to opt out some or all repositories.
+* If you selected **No policy**, discuss member enablement with organization owners.
+
+For more information, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization).
+
+## Disabling {% data variables.copilot.copilot_coding_agent %} in your repositories
+
+{% data variables.product.prodname_copilot_short %} policies, like the "{% data variables.copilot.copilot_coding_agent %}" and "MCP servers on {% data variables.product.prodname_dotcom_the_website %}" policies described above, affect only the users you assign a {% data variables.product.prodname_copilot_short %} license to.
+
+If there are {% data variables.copilot.copilot_pro_plus %} users with access to your enterprise's repositories, they will be able to use {% data variables.copilot.copilot_coding_agent %} and will not be restricted by your policies.
+
+You can choose to stop anyone using the agent in some or all of your repositories using organization-level settings. For more information, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization).
+
+Alternatively, you can disable the agent for all repositories owned by your enterprise.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.copilot-tab %}
+{% data reusables.enterprise-accounts.copilot-policies-tab %}
+1. Select **Block {% data variables.copilot.copilot_coding_agent %} in all enterprise repositories**.
diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization.md
index ec25ec45222b..92f1721d9314 100644
--- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization.md
+++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization.md
@@ -1,6 +1,6 @@
---
title: 'Adding {% data variables.copilot.copilot_coding_agent %} to your organization'
-intro: 'Enable {% data variables.copilot.copilot_coding_agent %} for your members and define repositories where it is available.'
+intro: 'Enable {% data variables.copilot.copilot_coding_agent %} for your members and control the repositories where it is available.'
allowTitleToDifferFromFilename: true
permissions: Organization owners
product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}'
@@ -23,14 +23,17 @@ shortTitle: 'Add {% data variables.copilot.copilot_coding_agent %}'
{% data reusables.organizations.copilot-policy-ent-overrides-org %}
-{% data variables.copilot.copilot_coding_agent %} and use of third-party MCP servers are disabled by default for organization members. Organization owners with {% data variables.copilot.copilot_enterprise %} can enable these features for members on the {% data variables.product.prodname_copilot_short %} policies page for their organization. See [Enabling {% data variables.product.prodname_copilot_short %} features in your organization](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
+{% data variables.copilot.copilot_coding_agent %} and use of third-party MCP servers are disabled by default for organization members.
+
+Organizations with {% data variables.copilot.copilot_enterprise %} can enable these features for members on the {% data variables.product.prodname_copilot_short %} policies page for their organization. See [Enabling {% data variables.product.prodname_copilot_short %} features in your organization](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
* For the "{% data variables.copilot.copilot_coding_agent %}" policy, select "Enabled".
* For the "MCP servers on {% data variables.product.prodname_dotcom_the_website %}" policy, select "Enabled".
-## Defining which repositories {% data variables.copilot.copilot_coding_agent %} can operate in
+## Disabling or enabling {% data variables.copilot.copilot_coding_agent %} in your repositories
+
+By default, {% data variables.copilot.copilot_coding_agent %} is available in all repositories for users who have access to the agent, but you can block it from being used in some or all repositories owned by your organization.
-Owners of any organization—even organizations without a {% data variables.product.prodname_copilot_short %} plan—can define which repositories {% data variables.copilot.copilot_coding_agent %} can work in.
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
{% data reusables.copilot.coding-agent-settings %}
diff --git a/content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-copilot-coding-agent-on-githubcom.md b/content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-copilot-coding-agent-on-githubcom.md
index ffe94b36989d..9a4e6167467a 100644
--- a/content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-copilot-coding-agent-on-githubcom.md
+++ b/content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-copilot-coding-agent-on-githubcom.md
@@ -141,13 +141,12 @@ The language model used by {% data variables.copilot.copilot_coding_agent %}’s
### Inaccurate code
-> [!Note]
-> Allowing {% data variables.product.prodname_copilot %} to make suggestions that match publicly available code is not supported for {% data variables.copilot.copilot_coding_agent %} at this time. For more information, see [AUTOTITLE](/copilot/using-github-copilot/finding-public-code-that-matches-github-copilot-suggestions).
-
{% data variables.copilot.copilot_coding_agent %} may generate code that appears to be valid but may not actually be semantically or syntactically correct or may not accurately reflect the intent of the developer.
To mitigate the risk of inaccurate code, you should carefully review and test the generated code, particularly when dealing with critical or sensitive applications. You should also ensure that the generated code adheres to best practices and design patterns and fits within the overall architecture and style of the codebase.
+> [!NOTE] The setting that blocks suggestions matching public code may not work as intended when using {% data variables.copilot.copilot_coding_agent %}. See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-suggestions-matching-public-code).
+
### Legal and regulatory considerations
Users need to evaluate potential specific legal and regulatory obligations when using any AI services and solutions, which may not be appropriate for use in every industry or scenario. Additionally, AI services or solutions are not designed for and may not be used in ways prohibited in applicable terms of service and relevant codes of conduct.
diff --git a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
index 4a5bb20d598c..67bd1db3dd57 100644
--- a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
+++ b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
@@ -47,7 +47,7 @@ For more information about these models, see [AUTOTITLE](/copilot/using-github-c
### Limitations of AI models for {% data variables.copilot.copilot_chat_short %}
-Experimental pre-release versions of the models may not interact with all filters correctly, including the duplication detection filter.
+Experimental pre-release versions of the models may not interact with all filters correctly, including the setting to block suggestions matching public code (see [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-suggestions-matching-public-code)).
## Changing the AI model
diff --git a/content/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot.md b/content/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot.md
index a4ea8531500e..88237e1813a1 100644
--- a/content/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot.md
+++ b/content/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot.md
@@ -13,7 +13,9 @@ redirect_from:
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-tasks-to-copilot
---
-{% data reusables.copilot.coding-agent.preview-note %}
+> [!NOTE]
+> * {% data reusables.copilot.coding-agent.preview-note-text %}
+> * The setting that blocks suggestions matching public code may not work as intended when using {% data variables.copilot.copilot_coding_agent %}. See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-suggestions-matching-public-code).
## Overview of {% data variables.copilot.copilot_coding_agent %}
diff --git a/content/copilot/using-github-copilot/coding-agent/enabling-copilot-coding-agent.md b/content/copilot/using-github-copilot/coding-agent/enabling-copilot-coding-agent.md
index 97a754f90c1a..3744a53fb704 100644
--- a/content/copilot/using-github-copilot/coding-agent/enabling-copilot-coding-agent.md
+++ b/content/copilot/using-github-copilot/coding-agent/enabling-copilot-coding-agent.md
@@ -19,15 +19,27 @@ redirect_from:
{% data reusables.copilot.coding-agent.what-is %}
-{% data variables.copilot.copilot_coding_agent %} is off by default and must be enabled before it is available for use.
+If you are a {% data variables.copilot.copilot_enterprise %} subscriber, {% data variables.copilot.copilot_coding_agent %} is disabled by default and must be enabled by an administrator before it is available for use.
-## Enabling {% data variables.copilot.copilot_coding_agent %} for organizations
+If you are a {% data variables.copilot.copilot_pro_plus %} subscriber, {% data variables.copilot.copilot_coding_agent %} is enabled by default.
+
+Once enabled, you can use {% data variables.copilot.copilot_coding_agent %} in any repository, provided that an administrator hasn't opted the repository out.
+
+## Enabling {% data variables.copilot.copilot_coding_agent %} for {% data variables.copilot.copilot_enterprise %} subscribers
{% data reusables.copilot.coding-agent.enabling-for-orgs-and-enterprises %}
-## Enabling {% data variables.copilot.copilot_coding_agent %} for your personal repositories
+## Opting repositories out of {% data variables.copilot.copilot_coding_agent %}
+
+By default, users with {% data variables.copilot.copilot_coding_agent %} enabled can use it in all repositories.
+
+Enterprise administrators and organization owners (for organization-owned repositories) and users (for user-owned repositories) can opt out repositories and prevent {% data variables.copilot.copilot_coding_agent %} from being used in those repositories.
+
+For information on disabling {% data variables.copilot.copilot_coding_agent %} in repositories owned by your personal user account, see [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-copilot-coding-agent).
+
+For information on disabling {% data variables.copilot.copilot_coding_agent %} in all repositories owned by an enterprise, see [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-copilot-coding-agent-in-your-enterprise).
-If you want {% data variables.copilot.copilot_coding_agent %} to be available in repositories owned by your own personal account, you must enable it in your account settings. See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-copilot-coding-agent).
+For information on disabling {% data variables.copilot.copilot_coding_agent %} in some or all repositories owned by an organization, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization).
## Further reading
diff --git a/content/copilot/using-github-copilot/coding-agent/troubleshooting-copilot-coding-agent.md b/content/copilot/using-github-copilot/coding-agent/troubleshooting-copilot-coding-agent.md
index bafab6ae1583..b7291f4a9bfb 100644
--- a/content/copilot/using-github-copilot/coding-agent/troubleshooting-copilot-coding-agent.md
+++ b/content/copilot/using-github-copilot/coding-agent/troubleshooting-copilot-coding-agent.md
@@ -23,7 +23,7 @@ You can only assign issues to {% data variables.product.prodname_copilot_short %
If you do not already have a subscription for one of these plans, click this button for more information:
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 aria-label="link-external" %}
-If you _do_ have either {% data variables.copilot.copilot_pro_plus %} or {% data variables.copilot.copilot_enterprise %}, check that {% data variables.copilot.copilot_coding_agent %} {% ifversion ghec %}is enabled and{% endif %} has been made available for the repository:
+If you _do_ have {% data variables.copilot.copilot_pro_plus %} or {% data variables.copilot.copilot_enterprise %}, check that {% data variables.copilot.copilot_coding_agent %} {% ifversion ghec %}is enabled and{% endif %} has not been manually disabled for the repository:
{% ifversion ghec %}
diff --git a/content/copilot/using-github-copilot/copilot-spaces/creating-and-using-copilot-spaces.md b/content/copilot/using-github-copilot/copilot-spaces/creating-and-using-copilot-spaces.md
index 8f58661dfd38..38025c6b70a8 100644
--- a/content/copilot/using-github-copilot/copilot-spaces/creating-and-using-copilot-spaces.md
+++ b/content/copilot/using-github-copilot/copilot-spaces/creating-and-using-copilot-spaces.md
@@ -15,8 +15,11 @@ topics:
1. To create a space, go to [https://github.com/copilot/spaces](https://github.com/copilot/spaces), and click **Create space**.
1. Give your space a name.
1. Choose whether the space is owned by you or by an organization you belong to. Organization-owned {% data variables.copilot.copilot_spaces_short %} can be shared using {% data variables.product.github %}’s built-in permission model.
-1. Optionally, add a description to help others understand the purpose of the space.
-1. Click **Create**.
+1. Optionally, add a description. This does not affect the responses {% data variables.product.prodname_copilot_short %} gives in the space, but it can help others understand the context of the space.
+
+ >[!NOTE] You can change the name and description of your space at any time by clicking **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit** in the top right corner of the space.
+
+1. Click **Save** in the top right corner of the page.
## Adding context to {% data variables.copilot.copilot_spaces_short %}
@@ -28,11 +31,13 @@ You can add two types of context to your space:
> You are a SQL generator. Your job is to take the sample queries and data schemas defined in the attached files and and generate SQL queries based on the user's goals.
-* **References**: You can add any code hosted in {% data variables.product.github %} repositories, including public and private repositories. You can also add free-text content, such as transcripts or notes.
+* **Attachments**: This context will be used to provide more relevant answers to your questions. Additionally, {% data variables.copilot.copilot_spaces_short %} will always refer to the latest version of the code on the `main` branch of the repository.
- >[!TIP] You don’t need formal docs to get value from {% data variables.copilot.copilot_spaces_short %}. Try pasting in a Slack thread, a video call summary, or even bullet-point notes.
+ To add attachments, click **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add** to the right of "Attachments", then choose one of the following options:
-This context will be used to provide more relevant answers to your questions. Additionally, {% data variables.copilot.copilot_spaces_short %} will always refer to the latest version of the code on the `main` branch of the repository.
+ * **{% octicon "file-code" aria-hidden="true" aria-label="file-code" %} Add files, folders...**: You can add files and folders from your {% data variables.product.github %} repositories. This includes code files, documentation, and other relevant content that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
+ * **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add a text file...**: You can add free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
+ * **{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add via {% data variables.product.github %} URL...**: You can paste the URLs of the {% data variables.product.github %} content you want to add. This can include issues and pull requests.
## Using {% data variables.copilot.copilot_spaces_short %}
diff --git a/data/reusables/copilot/chat-model-limitations-ide.md b/data/reusables/copilot/chat-model-limitations-ide.md
index e4a8889bafae..3564a872e167 100644
--- a/data/reusables/copilot/chat-model-limitations-ide.md
+++ b/data/reusables/copilot/chat-model-limitations-ide.md
@@ -1,4 +1,4 @@
> [!NOTE]
>
> * If you use {% data variables.copilot.copilot_extensions_short %}, they may override the model you select.
-> * Experimental pre-release versions of the models may not interact with all filters correctly, including the duplication detection filter.
+> * Experimental pre-release versions of the models may not interact with all filters correctly, including the setting to block suggestions matching public code (see [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-suggestions-matching-public-code)).
diff --git a/data/reusables/copilot/coding-agent/enabling-for-orgs-and-enterprises.md b/data/reusables/copilot/coding-agent/enabling-for-orgs-and-enterprises.md
index ca7d769d39b6..4fe9696d4832 100644
--- a/data/reusables/copilot/coding-agent/enabling-for-orgs-and-enterprises.md
+++ b/data/reusables/copilot/coding-agent/enabling-for-orgs-and-enterprises.md
@@ -1,3 +1,3 @@
-For organizations, the ability to use {% data variables.copilot.copilot_coding_agent %} is controlled by policy settings for the organization. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization).
+For {% data variables.copilot.copilot_enterprise %} subscribers, the ability to use {% data variables.copilot.copilot_coding_agent %} is controlled by policy settings defined at the organization level. See [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/adding-copilot-coding-agent-to-organization).
-If the organization is owned by an enterprise, enablement may be controlled at the enterprise level. See [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/adding-copilot-coding-agent-to-enterprise).
+If the organization is owned by an enterprise, enablement may be controlled at the enterprise level. See [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-copilot-coding-agent-in-your-enterprise).
diff --git a/data/reusables/copilot/coding-agent/preview-note-text.md b/data/reusables/copilot/coding-agent/preview-note-text.md
index f5c817918426..ecae0fc2e7c7 100644
--- a/data/reusables/copilot/coding-agent/preview-note-text.md
+++ b/data/reusables/copilot/coding-agent/preview-note-text.md
@@ -1 +1 @@
-{% data variables.copilot.copilot_coding_agent %} is in {% data variables.release-phases.public_preview %} and subject to change.
+{% data variables.copilot.copilot_coding_agent %} is in {% data variables.release-phases.public_preview %} and subject to change. During the preview, use of the feature is subject to [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-pre-release-license-terms).
diff --git a/data/reusables/gated-features/copilot-coding-agent.md b/data/reusables/gated-features/copilot-coding-agent.md
index f80a7372696a..1ead032624d9 100644
--- a/data/reusables/gated-features/copilot-coding-agent.md
+++ b/data/reusables/gated-features/copilot-coding-agent.md
@@ -1 +1 @@
-{% data variables.copilot.copilot_coding_agent %} is available with the {% data variables.copilot.copilot_pro_plus %} and {% data variables.copilot.copilot_enterprise %} plans in repositories where it is enabled. {% data variables.copilot.copilot_coding_agent %} is not available in repositories owned by {% data variables.enterprise.prodname_managed_users %}.
+{% data variables.copilot.copilot_coding_agent %} is available with the {% data variables.copilot.copilot_pro_plus %} and {% data variables.copilot.copilot_enterprise %} plans in repositories where it has not been disabled. {% data variables.copilot.copilot_coding_agent %} is not available in repositories owned by {% data variables.enterprise.prodname_managed_users %}.
diff --git a/src/frame/components/ui/MarkdownContent/UnrenderedMarkdownContent.tsx b/src/frame/components/ui/MarkdownContent/UnrenderedMarkdownContent.tsx
index 78c8edf8142f..2e22e68b9d92 100644
--- a/src/frame/components/ui/MarkdownContent/UnrenderedMarkdownContent.tsx
+++ b/src/frame/components/ui/MarkdownContent/UnrenderedMarkdownContent.tsx
@@ -55,12 +55,14 @@ export const UnrenderedMarkdownContent = ({
})
return (
-