Skip to main content

Threads

A thread is a conversation with your agent. Each time you start a new investigation or ask a question, you create a thread that maintains context throughout the conversation.

Thread sources

Threads are created from different sources:

SourceDescription
ConversationYou start a chat in the portal
IncidentAn incident from PagerDuty, ServiceNow, or Azure Monitor triggers investigation
Scheduled taskA scheduled task runs and creates a thread for its output
TeamsYou tag your agent in a Teams channel or direct message
AlertA webhook or alert triggers your agent
Daily reportAutomated daily summary of your agent's activity
Best practicesSecurity and operational recommendations from your agent
PlaygroundTest threads created in the Test playground
Welcome messageInitial welcome thread when you first access an agent
AgentAgent proactively creates a thread (e.g., for monitoring alerts)

Thread organization

Threads appear in the sidebar, organized into two categories:

SectionPurpose
FavoritesThreads you pinned for quick access
ChatsAll other conversations
Thread sidebar showing Favorites and Chats categories, with filter buttons and thread list
The thread sidebar with Favorites and Chats categories, filter buttons, and the thread list.

Each thread in the sidebar displays its title. Unread threads appear in bold text, making them easy to spot.

Filtering threads

Two filter buttons at the top of the thread list help you find relevant conversations:

FilterWhat it shows
UnreadOnly threads you haven't read yet
MineOnly threads you started (excludes scheduled tasks and agent-initiated threads)

The Mine filter is active by default — when you open the sidebar, you see your own threads first. Toggle it off to see all threads on the agent.

When active, a filter button appears filled (blue). You can activate both filters at the same time — only threads matching both conditions appear.

Thread sidebar with the Mine filter active, showing only user-initiated threads
The Mine filter (blue) hides automated threads like scheduled tasks, showing only conversations you started.
Thread sidebar with the Unread filter active, showing only unread threads
The Unread filter (blue) shows only threads you haven't read yet. Combine it with Mine to see only your unread conversations.

Thread status

StatusMeaning
In ProgressAgent is actively working
Pending User InputAgent is waiting for your response or approval
CompleteInvestigation finished

Managing threads

Right-click any thread in the sidebar — or select the ... (More options) menu — to access thread actions:

Thread context menu showing Add to favorites, Info, Copy link to thread, Rename, and Delete options
Right-click a thread or select More options to access thread actions.
ActionDescription
Add to favoritesPin the thread to the Favorites section for quick access
InfoView thread details including thread ID, creation date, and source
Copy link to threadCopy a deep link to share with teammates
RenameChange the thread title
DeletePermanently remove the thread
Thread sidebar showing a thread pinned in the Favorites section above the Chats section
Favorited threads appear in the Favorites section at the top of the sidebar.

Thread detail view

Select a thread to open it. The title bar shows the thread name, a ... (More options) menu, and a View trace button when Application Insights is configured.

Thread detail view showing the title bar with thread name, More options menu, and View trace button, along with the conversation history
A thread detail view showing the conversation, tool calls, and action approval cards.

Searching threads

Select Search threads in the sidebar to open the search dialog. Type any part of a thread title, or paste a full or partial thread ID, to find a specific conversation.

Search dialog showing thread results with title, thread ID, and last message preview
The search dialog displays matching threads with their title, ID, and a preview of the last message.

Search results display each thread's title, unique ID, and a preview of the last message. Your search text is highlighted wherever it matches — in the title, the ID, or both.

When to search by thread ID:

ScenarioHow it helps
DebuggingPaste a thread ID from logs or monitoring tools to jump directly to the conversation
CollaborationA teammate shares a thread ID for you to review
Cross-referencingNavigate to a thread linked from an incident report or support ticket
Finding a thread's ID

Right-click any thread in the sidebar and select Info. The dialog displays the thread ID with a Copy button, making it easy to share with teammates or reference in documentation.

Image zoom

When your agent generates or displays images in the chat (charts, diagrams, screenshots), click any image to open it in a fullscreen overlay. Inside the overlay:

InteractionHow
Zoom in/outScroll the mouse wheel, press +/ keys, or use the toolbar buttons
PanClick and drag when zoomed in
Reset viewPress 0 or click the reset button in the toolbar
ClosePress Escape, click the × button, or click outside the image

A scale indicator in the toolbar shows the current zoom percentage (zoom range: 25%–500%).


Keyboard shortcuts

ShortcutAction
Alt+NStart a new chat thread
Alt+SOpen the thread search dialog

Shortcut hints appear next to the corresponding buttons in the sidebar. Shortcuts are ignored when focus is inside a text input field or when modifier keys (Ctrl, Shift) are held.


Chat commands

Type / or # in the chat input to access quick commands:

Slash commands menu showing available commands
Type / or # in the chat input to see available commands.
CommandDescriptionLearn more
/agentSwitch to a specific custom agentCustom Agents
/clearStart a fresh thread-
/compactSummarize and compress conversation history-
/incidentList all incidentsIncident Response
/resourceList agent-managed resources-
#rememberSave information to agent memoryMemory
#retrieveRecall saved information from memoryMemory
#forgetRemove information from agent memoryMemory

Conversation compaction

Long conversations are automatically compacted to stay within token limits. When this happens, you see a "Compacting conversation..." message in the chat, similar to tool execution feedback.

Compaction preserves key context while reducing token usage. Your agent continues to remember important facts and decisions from earlier in the conversation.

You can also manually trigger compaction using the /compact command to summarize the current conversation.

Table sorting

Markdown tables with numeric columns sort numerically (1, 2, 12) rather than lexicographically (1, 12, 2).

Test threads

When testing your agent configuration in the Test playground, you create test threads that run in read-only mode. Test threads:

  • Are separate from production threads in the sidebar
  • Do not execute real actions against your Azure resources
  • Let you validate prompt changes, tool configurations, and agent behavior safely

Test threads appear with a distinct label so you can tell them apart from real conversations.

ResourceWhy it matters
Memory & KnowledgeHow your agent remembers information
Incident ResponseThreads created from incidents
Was this page helpful?