Interactive Tutorials
Mastering Your Credit Card Co-Pilot
Credit Card Co-Pilot is designed to turn the complex world of reward points and milestone targets into a simple, automated experience. Our interactive onboarding and guided tutorials ensure you move from a "manual wallet" to an "optimized strategy" in minutes.
The Onboarding Journey
When you first launch the app, we guide you through a four-step setup designed to calibrate the recommendation engine to your specific financial profile.
- Identity & Profile: Secure sign-in with Google to sync your preferences.
- Spending Profile: Categorizing your monthly spend (e.g., ₹25k-50k) to help the engine prioritize cards that fit your lifestyle.
- Digital Wallet Setup: Adding your existing cards from our extensive database. This allows the system to calculate exact reward rates for every merchant.
- Guided Tutorial: A hands-on walkthrough of the core "Search, Sync, and Achieve" loop.
Phase 1: Finding the Best Card (Smart Search)
The core value of the Co-Pilot is knowing exactly which card to swipe at the point of sale. Our Merchant Search tutorial teaches you how to get high-confidence recommendations.
- Real-time Calculation: When you search for a merchant (e.g., "Amazon" or "Starbucks"), the app calculates the reward rate across your entire wallet.
- Confidence Scores: The engine provides a confidence band (High, Medium, Low) based on how well the merchant's category and channel (Online vs. POS) match your card's reward rules.
// Example of what the engine evaluates for you:
{
merchant: "Amazon.in",
channel: "online",
amount: 5000,
recommendation: "Amazon Pay ICICI Card",
reward: "5% Unlimited Cashback",
explanation: "Best rate for Amazon Prime members."
}
Phase 2: Mastering Automated Sync (Parser Review)
To keep your milestones accurate, the Co-Pilot syncs with your transaction alerts via SMS and Email. Because bank SMS formats change frequently, we include an interactive Parser Review tool.
If the system is "Ambiguous" about a transaction (e.g., it can't tell if a transaction was for "Dining" or "Grocery"), it will appear in your Review queue.
- Reviewing Events: You can quickly "Accept," "Edit," or "Reject" parsed data.
- Refining the AI: By manually setting a merchant label or category, you train your local database to be more accurate for future transactions.
- Quality Metrics: The app tracks "Ingestion Quality," showing you how many transactions were successfully automated versus those requiring your review.
Pro Tip: Use the Segmented Control on the Review screen to filter by "Failed" events. Fixing these ensures your Milestone trackers are always up to date.
Phase 3: Strategic Milestone Tracking
The final phase of the tutorial introduces Milestone Forecasts. Most apps tell you what you spent; Co-Pilot tells you what to do next.
- Urgency Nudges: On your home screen, the app displays "Urgent Milestones"—spend targets that are close to expiring.
- Strategy Actions: If you are ₹5,000 away from a ₹1,00,000 milestone bonus, the app will generate a strategy, suggesting which upcoming purchases should be routed to that specific card.
// How the system nudges you:
{
milestone: "Quarterly Spend Bonus",
remaining: 4500,
deadline: "7 days",
strategy: "Use your HDFC Regalia for your next big grocery run to hit the target."
}
Interactive UI Feedback
Throughout the app, we use a "Motion Language" to guide your attention:
- Haptic Feedback: Subtle vibrations confirm when a card is selected or a transaction is successfully reviewed.
- Staggered Reveals: Information is presented in layers to prevent "data overwhelm," allowing you to focus on the most important recommendation first.
- Skeleton Loading: Real-time feedback while the engine calculates complex milestone proximities across multiple cards.