> For the complete documentation index, see [llms.txt](https://docs.netcoresaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.netcoresaas.com/other/integrations/conversations/intercom.md).

# Intercom

![Intercom](/files/-MFJOS93dAoKjCsEadPC)

## Environment variables:

* [Frontend](broken://pages/-MFGs2jX90d9D-2GZcWI)
  * `VUE_APP_INTEGRATIONS_CONVERSATIONS_INTERCOM`

### Marketing side

Uncomment line on file `ClientApp/srs/views/marketing/Index.vue`

```
this.$intercom.show();
```

### App side

Uncomment these lines on file `ClientApp/srs/components/layouts/AppLayout.vue`

```
this.$intercom.boot({
        user_id: this.$store.state.account.user.id,
        name: this.$store.state.account.user.firstName,
        email: this.$store.state.account.user.email,
      });
this.$intercom.show();
```

Example:

![](/files/-MFJRfEjc7Jj0RBxdOi3)
