Questions And Uncertainties
Business owners and bookkeepers often want help answering:- Which bank transactions still need review?
- Which transactions have obvious categories?
- Which transactions might be personal, duplicated, or excluded from the books?
- Which transactions should be matched to existing business activity instead of categorized as standalone income or expense?
- Which proposed categorizations are safe to apply in bulk?
Prompts And Tools
Users can ask prompts like:- “Show me the transactions that still need review.”
This typically triggers
get_bank_transactions. - “Suggest categories for these uncategorized transactions.”
This typically triggers
get_bank_transactionsandget_chart_of_accounts. - “Categorize this hardware store transaction as supplies.”
This typically triggers
get_chart_of_accountsandcategorize_bank_transaction. - “Apply these approved categories in bulk.”
This typically triggers
bulk_match_or_categorize_bank_transactions. - “Match these deposits to their suggested matches.”
This typically triggers
get_bank_transactionsandmatch_bank_transactionorbulk_match_or_categorize_bank_transactions.