# Intercom Integration

First, enter your email address on [the Intercom homepage](http://www.intercom.io/) and create your account. <br>

![](https://2358477259-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LBo_mo13rwfUpGj8X6-%2F-LBvEPkUBik-XW-HJfOE%2F-LBvFsGuUhAZFWv5LjOs%2F1%20\(1\).png?alt=media\&token=0c2628e1-dec3-4db3-b04c-9658c027efeb)

Next, start your free trial. <br>

![](https://2358477259-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LBo_mo13rwfUpGj8X6-%2F-LBvEPkUBik-XW-HJfOE%2F-LBvFwrKw_novuk2njW1%2F2%20\(1\).png?alt=media\&token=ba451bcb-7fa2-46f5-9091-4f1ec31fdc5b)

### Install the JavaScript code. <a href="#install-the-javascript-code" id="install-the-javascript-code"></a>

Copy the Intercom installation code from  Intercom Dashboard. Example of sample code is given below-

```javascript
<script>
  var APP_ID = "APP_ID";

 window.intercomSettings = {
    app_id: APP_ID
  };
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/APP_ID';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>
```

In your Vintcer Dashboard, Click on the settings and open the Pro settings-

![](https://2358477259-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LBo_mo13rwfUpGj8X6-%2F-LBvEPkUBik-XW-HJfOE%2F-LBvGEYwxJQ1ZkHbYdlB%2FScreenshot%202018-05-07%2021.12.31.png?alt=media\&token=7659c611-f954-4184-8f90-9a4f9e219220)

Paste the code inside Site header. (See the image Below)

![](https://2358477259-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LBo_mo13rwfUpGj8X6-%2F-LBvEPkUBik-XW-HJfOE%2F-LBvGXNdxfLJcUZbVp1E%2FScreenshot%202018-05-07%2021.13.30.png?alt=media\&token=e04e8280-09fc-4a3d-8206-370c63e0d01d)

Click on save button and make sure to click on Publish button.

Contact us if you need any assistance or help with installation.
