You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
14
20
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.
17
23
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.
19
25
20
-
NOTE: Only Mobot beta customers will see this update.
Copy file name to clipboardExpand all lines: docs/search/mobot-multiturn-beta.md
+10-42Lines changed: 10 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,10 @@ import TabItem from '@theme/TabItem';
17
17
This feature is in Beta. For more information, contact your Sumo Logic account executive.
18
18
:::
19
19
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:
21
21
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.
30
24
31
25
Together, these agents help you troubleshoot faster, explore your data more intuitively, and learn the platform without friction.
32
26
@@ -172,41 +166,15 @@ Select **Knowledge Agent** to get help using Sumo Logic.
172
166
173
167
<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" />
174
168
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.
189
170
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?"
199
174
- "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?"
203
176
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.
210
178
211
179
### Tips for better answers
212
180
@@ -252,6 +220,6 @@ No. Knowledge Agent is intentionally scoped to use Sumo Logic's internal documen
0 commit comments