From 3d689b7ec85e5ceb9ed1392eb8287964c91f4f87 Mon Sep 17 00:00:00 2001 From: "inkeep[bot]" <257615677+inkeep[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:12:56 +0000 Subject: [PATCH 1/3] Update Discussion docs: rename side panel to context panel Reflects the UI terminology change from PR PostHog/posthog#48406 which promoted the "context panel" naming and removed the UX_REMOVE_SIDEPANEL feature flag. --- contents/docs/discussion/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contents/docs/discussion/index.mdx b/contents/docs/discussion/index.mdx index a3bfc7dd4c27..81e87c138125 100644 --- a/contents/docs/discussion/index.mdx +++ b/contents/docs/discussion/index.mdx @@ -6,11 +6,11 @@ title: Discussion Discussions gives you a way to add comments to anything in PostHog for your team members to see. It is a great way of sharing context or ideas without getting in the way of the thing you are commenting on. -## Accessing the Discussion sidepanel +## Accessing the Discussion context panel -Discussion are accessible from the right hand sidebar. +Discussions are accessible from the right-hand context panel. -![Sidepanel button](https://res.cloudinary.com/dmukukwp6/image/upload/v1710055416/posthog.com/contents/images/docs/discussion/side-panel.png) +![Context panel button](https://res.cloudinary.com/dmukukwp6/image/upload/v1710055416/posthog.com/contents/images/docs/discussion/side-panel.png) ### Discussion support @@ -43,7 +43,7 @@ Discussion is integrated to work with Notebooks. You can highlight any text in a ![Create comment](https://res.cloudinary.com/dmukukwp6/video/upload/v1710055416/posthog.com/contents/images/docs/discussion/create-comment.mp4) -Anyone from your team who clicks the highlighted text will be shown the comment in the side panel +Anyone from your team who clicks the highlighted text will be shown the comment in the context panel ![View comment](https://res.cloudinary.com/dmukukwp6/video/upload/v1710055416/posthog.com/contents/images/docs/discussion/view-comment.mp4) From f5d5e188b70c170bc516f48caa54edb855ba17bd Mon Sep 17 00:00:00 2001 From: "inkeep[bot]" <257615677+inkeep[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:13:59 +0000 Subject: [PATCH 2/3] Update platform-and-chat-ui.mdx: rename 'sidebar' to 'context panel' per PR #48406 --- contents/docs/posthog-ai/platform-and-chat-ui.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents/docs/posthog-ai/platform-and-chat-ui.mdx b/contents/docs/posthog-ai/platform-and-chat-ui.mdx index d4d608bb78e8..749bb31d1f4b 100644 --- a/contents/docs/posthog-ai/platform-and-chat-ui.mdx +++ b/contents/docs/posthog-ai/platform-and-chat-ui.mdx @@ -12,7 +12,7 @@ Here's an overview of the different UIs for interacting with PostHog AI. The primary dedicated interface is an in-app AI chat for conventional prompting and conversation-based flows. -When logged in, the PostHog AI chat is always available in the right-hand sidebar of the PostHog app. You can open it at any time by clicking the PostHog AI icon. +When logged in, the PostHog AI chat is always available in the right-hand context panel of the PostHog app. You can open it at any time by clicking the PostHog AI icon. -The PostHog AI chat is always available in the sidebar +The PostHog AI chat is always available in the context panel The in-app chat supports conversation history and features like [context, commands, and memory](/docs/posthog-ai/context-and-commands). From 0a5b23f22515bd5e947a9e3c8012d42038a6b2a9 Mon Sep 17 00:00:00 2001 From: "inkeep[bot]" <257615677+inkeep[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:15:08 +0000 Subject: [PATCH 3/3] docs: update 'sidepanel' to 'context panel' in PostHog AI start-here guide Reflects the UX terminology change from PR PostHog/posthog#48406 which renames the side panel to context panel throughout the app. --- contents/docs/posthog-ai/start-here.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/docs/posthog-ai/start-here.mdx b/contents/docs/posthog-ai/start-here.mdx index d5619b28ccf9..2ef6ed041eed 100644 --- a/contents/docs/posthog-ai/start-here.mdx +++ b/contents/docs/posthog-ai/start-here.mdx @@ -17,7 +17,7 @@ import OSButton from 'components/OSButton' icon="IconGear" > - To get started, the first step is to open the PostHog AI chat in the right sidepanel of the PostHog app. + To get started, the first step is to open the PostHog AI chat in the right-hand context panel of the PostHog app. The very first time you say hello or enter a prompt, you'll need to grant PostHog AI access to your project. This action requires [admin permissions](/docs/settings/access-control) for your organization.