Skip to content

➕ 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

  1. Before anything is written to your Google Sheet:
  2. The assistant will extract details: Date, Details, Category, Amount
  3. It will confirm the parsed entry with you:
text
Do you want to add: 2025-07-25 | Lunch at Kacchi Bhai | Lunch | 80 BDT?
  1. 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

DateDetailsCategoryAmount
2025-07-25Lunch at Kacchi BhaiLunch80

⚠️ 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