> 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/drift.md).

# Drift

![Drift](/files/-MFJQ8ZRncx18r04qmwh)

## Environment variables:

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

### Marketing side

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

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

### App side

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

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

Example:

![](/files/-MFJSqaZRsDRr8x1m1UQ)
