*** title: How to Implement Feature Flags in Ruby slug: /guides/implement-feature-flags-in-ruby description: How to use Unleash feature flags with Ruby. keywords: 'implement, feature, flags, feature flags, unleash' 'og:site\_name': Unleash Documentation 'og:title': How to Implement Feature Flags in Ruby max-toc-depth: 3 ---------------- Hello! In this tutorial we’ll show you how to add feature flags to your Ruby app , using [Unleash](https://www.getunleash.io/) and the official [Unleash Ruby SDK](/sdks/ruby). With Unleash, an open-source feature flag service, you can use our tooling to add feature flags to your application and release new features faster. In a classic tutorial fashion, we’ll get a list of planets from the [Star Wars API](https://swapi.py4e.com), with just Ruby (i.e., not Ruby on Rails). We’ll use feature flags to decide whether to call the REST or the GraphQL version of the API. Watch the video tutorial and follow along with the code from this documentation.