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
Copy file name to clipboardExpand all lines: docs/ai-interfaces/ai-agents/interact-with-ai-agents.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ The widget provides a chat interface where you can ask questions and receive res
53
53
54
54
The widget will inherit all the agent's configuration including the prompts, conversation starters, tool access, etc.
55
55
56
+
**Context Awareness**: The widget automatically understands the context of the page and entity where it's located. For example, when placed on a team entity page, you can ask questions like "What is this team's lead time for change?" or "How many open bugs does the team have?" without needing to specify the team name.
57
+
56
58
Conversation starters appear in the initial state, helping users understand what they can ask the agent. Users can either click a starter to begin a new chat or type their own question.
Copy file name to clipboardExpand all lines: docs/ai-interfaces/ai-chat-widget.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The AI Chat Widget is a dashboard component that:
24
24
-**Uses configured tools**: Operates with the specific [Port AI tools](/ai-interfaces/port-ai/overview#port-ai-tools) you select.
25
25
-**Customizable placement**: Can be embedded in any dashboard layout.
26
26
-**Respects permissions**: Only accesses data based on user permissions.
27
+
-**Context-aware**: Automatically understands the page and entity context where it's located, allowing you to ask questions about the specific entity or page without explicitly mentioning it.
27
28
28
29
## Widget Configuration
29
30
@@ -82,6 +83,17 @@ Users can type their own questions and requests directly into the chat interface
82
83
- Show visual indicators when tools are being used.
83
84
- Provide links to relevant Port pages and actions.
84
85
86
+
### Context Awareness
87
+
88
+
The AI Chat Widget automatically understands the context of the page and entity where it's located. This means you can ask questions about the specific entity or page without needing to explicitly mention it.
89
+
90
+
**Examples:**
91
+
- On a **team entity page**: "What is this team's lead time for change?" or "How many open bugs does the team have?"
92
+
- On a **service entity page**: "What's the deployment status?" or "Show me recent incidents"
93
+
- On a **dashboard**: Questions will be answered in the context of the dashboard's scope
94
+
95
+
The widget uses this context to provide more relevant and accurate responses, making it easier to get information about the specific entity or page you're viewing.
96
+
85
97
### Tool Transparency
86
98
The widget interface provides enhanced capabilities and visual indicators showing which tools are being used:
87
99
@@ -314,4 +326,17 @@ For comprehensive information, see [Security Considerations](#security-considera
314
326
-[Data Privacy & Retention](/ai-interfaces/port-ai/security-and-data-controls#data-privacy--retention) - How your data is handled and stored.
315
327
</details>
316
328
329
+
<details>
330
+
<summary><b>Does the widget understand the context of the page it's on? (Click to expand)</b></summary>
331
+
332
+
Yes! The AI Chat Widget automatically understands the context of the page and entity where it's located. This means you can ask questions about the specific entity or page without needing to explicitly mention it.
333
+
334
+
**Examples:**
335
+
- On a **team entity page**: "What is this team's lead time for change?" or "How many open bugs does the team have?"
336
+
- On a **service entity page**: "What's the deployment status?" or "Show me recent incidents"
337
+
- On a **dashboard**: Questions will be answered in the context of the dashboard's scope
338
+
339
+
The widget uses this context to provide more relevant and accurate responses. Learn more in [Context Awareness](#context-awareness).
340
+
</details>
341
+
317
342
The AI Chat Widget provides a powerful way to bring [Port AI](/ai-interfaces/port-ai/overview) capabilities directly into your team's daily workflows through customized dashboard experiences.
0 commit comments