# Getting started

This page covers various best practices. If you already have a lot of experience with Incapsula you can skip this and head directly to the [API Reference](https://docs.hypersolutions.co/api-reference/incapsula).

## Which cookies does my site have?

### Utmvc

If your site loads in a script that looks like the following, then it has utmvc.

```
/_Incapsula_Resource?SWJIYLWA=...
```

More info here: [utmvc](https://docs.hypersolutions.co/incapsula/utmvc "mention")

### Reese84

If your browser contains a cookie named "reese84" on the website or an `x-d-token`header, then the website uses reese84.

More info here: [reese84](https://docs.hypersolutions.co/incapsula/reese84 "mention")

### Complete Example

For a full working implementation with proper TLS client setup, header ordering, and cookie handling, see our examples repository:

{% embed url="<https://github.com/Hyper-Solutions/hypersolutions-examples>" %}
