> For the complete documentation index, see [llms.txt](https://documentation.freshpaint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.freshpaint.io/reference/faqs.md).

# Frequently Asked Questions

Freshpaint stores data in a cookie that can be retrieved, parsed, and used as needed for your use case. Some of the data stored includes attribution parameters such as UTMs or click identifiers, `device_id`, and more.

The data lives on the `freshpaint`object in the browser window, and is accessible via `freshpaint.cookie` , where you can get specific properties through the `freshpaint.cookie.props` .

Accessing the raw cookie, such as through the `document.cookie`method is not supported, since the cookie is compressed on page load in order to streamline performance and prevent issues with the size of the cookie. This is why we suggest accessing the data directly through `freshpaint.cookie.props`.
