Bkper Agent

apps
by Bkper

Bkper Agent BETA

Extract and categorize transactions instantly with AI. Upload invoices, receipts, or bank statements and the agent automatically extracts amounts, dates, descriptions, and intelligently finds the right accounts in your book.

sequenceDiagram participant Book as 📚 Bkper Book participant Agent as ✨ Bkper Agent participant LLM as 🧠 AI Engine Book->>Agent: File Upload/Attachment Agent->>Book: Get Context & Samples Agent->>LLM: Document + Context LLM->>Agent: Extracted Data Agent->>Agent: Discover Accounts Agent->>Book: Create/Update Transaction

Features

Advanced Configuration

The Agent should be working out of the box for most cases, but you can customize its behavior.

Book Properties

  • agent_prompt_book_id: ID of a remote book to fetch contexts from (for centralized configuration)

Account/Group Properties

  • agent_prompt: Instructions for extracting data from documents when parsing
  • agent_prompt_id: ID to match context from remote book - defaults to account/group name

Example Setup

  1. Create the "Bank Itau" account that represents your checking account.
  2. Add agent_prompt property to the account with the value:
Extract Transactions in Date Sequence table from the document.

- Do not include headers
- quantity and price are optional properties and should be added to properties only include if the column Quantity and Price filled, leave it null otherwise.
  1. Upload bank statements with this account selected → transactions are created automatically
navigate_before
Back
navigate_next
Website