Add guide: analyze allocations with the AI Assistant#178
Open
simozzy wants to merge 2 commits into
Open
Conversation
Document the AI Assistant's allocation cost-trace capabilities — explain why an allocation changed (root cause + slice drill-down), trace lineage both directions, see what drives an allocation, and run what-if estimates — with the clean/partial answer model and the dimension / cascade limitations. Cross-linked from the allocation results page.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
plaidcloud-docs | 30bea23 | Commit Preview URL Branch Preview URL |
Jun 11 2026, 02:50 AM |
The capabilities are MCP tools driven from an external AI agent (Claude Code/Desktop, Cursor, ChatGPT, etc.) connected to the workspace MCP server - not the in-product AI Assistant tab. Retitle to 'Analyze Allocations With an AI Agent', add a note pointing to the Connect an AI Coding Agent setup tutorial, and link there from Next Steps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the missing customer guide for the AI Assistant's allocation cost-trace capabilities, under
guides/allocations/results/. These are user-driven (you ask the assistant in plain English) but weren't documented anywhere.New page: Analyze Allocations With the AI Assistant — covers:
It documents the clean vs partial answer model (incl. that filtered allocations now resolve clean) and the two honest limitations as callouts: dimension allocations (precise "why" needs point-in-time hierarchy history — a later release) and cascaded allocations (scope to a slice). Cross-linked from the existing Allocation Results page.
Notes
npm run build— 1459 pages, no errors.using-ai-assistant.mdxpattern (frontmatter,<Aside>import/usage, spaced em dashes, Title Case headings).