This document provides examples of using feature toggles in software development. It describes two approaches: using a strategy pattern to enable or disable features, and using a factory and template pattern to conditionally include code for features. Both examples demonstrate techniques for controlling features with flags to facilitate flexible releases.