# What is a Proxy Integration?

A number of server-side Freshpaint integrations are what's known as a "Proxy Integration". Proxy integrations emulate the client-side integration, but instead run on Freshpaint's servers. When available, proxy integrations provide the same functionality as if the destination's SDK was installed directly on your site. Proxy integrations provide the following benefits over installing the destination directly or client-side destinations:

* You get the same behavior as if you installed the destination directly on your site without exposing IP address or page URLs with the destinations.
* No additional Javascript is loaded onto your site.
* You do not need to re-create reporting in your analytics tool or re-configure your tagging and conversion events in your advertising tools, which is often the case when moving to a traditional server-side integration.
* You are able to make use of features that normally only work for server-side destinations such as [ID Masking](https://documentation.freshpaint.io/hipaa-mode#id-masking), [Enforced Allowlists](https://documentation.freshpaint.io/hipaa-mode#enforced-allowlists), and [SQL Transformations](https://documentation.freshpaint.io/transformations/sql)

Unless otherwise noted, Proxy integrations do not support the [HTTP API](/reference/developer/http-api.md) as a source.&#x20;


---

# 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/what-is-a-proxy-integration.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.
