Accounting AI Assistant
Ask natural-language questions about your financial data and get instant AI-powered insights, summaries, and analysis reports.
Overview
The Accounting AI Assistant is an embedded AI panel available in the Accounting module. It reads your live accounting data — journal entries, account balances, transactions, and period summaries — and injects that context directly into a Claude-powered conversation. You can ask questions in plain English and receive structured answers, anomaly flags, and summary reports without leaving the accounting screen.
Live Data, Not Static Reports
Unlike a fixed report template, the AI Assistant answers based on the data that is currently in your accounting module. Ask a follow-up question and it stays in context. Each new chat session pulls a fresh snapshot of your financial data.
Conversational Queries
Ask questions in plain language. The assistant understands accounting terminology and maps your question to the relevant accounts and periods in your data.
Instant Report Generation
Generate period summaries, cash flow snapshots, and variance analyses with a single prompt. Save the result as a report in My Reports with one click.
Anomaly Detection
Ask the assistant to flag unusual transactions, accounts with unexpected balances, or periods where spending spiked above historical norms.
Conversation History
Previous chat sessions are stored for the current browser session. Reopen a past conversation from the History panel to continue where you left off.
Opening the Assistant
The AI Assistant panel slides in from the right edge of the Accounting screen. There are two ways to open it:
- Click the AI Assistant button in the accounting screen toolbar (Sparkles icon).
- Click the vertical AI Assistant tab anchored to the right edge of the viewport — visible whenever the panel is closed.
The panel opens as a fixed overlay on the right side of the screen. Your accounting data remains fully visible and interactive behind it. Close the panel at any time using the × button in the panel header.
Fullscreen Mode
Click the Maximize icon in the panel header to expand the assistant to full screen. In fullscreen mode the conversation is centered at a comfortable reading width. This is useful when reviewing long analysis outputs or when you want to focus solely on the AI response.
What You Can Ask
The assistant understands questions about your accounting data across several categories. Below are common query types with example prompts:
Balance & Account Summaries
Period Analysis
Cash Flow
Anomaly Detection
Journal Entries
Data Scope Limitation
The assistant can only answer questions about data that exists in your accounting module. It cannot retrieve data from external systems, prior fiscal years that were not imported, or accounts with no entries. If it cannot find relevant data, it will tell you explicitly rather than guessing.
Saving Reports
After the assistant generates a summary or analysis, a Save as Report button appears in the bottom dock of the panel. Click it to save the AI response as a named report in My Reports.
The report title is automatically generated from your prompt, combined with the current month and year (e.g., "Cash flow summary for October 2025 - October 2025"). You can rename or edit the report at any time from My Reports.
Editing Saved Reports
Saved accounting AI reports appear in My Workspace → My Reports. Click the pencil icon on any report row to open it in edit mode — you can refine the title, add commentary, or correct any phrasing before sharing with your team.
AI Engine Settings
The Accounting AI Assistant uses the Writer Engine setting from Settings → General → Writer Engine. This determines which AI backend processes your questions:
| Engine | How it works | When to use |
|---|---|---|
| API (default) | Sends request to Anthropic API using claude-sonnet-4-6 |
Best quality; requires ANTHROPIC_API_KEY on the server |
| Local CLI | Spawns claude --print via Claude Code CLI |
Offline use or when API key is not configured; requires Claude Code installed |
| Local LLM | Uses BERT for intent classification only; text generation not supported | Classification tasks only — the assistant will return an error for generation requests |
Change the engine in Settings → General → Writer Engine. The Accounting AI Assistant automatically uses whichever engine is selected without any additional configuration.
Panel Controls Reference
| Control | Location | Function |
|---|---|---|
| Maximize | Panel header — top right | Expands panel to full screen; content is centered at readable width |
| Close | Panel header — top right | Closes the panel; the vertical tab on the right edge re-appears |
| History | Panel header — second row | Toggles the history panel showing past conversations from this session |
| New Chat | Panel header — second row | Saves the current conversation to history and opens a fresh session |
| Suggestion chips | Empty chat state — centre area | Pre-written prompts; click to send immediately |
| Save as Report | Bottom dock — above input | Saves last AI response as a named report in My Reports |
| Input textarea + Send | Bottom dock — always visible | Type your question and press Enter or click Send |