# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.freshpaint.io/reference/faqs/how-do-i-qa-or-debug-my-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
