diff --git a/build/home-page.mdx b/build/home-page.mdx
new file mode 100644
index 00000000..b14a44c8
--- /dev/null
+++ b/build/home-page.mdx
@@ -0,0 +1,57 @@
+---
+title: 'Builder home page'
+sidebarTitle: 'Home page'
+description: 'An at-a-glance health overview of your agents and workforces on the builder home page.'
+---
+
+The builder home page includes a **Status** section that shows the recent health of your most important agents and workforces. The Status section is visible to project admins and editors.
+
+## What the Status section shows
+
+The section displays up to five agents or workforces. Each row contains three elements:
+
+| Element | Description |
+|---------|-------------|
+| **Name** | The agent or workforce name |
+| **30-day health strip** | Color-coded daily bars showing task health over the past 30 days |
+| **Performance score chart** | A compact chart of the agent's or workforce's recent performance score |
+
+## Clicking through to details
+
+Each row has three clickable areas that take you directly to the relevant page:
+
+
+
+ Clicking the agent or workforce name opens it in the builder.
+
+
+ Clicking a health bar opens Task Operations filtered to that agent or workforce.
+
+
+ Clicking the performance chart opens the Analytics performance dashboard.
+
+
+
+
+The Analytics dashboard is an Enterprise feature. The performance chart links to it, but access depends on your plan. See [Analytics](/enterprise/analytics) for details.
+
+
+## Configuring the Status section
+
+By default, the Status section auto-selects agents and workforces ranked by most recent task activity. To control which items appear:
+
+
+
+ Click **Configure** in the top-right corner of the Status section.
+
+
+ Choose the agents and workforces you want to track. You can select up to five items and drag them to set the display order.
+
+
+ Click **Save**. Your selection is saved per region and project.
+
+
+
+
+The Status section shows a maximum of five items. If you have not configured anything, the section falls back to the five agents or workforces with the most recent task activity.
+
diff --git a/docs.json b/docs.json
index ddf85285..e82e37e0 100644
--- a/docs.json
+++ b/docs.json
@@ -101,7 +101,8 @@
{
"group": "Overview",
"pages": [
- "build/introduction"
+ "build/introduction",
+ "build/home-page"
]
},
{