diff --git a/cid-redirects.json b/cid-redirects.json
index a2289a27ba..b4e7698d3e 100644
--- a/cid-redirects.json
+++ b/cid-redirects.json
@@ -4527,6 +4527,7 @@
"/docs/search/logreduce/influence-the-logreduce-outcome": "/docs/search/behavior-insights/logreduce/influence-the-logreduce-outcome",
"/docs/search/logreduce/understand-the-logreduce-relevance-column": "/docs/search/behavior-insights/logreduce/understand-the-logreduce-relevance-column",
"/docs/search/behavior-insights/logreduce-values": "/docs/search/behavior-insights/logreduce/logreduce-values",
+ "/docs/search/copilot-unstructured-logs-beta": "/docs/search/mobot",
"/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/azure-event-hubs-cloud-to-cloud-source-migration":"/docs/send-data/collect-from-other-data-sources/azure-monitoring/azure-event-hubs-source-migration",
"/docs/manage/manage-subscription/upgrade-sumo-logic-credits-account": "/docs/manage/manage-subscription/upgrade-account/upgrade-sumo-logic-flex-account",
"/docs/manage/manage-subscription/upgrade-cloud-flex-legacy-account": "/docs/manage/manage-subscription/upgrade-account/upgrade-cloud-flex-legacy-account",
diff --git a/docs/manage/manage-subscription/organization-usage-limits.md b/docs/manage/manage-subscription/organization-usage-limits.md
index 53fa4d8360..3b5b0d9c4a 100644
--- a/docs/manage/manage-subscription/organization-usage-limits.md
+++ b/docs/manage/manage-subscription/organization-usage-limits.md
@@ -42,7 +42,7 @@ To manage the query size limit follow the below steps:
:::info
Sumo Logic defines scan as two types:
- - **Foreground interactive search**. Search page UI, Copilot, and Dashboards.
+ - **Foreground interactive search**. Search page UI, Mobot, and Dashboards.
- **Background search**. API, Scheduled Search, Monitor, Scheduled Views, and SLO.
:::
diff --git a/docs/manage/manage-subscription/scan-budgets.md b/docs/manage/manage-subscription/scan-budgets.md
index 1ee5c1c8e2..ffec17c4aa 100644
--- a/docs/manage/manage-subscription/scan-budgets.md
+++ b/docs/manage/manage-subscription/scan-budgets.md
@@ -42,7 +42,7 @@ To create the query size limit using the **Advanced** configuration:
- **Only allow background query scans**. A warning message will be displayed if you run a query that exceeds the budget set. This will block the foreground searches but will not impact any background searches/automated queries.
:::info
Sumo Logic defines scan as two types:
- - **Foreground interactive search**. Search page UI, Copilot, and Dashboards.
+ - **Foreground interactive search**. Search page UI, Mobot, and Dashboards.
- **Background search**. API, Scheduled Search, Monitors, Scheduled Views, and SLO.
:::
1. **Details**. Enter the name for the scan budget.
@@ -108,4 +108,3 @@ Each budget type (daily, weekly, monthly, or query) is treated independently, wi
### Usage attribution across multiple budget types
As long as you are within the limits of each budget type, usage will be attributed independently to each budget type. If you exceed any one budget type, the action for that budget will be applied. But usage will still be reported to other budgets if they have available capacity. For example, if the daily limit and monthly limit is set to 100GB and 300GB respectively, and if you have used 50 GB of your daily limit, then this usage will be reported to both the daily and monthly budgets as long as they are within their capacity. The query budget only tracks the size in GB per query, so the user will still be within the query budget if the query size limit is not breached.
-
diff --git a/docs/search/get-started-with-search/build-search/intelliparse-beta.md b/docs/search/get-started-with-search/build-search/intelliparse-beta.md
new file mode 100644
index 0000000000..54123bb650
--- /dev/null
+++ b/docs/search/get-started-with-search/build-search/intelliparse-beta.md
@@ -0,0 +1,79 @@
+---
+id: intelliparse-beta
+title: Intelliparse Mode (Beta)
+description: Intelliparse mode extends automatic parsing to unstructured logs, allowing you to search and filter logs even when they don’t follow a consistent format like JSON.
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+
+
+## How Intelliparse mode works
+
+When you enable Intelliparse mode:
+* Logs are parsed using a set of parsers discovered from your recently used dashboards.
+* Fields are extracted automatically from both structured and unstructured logs.
+* A hidden operator is applied to your query to power this functionality behind the scenes.
+
+## Benefits
+
+* **No Field Extraction Rules (FERs) required**. Get field-level insights without manual parsing.
+* **Works with your existing dashboards**. Parsers are derived from log panels in recently viewed or edited dashboards.
+* **Improved field visibility**. Fields parsed through Intelliparse mode appear in the Messages tab and can be used in queries, filters, and dashboards.
+
+## Example
+
+If your dashboard includes a query like:
+
+```sql
+_sourceCategory=cassandra "Dropped table"
+| parse "table '*' from database '*'" as db.table, db.name
+```
+
+Then any matching unstructured logs like:
+
+`2025-04-09 11:20:25 * Dropped table 'logins' from database 'auth'`
+
+will be parsed automatically in Intelliparse mode, extracting:
+
+* `db.table = "logins"`
+* `db.name = "auth"`
+
+:::info
+* Parsers are discovered automatically from dashboard content. No manual setup needed.
+* If a dashboard is modified, the associated parser will update. Deleted dashboards do not currently delete parsers.
+* Queries using Intelliparse mode include a hidden intelliparse operator, injected automatically.
+:::
+
+## How Mobot uses Intelliparse mode
+
+Even if you don’t manually enable Intelliparse mode, you may encounter it when using [Sumo Logic Mobot](/docs/search/mobot).
+
+Mobot uses Intelliparse mode in the background to:
+* Automatically parse unstructured logs for natural language queries.
+* Discover field names and values for more accurate suggestions and translations.
+* Generate search queries that include the hidden `intelliparse` operator.
+
+This integration allows Mobot to work with raw, unstructured log data; no setup required on your part.
+
+:::tip
+Want to learn more about Intelliparse mode? [See how it works in Log Search](/docs/search/mobot/#support-for-unstructured-logs).
+:::
diff --git a/docs/search/mobot.md b/docs/search/mobot.md
index 7fad4ebecb..4e2bd5884a 100644
--- a/docs/search/mobot.md
+++ b/docs/search/mobot.md
@@ -15,10 +15,6 @@ keywords:
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.
-:::
-
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.
With its intuitive interface, Mobot automatically generates log searches from natural language queries, helping you quickly investigate performance issues, anomalies, and security threats. It also guides you through investigations step-by-step with AI-derived suggestions to refine your results for faster, more accurate resolutions. Overall, Mobot enhances incident resolution with expert level insights.
@@ -28,7 +24,7 @@ If you prefer not to use Mobot, you can opt out by contacting [Support](https://
:::
:::sumo Micro Lesson: Introduction to Mobot
-This short video introduces Mobot (formerly known as *Copilot*) and how it can help you with log search and analysis—perfect for getting a quick overview before diving in.
+This short video introduces Mobot and how it can help you with log search and analysis—perfect for getting a quick overview before diving in.