➕ Adding an Expense
Adding an expense is as easy as typing a message in natural language. The AI Agent will parse your input, categorize it, and log it into your Google Sheet — but only after confirming the details with you.
✅ Supported Format
Your input should include:
- Amount
- Purpose (optional)
- Category (or something that hints at it)
Examples:
text
Add 80 BDT for lunch at Kacchi Bhai
Spent 200 on bus fare yesterday
I gave 100 to a donation box at mosque
🧠 Confirmation Workflow
- Before anything is written to your Google Sheet:
- The assistant will extract details:
Date
,Details
,Category
,Amount
- It will confirm the parsed entry with you:
text
Do you want to add: 2025-07-25 | Lunch at Kacchi Bhai | Lunch | 80 BDT?
- Only after confirmation, the entry is sent to the Add Expense node.
📋 Accepted Categories
Transportation
, Breakfast
, Lunch
, Dinner
, Smoke
, Donation
, Mobile Recharge
, Others
If a category is unclear, the AI will ask you before assigning Others
.
📁 Google Sheet Example Row
Date | Details | Category | Amount |
---|---|---|---|
2025-07-25 | Lunch at Kacchi Bhai | Lunch | 80 |
⚠️ Notes
- AI will
not write data without confirmation
- Invalid or ambiguous inputs will trigger follow-up questions
- Do not include multiple expenses in a single message