`if`: Do something only when a condition is true - `if-else`: Choose between two paths - `if-elif-else`: Choose among multiple paths (first match wins)