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/articles/new-expensify/concierge-ai/How-Concierge-Analyzes-Spend.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How Concierge Analyzes Spend
3
3
description: Learn how Concierge proactively analyzes company spend to share highlights, and how to ask Concierge questions about your expense data on demand.
internalScope: Audience is Workspace Admins and Members. Covers how Concierge performs proactive spend analysis and how to ask Concierge questions about expense data. Does not cover how to use Insights or generate custom reports.
6
6
---
7
7
@@ -51,6 +51,19 @@ Concierge currently answers direct lookup questions about your expense data. If
51
51
52
52
---
53
53
54
+
## How to explore a Concierge spend chart
55
+
56
+
When you ask Concierge to show spending as a chart—for example, “Give me a bar chart of my monthly expenses this year”—Concierge can reply with an interactive bar chart directly in the chat, alongside its written answer.
57
+
58
+
On web, you can interact with the chart to dig into the numbers behind it:
59
+
60
+
- Hover over a bar to see a tooltip with the details for that bar.
61
+
- Select a bar to open its matching expenses on the **Search** page.
62
+
63
+
This lets you move from a high-level view of your spend straight to the individual expenses without building a search yourself.
64
+
65
+
---
66
+
54
67
## Where Concierge shares spend analysis insights
55
68
56
69
When Concierge analyzes spend proactively, it sends a message to the #admins room for that workspace. The message is visible to all members of that room.
/** Hash of the search snapshot that holds the transactions referenced by TRANSACTION_THREAD_NAVIGATION_TRANSACTION_IDS.
812
+
* Used to fall back to snapshot data when the live transaction collection hasn't loaded those transactions yet (e.g. opening an expense from the Spend page as an approver). */
/** Optional map of transactionID -> sibling descriptor for prev/next navigation in snapshot-backed flows (e.g. Home "Recently added"), where siblings may be absent from the main Onyx collections. When set, navigation resolves (and lazily creates) each sibling's thread on demand from its descriptor. */
0 commit comments