# Amplitude Quick Start Guide

Amplitude is a leading Product Analytics tool. After sending Freshpaint data to Amplitude, teams can harness the power of product analytics to drive better, data-driven business outcomes.

## Destination Info

* Accepts [Page](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#page), [Track](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#track), and [Identify](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#identify) calls
* Supports [HIPAA mode](https://documentation.freshpaint.io/hipaa-mode)
* Connection Modes:

<table><thead><tr><th width="158.33333333333331" align="right"> </th><th width="215" 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>true</td></tr><tr><td align="right">Mobile</td><td>false</td><td>true</td></tr><tr><td align="right">Server</td><td>false</td><td>true</td></tr></tbody></table>

## Getting Started

### What You'll Need

1. Your Amplitude Project API Key
2. The [Freshpaint Autotrack script tag](https://app.freshpaint.io/sources) installed on your site

### To set up the Amplitude integration in Freshpaint, first follow these steps:

1. To find your Amplitude project's unique API key, follow these steps:&#x20;
   1. In the Amplitude Analytics web app, click [**Settings**](http://analytics.amplitude.com/amp-dev-docs/settings/projects) in the lower left navigation.
   2. Click **Projects**, then find your target project.
   3. &#x20;On the **General** tab, copy your API key.

      <br>

      <figure><img src="/files/rA1VhIPsntk9utbaL7xE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Only Admins and Managers can view the API Key in Amplitude.
{% endhint %}

2. Go to the [Amplitude configuration page](https://app.freshpaint.io/destinations/apps/amplitude) in Freshpaint and click "Configure" and enter your credentials.

### That's it! Now all you need to do to send an event to Amplitude is enable the destination in the Freshpaint event definition:

Navigate to your Freshpaint event, and toggle the destination on to enable the event to be sent to the Amplitude destination.

Once the Amplitude integration is enabled, you can now set it as an event destination:&#x20;

<figure><img src="/files/7EZOmo2f0mGhQfeQp57g" alt=""><figcaption></figcaption></figure>

### If you are a HIPAA account, you will need to add event properties to the allowlist. If you are not a HIPAA account, you can skip this step.

By default, Freshpaint doesn’t sent any built-in property data to Amplitude. Go to the [Amplitude HIPAA Allowlist ](https://app.freshpaint.io/destinations/apps/amplitude/phiallowlist)to select which properties you want to send downstream.

### That's it! The last step is to confirm data is flowing into Amplitude

You can see recently triggered events in your Realtime Event Stream in Amplitude:

<figure><img src="/files/S5IYiIl5SdharHSl4g3S" alt=""><figcaption></figcaption></figure>

You can also view events and their associated users in the User Look-Up section in Amplitude:

<figure><img src="/files/txxfX3DrIgyYFoT0Zicq" alt=""><figcaption></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/amplitude/amplitude-quick-start-guide.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.
