# IntercomRails The easiest way to install Intercom in a rails app. For interacting with the Intercom REST API, use the `intercom` gem (https://github.com/intercom/intercom-ruby) Requires ruby 2.0 or higher for `intercom-rails >= 4.0` ## Installation Add this to your Gemfile: ```ruby gem "intercom-rails" ``` Then run: ``` bundle install ``` Take note of your `app_id` from [here](https://app.intercom.io/a/apps/_/settings/api-keys) and generate a config file: ``` rails generate intercom:config YOUR-APP-ID ``` To make installing Intercom easy, where possible a `