> 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/how-do-i-qa-or-debug-my-data.md).

# How do I QA or debug my data?

An important step during implementation (and on-going usage) of Freshpaint is understanding *“How do I know if Freshpaint is working?”*

## Live View

The [Live View](/admin-panel/investigate-testing-and-debugging/liveview.md) is a real-time tool that helps you confirm that events fired from your website, mobile app, or servers arrive to Freshpaint, so you can QA and debug troubleshoot even faster. With the debug tools in Live View, you can check that you’re sending events in the expected format with the expected properties, without having to wait for any data processing.

See the dedicated Live View documentation for more information:

{% content-ref url="/pages/-MA7mdGn5xPxNWaqgJQk" %}
[Live View](/admin-panel/investigate-testing-and-debugging/liveview.md)
{% endcontent-ref %}

###

## Debug Mode

Use the following snippet to enable debug mode in console:

```
freshpaint.set_config({"debug": true});
```

![](/files/ofYTls86ZbvXkeRndG8j)
