# Woopra

## Usage

Freshpaint can send events to your Woopra account for a provided domain.

{% hint style="warning" %}
Client-side only integrations cannot be used in HIPAA mode.
{% endhint %}

## Destination Info

* Connection Modes:

<table><thead><tr><th width="160" align="right"> </th><th data-type="checkbox">Client-side</th><th data-type="checkbox">Server-side</th></tr></thead><tbody><tr><td align="right">Web</td><td>true</td><td>false</td></tr><tr><td align="right">Mobile</td><td>false</td><td>false</td></tr><tr><td align="right">Server</td><td>false</td><td>false</td></tr></tbody></table>

### Domain

When setting up a project in Woopra, you are asked for the domain name of the project. When logged into your account, the domains you have projects for are available in the upper left corner.

<figure><img src="/files/2PjGXsutkWimyii7PDjL" alt="Woopra Domain"><figcaption><p>The domain is in the upper left corner of the Woopra page</p></figcaption></figure>

### Configure Freshpaint

With your domain, you can configure your Woopra destination in Freshpaint.

<figure><img src="/files/Y1i3CronujcABOyDbwvT" alt="Configure Freshpaint with Domain"><figcaption><p>Enter your domain here</p></figcaption></figure>

Once you've saved the domain, you're ready to start sending events to Woopra!

### Check whether it's working

If you've never sent data to your woopra account before, after creating the project you will see a screen to Start Collecting Data that also indicates Woopra is waiting for data.

<figure><img src="/files/U6cfpyO2ofUi4Axy9cw8" alt="Woopra waiting page"><figcaption><p>Example Woopra Waiting Page</p></figcaption></figure>

After you configure the Woopra destination in freshpaint and load your site, this waiting for data page will change to a dashboard.

<figure><img src="/files/VYwOivyCgJePrTfGCVQk" alt="Woopra dashboard page"><figcaption><p>Woopra Dashboard</p></figcaption></figure>


---

# 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/integrations/destinations/apps/woopra.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.
