Chat basics

Prompt patterns that work well, and the ones that don't.

What the AI sees

When you send a message, HISAB attaches sheet-level context automatically: workbook name, sheet names, header rows of each sheet, and the size of each used range. The AI does not see cell values until it asks for them — at which point it calls a read_range tool and HISAB returns the data.

Effective prompts

Be specific about scope

Name the artefacts

State the output you want

Slash commands

CommandWhat it does
/skillsList all available skills
/skill <id>Invoke a specific skill
/sheetsSummarise every sheet in the workbook
/range A1:D10Quick view of a range
/undoRevert the AI's last write
/mode strictSwitch operating mode without leaving the chat
/clearStart a new conversation (keeps audit log)

Multi-turn workflows

The AI remembers context within a conversation. Build up complex workflows in steps:

You:  Pull the May trial balance from Zoho Books into a new sheet.
AI:   [pulls 184 accounts to sheet "TB_May"]

You:  Now reconcile it against the GL in this workbook.
AI:   [reads GL sheet, computes per-account diff]
      "Found 3 mismatches over $100..."

You:  Draft a JE to close the variance accounts.
AI:   [drafts JE, places in approvals queue]