diff --git a/agent/index.mdx b/agent/index.mdx
index 85913306c..675dbe969 100644
--- a/agent/index.mdx
+++ b/agent/index.mdx
@@ -48,6 +48,9 @@ Add the agent to your Slack workspace.
Add the agent to your Linear workspace.
+
+Connect your Notion workspace as context for the agent.
+
Configure the agent with an `AGENTS.md` file.
diff --git a/agent/notion.mdx b/agent/notion.mdx
new file mode 100644
index 000000000..2db835d32
--- /dev/null
+++ b/agent/notion.mdx
@@ -0,0 +1,22 @@
+---
+title: "Connect the agent to Notion"
+description: "Give the agent access to your Notion workspace to read and write pages as context for documentation updates."
+keywords: ["Notion integration", "Notion workspace", "agent integration", "knowledge base"]
+---
+
+Connect your Notion workspace to the agent so it can read and write Notion pages. When the agent has access to Notion, it can pull context from your team's knowledge base and reference internal documents when creating documentation updates.
+
+## Connect your Notion workspace
+
+1. Go to the [Agent](https://dashboard.mintlify.com/products/agent) page in your dashboard.
+2. In the "Agent settings" section, click **Install Notion app**.
+3. Follow the Notion prompts to authorize the Mintlify app and select which pages or databases to share.
+
+Once connected, the agent settings show Notion as connected.
+
+## Disconnect Notion
+
+To disconnect your Notion workspace:
+
+1. Go to the [Agent](https://dashboard.mintlify.com/products/agent) page in your dashboard.
+2. In the "Agent settings" section, click **Disconnect** next to the Notion integration.
diff --git a/docs.json b/docs.json
index 53867420a..07533c096 100644
--- a/docs.json
+++ b/docs.json
@@ -95,6 +95,7 @@
"pages": [
"agent/slack",
"agent/linear",
+ "agent/notion",
"agent/workflows",
"agent/customize",
"agent/effective-prompts",
diff --git a/editor/publish.mdx b/editor/publish.mdx
index 6a997f271..0e9fd4a83 100644
--- a/editor/publish.mdx
+++ b/editor/publish.mdx
@@ -55,6 +55,12 @@ Click **Publish** in the toolbar. Depending on your workflow, your changes deplo
If there are no pending changes or a pull request for the current branch is already open, the **Publish** button is unclickable.
+### AI-generated PR details
+
+When your publishing workflow creates a pull request, the editor automatically generates a title and description based on your changes. The generated details appear in the publish dialog while you review the file changes.
+
+You can edit the generated title and description before publishing. If you modify a field and the editor regenerates the details (for example, after additional file changes), your edits are preserved and the generated content is appended.
+
Your live documentation site updates after Mintlify builds and deploys your published changes. This typically takes 30 seconds to a few minutes. Check the deployment status of your changes on your [dashboard](https://dashboard.mintlify.com).
diff --git a/optimize/feedback.mdx b/optimize/feedback.mdx
index 3f4d573d0..2748d2587 100644
--- a/optimize/feedback.mdx
+++ b/optimize/feedback.mdx
@@ -89,6 +89,12 @@ Click a piece of feedback to add an internal note. These notes are only visible
Use notes to add information for collaboration, link relevant support or engineering tickets, or remember any other useful information.
+## View feedback by page
+
+Switch between **All feedback** and **Feedback by page** views at the top of the feedback tab. The per-page view groups thumbs up and thumbs down votes by page so you can see which pages receive the most positive or negative feedback.
+
+Use the per-page view to quickly identify pages that need attention without scrolling through individual feedback entries.
+
## Use feedback data
Review your feedback data to: