> For the complete documentation index, see [llms.txt](https://docs.hypersolutions.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypersolutions.co/incapsula/getting-started.md).

# 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](/api-reference/incapsula.md).

## 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](/incapsula/utmvc.md)

### 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](/incapsula/reese84.md)

### 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>" %}
