# IntercomRails [![Join the chat at https://gitter.im/intercom/intercom-rails](https://badges.gitter.im/intercom/intercom-rails.svg)](https://gitter.im/intercom/intercom-rails?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 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://app.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 `