# RAG Query Handling

> Best practices for answering financial questions using RAG over bank statement data.

- Skill: `johnsonhk88/rag-query-handling-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add johnsonhk88/rag-query-handling-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/johnsonhk88/rag-query-handling-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: johnsonhk88 (https://skillmd.com/u/johnsonhk88)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/johnsonhk88/rag-query-handling-2

---


# RAG Query Handling Skill

## Rules
- After storing data in Vector DB, **always prefer using the `rag_query`** to answer questions instead of relying only on memory.
- Use RAG especially when the document is long or detailed.
