Skip to content

Commit a520b23

Browse files
committed
more edits
1 parent 406b3ab commit a520b23

File tree

2 files changed

+26
-51
lines changed

2 files changed

+26
-51
lines changed

blog-service/2025-11-14-mobot.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
---
2-
title: Mobot is now Query Agent and Knowledge Agent (Beta)
2+
title: Mobot is Now Query Agent and Knowledge Agent (Beta)
33
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- mobot
6+
- query agent
7+
- knowledge agent
68
- copilot
7-
- ai
8-
- conversational search
9-
- log-search
9+
- natural language search
10+
- ai assistant
11+
- log query
12+
- log investigation
13+
- chatbot for logs
14+
- sumo logic ai
15+
- dojo ai
1016
hide_table_of_contents: true
1117
---
1218

13-
Mobot has been updated for Beta customers and now appears as two separate agents:
19+
Mobot has been updated for Beta customers and now appears as two specialized agents designed to make natural-language interactions clearer and more effective:
1420

15-
* **Query Agent**. Helps you create and refine log search queries using natural language.
16-
* **Knowledge Agent**. Answers how-to questions about Sumo Logic using official documentation.
21+
* **Query Agent** helps you create and refine log search queries using natural language.
22+
* **Knowledge Agent** answers how-to questions about Sumo Logic using official documentation.
1723

18-
This change makes it easier to pick the right assistant for the task. All existing Mobot functionality remains available, now organized more clearly. [Learn more](/docs/search/mobot-multiturn-beta).
24+
Mobot remains your conversational interface for Sumo Logic — simply ask questions and get actionable results without writing syntax or hunting through docs. Query Agent focuses on data investigation, while Knowledge Agent focuses on product guidance. Together, they help you troubleshoot faster, explore data more intuitively, and learn the platform without friction.
1925

20-
NOTE: Only Mobot beta customers will see this update.
26+
Only Mobot Beta customers will see this update.
27+
[Learn more](/docs/search/mobot-multiturn-beta)

docs/search/mobot-multiturn-beta.md

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@ import TabItem from '@theme/TabItem';
1717
This feature is in Beta. For more information, contact your Sumo Logic account executive.
1818
:::
1919

20-
Get instant answers and create log queries using natural language—no syntax required. Mobot connects you to two specialized agents: Query Agent helps you write and refine log searches, while Knowledge Agent answers how-to questions about Sumo Logic. Work faster, learn as you go, and troubleshoot without leaving your workflow.
20+
Mobot is your conversational interface for Sumo Logic, letting you interact with the platform the same way you would with a chat assistant. Create log queries using natural language and get instant, actionable answers without searching through documentation. Think of Mobot as your personal assistant. It connects you to two specialized agents that handle different tasks:
2121

22-
## What is Mobot?
23-
24-
Mobot is your conversational interface for Sumo Logic, letting you interact with the platform using natural language the same way you would with a chat assistant. Instead of memorizing syntax or searching through documentation, simply ask questions and get actionable results.
25-
26-
How it works:
27-
* Mobot is the conversational interface you interact with—think of it as your personal assistant.
28-
* Query Agent is the specialist Mobot calls on to translate your questions into log search queries.
29-
* Knowledge Agent is the expert Mobot consults to answer how-to questions using official Sumo Logic documentation. Use it for setup guidance, troubleshooting steps, product concepts, and best practices.
22+
* **Query Agent** translates your natural-language questions into log search queries and helps you refine them step by step.
23+
* **Knowledge Agent** answers how-to questions about Sumo Logic using official documentation, including setup, troubleshooting, concepts, and best practices.
3024

3125
Together, these agents help you troubleshoot faster, explore your data more intuitively, and learn the platform without friction.
3226

@@ -172,41 +166,15 @@ Select **Knowledge Agent** to get help using Sumo Logic.
172166

173167
<img src={useBaseUrl('img/search/mobot/knowledge-agent-select.png')} alt="Knowledge Agent button selected in the Mobot UI" style={{border: '1px solid gray'}} width="600" />
174168

175-
Knowledge Agent is your in-platform assistant for learning how to use Sumo Logic. Instead of searching through documentation or filing support tickets, simply ask questions and get clear, accurate answers sourced directly from official help docs without leaving your workflow.
176-
177-
Enter a question about Sumo Logic, such as "How do I add a collector for AWS CloudTrail?", "What are the API endpoints for Sumo Logic?", or anything else you need help with. The Knowledge agent returns an answer, including any relevant steps and links to the help documentation that served as the basis for the response.
178-
179-
Then ask follow-up questions. Knowledge Agent retains your conversation context for 24 hours from the time you ask your first question. After 24 hours, the session resets and prior context is no longer available. However, any new question will begin a new 24-hour session with its own preserved context. This means if you ask a question and follow up within 24 hours, Knowledge Agent remembers and continues the conversation seamlessly.
180-
181-
Here are some example questions:
182-
183-
<details>
184-
<summary>Setup and configuration</summary>
185-
- "How do I install a collector on Linux?"
186-
- "How do I configure SAML for single sign-on?"
187-
- "How do I set up log forwarding to an S3 bucket?"
188-
</details>
169+
Knowledge Agent is your in-platform assistant for learning how to use Sumo Logic. Ask questions about Sumo Logic and get clear answers sourced directly from our official documentation without leaving your workflow.
189170

190-
<details>
191-
<summary>Learning concepts</summary>
192-
- "What's the difference between a metadata field and a parsed field?"
193-
- "How does data tiering work in Sumo Logic?"
194-
- "What are Field Extraction Rules?"
195-
</details>
196-
197-
<details>
198-
<summary>Troubleshooting</summary>
171+
**Example questions:**
172+
- "How do I add a collector for AWS CloudTrail?"
173+
- "What's the difference between a scheduled search and a real-time alert?"
199174
- "Why isn't my collector sending data?"
200-
- "How do I fix authentication errors with AWS integration?"
201-
- "My dashboard panels aren't loading—what should I check?"
202-
</details>
175+
- "What are the API endpoints for Sumo Logic?"
203176

204-
<details>
205-
<summary>Best practices</summary>
206-
- "What's the recommended way to structure log queries for performance?"
207-
- "How should I organize my folder structure?"
208-
- "What are best practices for dashboard design?"
209-
</details>
177+
Knowledge Agent maintains conversation context for 24 hours, so you can ask follow-up questions naturally without starting over.
210178

211179
### Tips for better answers
212180

@@ -252,6 +220,6 @@ No. Knowledge Agent is intentionally scoped to use Sumo Logic's internal documen
252220

253221
## Additional resources
254222

255-
* [Mobot (formerly *Copilot*)](/docs/search/mobot)
223+
* [Mobot](/docs/search/mobot)
256224
* [Search Query Language](/docs/search/search-query-language)
257225
* [Dashboards](/docs/dashboards)

0 commit comments

Comments
 (0)