diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44da6ebce72e..d919c0b80799 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Docs changelog
+**17 September 2025**
+
+You can now publish your Spark app as "read-only."
+
+By default, data stored in Spark is shared across all users of the app. You can choose to publish your app as "read-only" if you want to showcase your app to others, but you don't want others to be able to edit or delete any stored data.
+
+We've updated the [Spark documentation](https://docs.github.com/en/copilot/tutorials/build-apps-with-spark) accordingly.
+
+
+
**15 September 2025**
We've updated the documentation for Copilot code review to clarify model usage for code review.
diff --git a/assets/images/help/enterprises/organizations-tab.png b/assets/images/help/enterprises/organizations-tab.png
new file mode 100644
index 000000000000..65ab80421bc0
Binary files /dev/null and b/assets/images/help/enterprises/organizations-tab.png differ
diff --git a/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
index 6c9160cd09d1..5521dc075a84 100644
--- a/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
@@ -81,9 +81,7 @@ Enterprise owners who create an organization owned by the enterprise account aut
During a trial of {% data variables.product.prodname_ghe_cloud %}, you can create up to three new organizations in your enterprise.
{% data reusables.enterprise-accounts.access-enterprise %}
-{%- ifversion enterprise-readme %}
-1. In the left sidebar, click **Organizations**.
-{%- endif %}
+{% data reusables.enterprise-accounts.click-organizations-tab %}
1. Above the list of organizations, click **New organization**.
1. Under "Organization name," type a name for your organization.
1. Click **Create organization**.
@@ -99,9 +97,7 @@ During a trial of {% data variables.product.prodname_ghe_cloud %}, you can invit
After you invite the organization, and before an owner approves the invitation, you can cancel or resend the invitation at any time.
{% data reusables.enterprise-accounts.access-enterprise %}
-{%- ifversion enterprise-readme %}
{% data reusables.enterprise-accounts.click-organizations-tab %}
-{%- endif %}
1. Above the list of organizations, click **Invite organization**.
1. Under "Organization name," start typing the name of the organization you want to invite and select it when it appears in the dropdown list.
1. Click **Invite organization**. The organization owners will receive an email inviting them to join the enterprise.
@@ -118,9 +114,7 @@ You cannot transfer an existing organization to or from an {% data variables.ent
If the existing organization uses billed apps, make sure to remove the billed apps before transferring. After the transfer is complete, re-add the apps.
{% data reusables.enterprise-accounts.access-enterprise %}
-{%- ifversion enterprise-readme %}
{% data reusables.enterprise-accounts.click-organizations-tab %}
-{%- endif %}
1. Next to the organization you want to transfer, select the {% octicon "kebab-horizontal" width="16" aria-label="Organization settings" %} dropdown menu, then click **Transfer organization**.

diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md
index 7d6efaaf6cc7..0df5a3e76e24 100644
--- a/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md
+++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md
@@ -26,9 +26,7 @@ Enterprise owners who create an organization owned by the enterprise account aut
During a trial of {% data variables.product.prodname_ghe_cloud %}, you can create up to three new organizations in your enterprise.
{% data reusables.enterprise-accounts.access-enterprise %}
-{%- ifversion enterprise-readme %}
-1. In the left sidebar, click **Organizations**.
-{%- endif %}
+{% data reusables.enterprise-accounts.click-organizations-tab %}
1. Above the list of organizations, click **New organization**.
1. Under "Organization name", type a name for your organization.
1. Click **Create organization**.
@@ -44,9 +42,7 @@ During a trial of {% data variables.product.prodname_ghe_cloud %}, you can invit
After you invite the organization, and before an owner approves the invitation, you can cancel or resend the invitation at any time.
{% data reusables.enterprise-accounts.access-enterprise %}
-{%- ifversion enterprise-readme %}
{% data reusables.enterprise-accounts.click-organizations-tab %}
-{%- endif %}
1. Above the list of organizations, click **Invite organization**.
1. Under "Organization name", start typing the name of the organization you want to invite and select it when it appears in the dropdown list.
1. Click **Invite organization**. The organization owners will receive an email inviting them to join the enterprise.
diff --git a/data/reusables/enterprise-accounts/click-organizations-tab.md b/data/reusables/enterprise-accounts/click-organizations-tab.md
index bd30bf1b228c..23facee94035 100644
--- a/data/reusables/enterprise-accounts/click-organizations-tab.md
+++ b/data/reusables/enterprise-accounts/click-organizations-tab.md
@@ -1 +1,3 @@
-1. In the left sidebar, click **Organizations**.
+1. Under the enterprise name, click the {% octicon "organization" aria-hidden="true" aria-label="organization" %} **Organizations** tab.
+
+ 