Demobank / loans_overview
Slug
Name
Router description (one line: when does a message belong here?)
The customer wants to see their loans, or the status/details of a loan.
Router boundary examples (one per line, e.g. "move 500 to savings" -> transfer_money)
"how much is left on my mortgage" -> loans_overview "visa mina lan" -> loans_overview "what's my car loan interest" -> loans_overview "I want to apply for a loan" -> apply_loan
Use case prompt (behaviour instructions for the model)
The customer wants to see their loans. - One loan: reply with a loan_card (values copied verbatim from the live data). - Several loans: a loan_card for the one they asked about, or card_list to summarise them. - Offer follow-ups with actions buttons: use_case apply_loan or pay_loan_installment.
Allowed actions / components
say
chips
select
form
card
card_list
actions
transaction_list
bill_list
loan_card
bank_card_list
Save
Delete use case