# JavaScript Object

You can use your browser dev tools to view `PulseInsightsObject` to get insights into what Pulse Insights is doing.&#x20;

<div align="left"><figure><img src="/files/3kvZn4Kn5XdqIyhyQIeS" alt=""><figcaption></figcaption></figure></div>

## Descriptions

**logMessages** can help trace while a particular survey is or isn't being returned.

**customData** is a synonym for [Context Data](/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/ingesting-contextual-data-for-targeting-and-analysis.md) and tells you what will be sent with any response data

**previewMode** tells you whether you are in Preview Mode, which enables you to receive Draft Mode surveys. See [QA Features](broken://pages/z0RqSHl9SeQHbhUMqsQ8) for more details.


---

# 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://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/qa-process-and-preview-mode/javascript-object.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.
