> For the complete documentation index, see [llms.txt](https://fredhopper.gitbook.io/product-discovery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fredhopper.gitbook.io/product-discovery/tracking-and-sending-events/implementation-guide.md).

# Implementation Guide

You can choose from three methods to implement front-end tracking on your platform.

## [SDK](/product-discovery/tracking-and-sending-events/implementation-guide/sdk.md)

The Fredhopper client is a (universal) JavaScript library. It can be used both on the client-side and on the server-side. We recommend including the client from our [CDN](/product-discovery/tracking-and-sending-events/implementation-guide/sdk.md#cdn-installation) for browser usage. For more advanced use cases (where a bundler is involved), we recommend the [npm package](/product-discovery/tracking-and-sending-events/implementation-guide/sdk.md#npm-installation) if you intend to use our client on the server-side.

## [Google Tag Manager](/product-discovery/tracking-and-sending-events/implementation-guide/google-tag-manager.md)

We recommend this method if you are already using Google Tag Manager (GTM).

## [REST API](/product-discovery/tracking-and-sending-events/implementation-guide/rest-api.md)

We recommend this implementation method if you do not use JavaScript and prefer to send direct HTTP requests.
