## DAS Difficult Airway Algorithm — Intubation Attempt Limits **Key Point:** The DAS algorithm recommends a maximum of **3 intubation attempts** by an experienced anaesthetist before abandoning the standard oral intubation approach and transitioning to an alternative strategy (such as video laryngoscopy, fibreoptic intubation, or awake fibreoptic intubation). ### Rationale for the 3-Attempt Rule 1. **Trauma Prevention**: Each failed attempt increases airway trauma, swelling, and risk of complete airway obstruction. 2. **Time Management**: Repeated attempts consume valuable time and increase hypoxia risk. 3. **Escalation Principle**: After 3 attempts, the clinician should recognize difficulty and escalate to a planned alternative technique rather than persist with the same method. ### DAS Algorithm Flow ```mermaid flowchart TD A[Plan A: Oral intubation with DL or VL]:::action --> B{Successful?}:::decision B -->|Yes| C[Secure airway]:::outcome B -->|No - Attempt 1| D[Reposition, optimize, retry]:::action D --> E{Successful?}:::decision E -->|Yes| C E -->|No - Attempt 2| F[Change technique/device]:::action F --> G{Successful?}:::decision G -->|Yes| C G -->|No - Attempt 3| H[Abandon Plan A]:::urgent H --> I[Plan B: Alternative technique<br/>Video laryngoscopy or<br/>Fibreoptic intubation]:::action ``` **High-Yield:** The "3 attempts" threshold is a critical checkpoint in the DAS algorithm and is frequently tested in NEET PG examinations. It emphasizes the importance of recognizing failure early and switching strategies rather than persisting with a failing technique. **Clinical Pearl:** In practice, if the first attempt is very traumatic or if significant bleeding occurs, abandoning the technique after fewer attempts is prudent. The "3 attempts" is a guideline, not a rigid rule — clinical judgment must prevail. 
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.