> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# UTM tags injection in AI chat links

> Learn about the UTM tags that are automatically injected when the user clicks on a link.

When users interact with the Molin AI in chat and click on links provided by the AI, a UTM tag is automatically injected into the URLs. This tag helps track the source of the traffic generated by the AI chat interactions.

## Injected UTM tag

The following UTM tag is injected into the URLs:

* **utm\_source**: Identifies the source of the traffic. For AI chat links, this is set to `molin.ai`.

## Example

#### Original URL

```
https://example.com/page
```

#### URL with injected UTM tag

```
https://example.com/page?utm_source=molin.ai
```

## More info

For more information on UTM tags, refer to the [Google Analytics documentation](https://support.google.com/analytics/answer/1033867?hl=en).
