diff --git a/blog-service/2025-09-11-mobot-copilot.md b/blog-service/2025-09-11-mobot-copilot.md
new file mode 100644
index 0000000000..1b8c70bbcf
--- /dev/null
+++ b/blog-service/2025-09-11-mobot-copilot.md
@@ -0,0 +1,37 @@
+---
+title: Copilot is Now Mobot - New Conversational Experience for Log Search (Beta)
+image: https://help.sumologic.com/img/sumo-square.png
+keywords:
+ - mobot
+ - copilot
+ - ai
+ - conversational search
+ - log-search
+hide_table_of_contents: true
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+We’re introducing **Mobot**, Sumo Logic’s new conversational UI for log search, and updating the product name from *Copilot* to *Mobot*. [Learn more](/docs/search/mobot-multiturn-beta).
+
+### Conversational experience (Beta)
+
+The new conversational experience lets you ask follow-up questions without repeating your search context, making investigations more natural and iterative.
+
+Enhancements include:
+
+* **Dashboard-aware translations (retrieval-augmented generation, RAG)**. Mobot references recent dashboard queries to improve accuracy.
+* **Conversation pane**. See your prompts, refinements, and results in one place, with history you can revisit or branch from.
+* **Guided exploration**. Intent cards summarize your goal, and suggestion cards offer refinements with a click.
+* **Context-aware clarifications and error guidance**. If a request is ambiguous or fails, Mobot asks follow-up questions and suggests fixes to get you back on track.
+* **Log search canvas mode**. A focused workspace for deeper investigations that keeps context together while you pivot, refine, and compare results.
+
+### Availability and rollout
+
+As part of a staggered Beta rollout, *Copilot* is being renamed to *Mobot*. The Mobot name and experience are available only in organizations included in this Beta. All other customers will continue to see *Copilot* until general availability.
+
+:::note Name update
+During the transition, some UI labels and screenshots may still show *Copilot*. Functionality is unchanged.
+:::
+
+To request access, contact your Sumo Logic account representative or Support.
diff --git a/docs/search/mobot-multiturn-beta.md b/docs/search/mobot-multiturn-beta.md
index c8df543ee4..bfd73a3b03 100644
--- a/docs/search/mobot-multiturn-beta.md
+++ b/docs/search/mobot-multiturn-beta.md
@@ -1,6 +1,6 @@
---
id: mobot-multiturn-beta
-title: Sumo Logic Mobot Multi-turn Conversations (Beta)
+title: Mobot (Beta)
---
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -15,11 +15,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
This feature is in Beta. For more information, contact your Sumo Logic account executive.
:::
-Our new conversational experience in Sumo Logic Mobot (formerly known as *Copilot*) lets you interact with queries the way you would with a chat assistant. You ask a question and can refine it with follow-ups, change units, and see the updated query and visualization without starting over. Mobot maintains your intent across turns, surfaces helpful suggestions, and makes it easy to explore related angles. This guide explains what's new in the UI, how the multi-turn flow works, and shows example workflows.
+Our new conversational experience in Mobot (formerly known as Copilot) lets you interact with queries the way you would with a chat assistant. You ask a question and can refine it with follow-ups, change units, and see the updated query and visualization without starting over. Mobot maintains your intent across turns, surfaces helpful suggestions, and makes it easy to explore related angles. This guide explains what's new in the UI, how the conversational flow works, and shows example workflows.
+
+:::note Name update
+We are renaming *Copilot* to *Mobot*. During the transition, some UI labels and screenshots may still show **Copilot**. Functionality is unchanged. Learn more about [Mobot](/docs/search/mobot).
+:::
## What's new in Beta
-* **Multi-turn conversations**. Refine queries through natural, conversational follow-up questions without losing context.
+* **Conversational flow**. Refine queries through natural, conversational follow-up questions without losing context.
* **Improved accuracy**. Translations to Sumo Query Language are more reliable, especially for data sources with active dashboards.
* **Clarifications when needed**. If your request is ambiguous, Mobot may ask a follow-up question to narrow intent.
* **Smarter error handling**. Instead of generic errors, Mobot provides clearer messages and fallback suggestions for next steps.
@@ -31,11 +35,11 @@ Our new conversational experience in Sumo Logic Mobot (formerly known as *Copilo
In the below example, we'll use the following key concepts:
-* **Multi-turn conversation**. A sequence of related instructions that retains context and incrementally updates the query and output.
+* **Conversational flow**. A sequence of related instructions that retains context and incrementally updates the query and output.
* **Intent card**. Visual summary of what you're asking Mobot to do in this session.
* **Suggestion cards**. Recommended refinements or adjacent analyses you can apply with a click.
-This example workflow demonstrates the multi-turn interaction pattern; you can apply the same steps to other logs, events, or dimensions.
+This example demonstrates the conversational interaction pattern; you can apply the same steps to other logs, events, or dimensions.
### Step 1: Ask your initial question
@@ -43,17 +47,17 @@ Start broad when you set a goal. We'll ask: `Show failed login attempts in the l
An intent card appears in the conversation pane that summarizes your goal. Mobot also surfaces suggestion cards with related refinements you can click, and gives you the option to open the query in Log Search.
-
+
### Step 2: Narrow the scope
The top reason in the table is `FailedScheduling`, so we'll select a follow-up suggestion, `Show failed scheduling events`. Mobot refreshes the results and updates the intent card and query to reflect the new focus.
-
+
-Now, refine further by typing: `Break down failed scheduling events by namespace`
+Now, refine further by typing: `Break down failed scheduling events by namespace`.
-
+
Mobot adjusts the query, applies the refinements, and renders a visual chart.
@@ -61,13 +65,13 @@ Mobot adjusts the query, applies the refinements, and renders a visual chart.
Next, type `Add error messages`. Mobot translates this into: `Add error messages to the breakdown of failed scheduling events by namespace`. The intent card expands to include the new scope, and results now show error message details.
-
+
### Step 4: Request a trend over time
Finally, type: `Show the trend over 24 hours`. Mobot translates this into: `Show the trend of failed scheduling events by namespace with error messages over 24 hours`. The query applies a timeslice (for example, one-hour buckets) to group results over time.
-
+
Mobot also presents new suggestion cards to help you pivot into related questions, such as analyzing trends of event reasons or identifying top namespaces.
@@ -87,7 +91,7 @@ You can also [edit the query logic](/docs/search/mobot/#edit-query-code), [open
## FAQ
-The questions below refer specifically to the multi-turn conversion (beta) experience. For general information about Mobot, see the [Mobot FAQ](/docs/search/mobot#faq).
+The questions below refer specifically to the conversational (Beta) experience. For general information about Mobot, see the [Mobot FAQ](/docs/search/mobot#faq).
Is any user or org data sent outside our environment?
@@ -119,7 +123,7 @@ Here are some common cases:
* For dashboard-aware translations via RAG, support is limited to the `sourceCategory` filter (selection in the source picker) at launch. Other expressions like `_index=` or `_sourceHost=` are not yet supported.
* RAG only considers dashboards that have been opened in the last 90 days when interpreting your query.
* Very large or highly complex queries may time out or trigger structured fallback responses.
-* Multi-turn Mobot is available for log-based searches only. Metrics and Metric Searches are not supported in this Beta.
+* The conversational experience is available for log-based searches only. Metrics and Metric Searches are not supported in this Beta.
## Additional resources
diff --git a/docs/search/mobot.md b/docs/search/mobot.md
index 5a55ff4486..7fad4ebecb 100644
--- a/docs/search/mobot.md
+++ b/docs/search/mobot.md
@@ -16,7 +16,7 @@ import Iframe from 'react-iframe';
import useBaseUrl from '@docusaurus/useBaseUrl';
:::note Name update
-We are renaming Copilot to Mobot across the product and docs. During this transition, some UI labels and screenshots may still show "Copilot". Functionality is the same. We will update names and images as the rollout completes.
+We are renaming *Copilot* to *Mobot* across the product and docs. During this transition, some UI labels and screenshots may still show **Copilot**. Functionality is the same. We will update names and images as the rollout completes.
:::
Sumo Logic Mobot (formerly known as *Copilot*) is our AI-powered assistant that accelerates investigations and troubleshooting in logs by allowing you to ask questions in plain English and get contextual suggestions, helping first responders get to answers faster.
diff --git a/static/img/search/mobot/drill-causes.png b/static/img/search/mobot/drill-causes.png
index a3643a4410..dc3570ff46 100644
Binary files a/static/img/search/mobot/drill-causes.png and b/static/img/search/mobot/drill-causes.png differ
diff --git a/static/img/search/mobot/initial-question.png b/static/img/search/mobot/initial-question.png
index 93b2f6c208..f79174b0b4 100644
Binary files a/static/img/search/mobot/initial-question.png and b/static/img/search/mobot/initial-question.png differ
diff --git a/static/img/search/mobot/narrow-scope-filter.png b/static/img/search/mobot/narrow-scope-filter.png
index cdb6c3642e..9f130df7a8 100644
Binary files a/static/img/search/mobot/narrow-scope-filter.png and b/static/img/search/mobot/narrow-scope-filter.png differ
diff --git a/static/img/search/mobot/narrow-scope.png b/static/img/search/mobot/narrow-scope.png
index 9f362e2343..7796699572 100644
Binary files a/static/img/search/mobot/narrow-scope.png and b/static/img/search/mobot/narrow-scope.png differ
diff --git a/static/img/search/mobot/trend-over-time.png b/static/img/search/mobot/trend-over-time.png
index fdda6ef31b..caffeb20d1 100644
Binary files a/static/img/search/mobot/trend-over-time.png and b/static/img/search/mobot/trend-over-time.png differ