Up To Date Rule Before writing ANY code that touches an external package or API, fetch the real documentation first. Never rely on training data — it is stale by definition. When This Triggers - Installing a package ( , , ) - Importing or using any third-party library - Calling any external API (REST, GraphQL, SDK methods) - Modifying existing integration code - Debugging API calls that silently fail Mandatory Steps 1. Check Version Update if more than 1 major version behind. 2. Fetch Real Docs (pick one or more) Context7 (preferred for popular libraries): Browser ( ): DeepWiki (if available)…