Prompts for everyday bookkeeping
Most sessions with an AI bookkeeper aren't a close or an import — they're a quick question or a one-off entry. These are prompts for that ordinary traffic: checking where things stand, recording something that didn't come through a bank feed, and keeping the chart of accounts tidy as your books grow.
You don't need to know the tool names below. Say what you'd say to a person. The "why" under each prompt is what your assistant is actually doing behind the sentence, so you know what to check in its answer.
Checking where things stand
Quick orientation questions — no changes, nothing to preview.
Lists every book you own with its account count. Check that the book you mean to work in is actually there before you say anything else.
Uses: list_books
Pulls the current balance of every bank account and card, plus a total. Credit cards show as negative — that's money owed, not an error.
Uses: cash_position
Runs every posting to that one account over a date range with a running balance, so you can see which entries pushed the number where it is.
Uses: general_ledger
Totals spending by category over a period. Check the "excluded uncategorized" figure — if it's large, this total isn't the whole picture yet.
Uses: spending_summary
Recording things that didn't come from a statement
Cash purchases, contributions, and adjustments — the entries a bank feed would never see.
Posts a manual journal entry — an owner contribution, not a bank transaction. It previews the balanced lines first; read them before saying yes.
Uses: post_journal_entry
Another manual entry, since categorize_transactions only works on rows that came in through an import. Confirm the debit and credit land where you expect.
Uses: post_journal_entry
Lists the full chart of accounts with codes and names so you and the assistant can agree on which accountId the entry should use.
Uses: manage_accounts
Adds a new account to the chart. It previews the code and name — and flags it if that code is already taken — before creating anything.
Uses: manage_accounts
Keeping the chart tidy
Housekeeping on the accounts themselves, without losing history.
Archives the account rather than deleting it — everything already posted to it stays exactly where it is on every report. Only new postings are blocked.
Uses: manage_accounts
Unarchiving is its own step and works the same way: a preview, then a confirmation, before the account is active again.
Uses: manage_accounts
Creates a new book with its own seeded chart of accounts. Say "business" or "personal" — that choice can't be swapped after the fact.
Uses: create_book
Runs the general ledger for that one account over the year, which is the fastest way to see every draw in one place with a running total.
Uses: general_ledger
Worth knowing before you run these
- Every tool that writes to the ledger previews first and asks you to confirm before it actually writes. Read the preview — it shows the exact lines, not a summary of them. The one exception is create_book: since there is nothing to post that could be wrong, it creates and seeds the book on the first call.
- There are no bank feeds yet. Anything not covered by a statement import — cash purchases, owner contributions, depreciation — goes in as a manual entry, and that's expected, not a workaround.
- Nothing here can be edited or deleted once posted. Fixing a mistake means reversing the entry, not changing it — see the reconciliation and problem-finding pages for that.
Common questions
- Do I have to know the account codes to ask for something?
- No. Describe what happened in your own words and let the assistant find or suggest the account. It can list the chart for you first if you want to see the options.
- What happens if I say yes to a preview by accident?
- The entry posts. It can't be edited or deleted, but it can be reversed — the reversal is a real, visible entry that undoes it, and the original stays in the history.
- Can my assistant just decide what account something belongs to without asking?
- It shouldn't guess silently on anything that writes to the ledger. A well-behaved assistant states the account it plans to use in the preview and waits for you to confirm.