> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/integrations/tremendous-integration.md).

# Tremendous integration

Private Panels can be integrated with your Tremendous account, to automatically send incentive payments from your Studies directly to respondents.

## Pre-requisites

These need to be done before you're able to successfully integrate Tremendous.

1. **At least 1 funding source.** You can follow Tremendous' [Funding sources](https://developers.tremendous.com/reference/funding-sources) guide to set this up. When using a **Credit Card**, you **must** have a “balance” on your Tremendous account. If you have a credit card but 0 balance, the integration will not fulfill an order.
2. **At least 1 campaign.**

## How to Integrate

Once you have all three, you can integrate your Tremendous account to Private Panels. Go to **Settings Integrations** then click **Connect** on the Tremendous card.

![](/files/97eafb2abe1b3412c3ccb050165d4bc5515b3dca)

## Set up Tremendous for a study

After you've connected Tremendous, the next step is to set it up for a study before you can start paying incentives to your panelists.

To do this, open the study that you'd like to set up with Tremendous. Then, go to its **Study Settings**. You can select the Tremendous campaign you'd like to use for that study by clicking the **Tremendous Campaign** drop-down then selecting from the options.

![](/files/1e6b2ac4e6f8991fd3c07180baeaf470a340d6b6)

To start paying incentives to your panelists, follow our [How to pay incentives](/private-panels/studies/pay-incentives-in-private-panels.md) guide.

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dscout.com/private-panels/integrations/tremendous-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
