# 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) ## Installation Add this to your Gemfile: ```ruby gem "intercom-rails" ``` Then run: ``` bundle install ``` Take note of your `app_id` from [here](https://www.intercom.io/apps/api_keys) and generate a config file: ``` rails generate intercom:config YOUR-APP-ID ``` To make installing Intercom as easy as possible, where possible a `