> ## Documentation Index
> Fetch the complete documentation index at: https://docs.exoid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Recruit participants

> Set up target groups, profiles and budget to collect responses from Exoid's global panel.

When you need qualified respondents outside your own user base, you can tap into the global panel built into Exoid: more than 5 million active participants, reachable with precise demographic and behavioral targeting criteria.

The panel opens as a screen layered over the dashboard. From there you configure the target group, watch panel availability and estimated cost in real time, and launch fieldwork with one click.

<Info>
  Where to find it: **Campaign → Share tab → "Hire participants"**.
</Info>

## Real-time indicators

At the top of the screen you find three always-visible values that update every time you change a parameter.

<CardGroup cols={3}>
  <Card title="Feasibility" icon="users">
    How many panel respondents match the criteria you set. It shrinks every time you add or narrow a profile.
  </Card>

  <Card title="CPI" icon="credit-card">
    The Cost Per Interview: what you pay in euros for each completed response. It changes with country, expected incidence, interview length and how tight the applied profiles are.
  </Card>

  <Card title="Total cost" icon="sigma">
    CPI multiplied by the number of required completes. The system recalculates it on every change.
  </Card>
</CardGroup>

<Warning>
  If **Feasibility drops to zero** the launch is blocked until you loosen the filters. Watch the cost too: a low expected incidence and long interviews push the CPI up, and with it the total cost.
</Warning>

## Survey criteria

This is where you set the core parameters of the target group. You can create several target groups for the same campaign, each with its own configuration.

<ParamField path="Target group name" type="text">
  Identifying label for the group. Default: "Target group 1".
</ParamField>

<ParamField path="Country" type="selection">
  The market to recruit participants from, chosen among 156 available countries. It determines which targeting profiles you find in the library, and it is one of the factors that move the CPI.
</ParamField>

<ParamField path="Language" type="selection">
  The language spoken by participants. Combined with the country, it defines the profiles available for that specific market and language pairing.
</ParamField>

<ParamField path="Required completes" type="number">
  How many interviews you want to collect. The total cost is this number multiplied by the CPI: doubling the completes doubles the spend.
</ParamField>

<ParamField path="Expected incidence" type="percentage">
  The estimated share of panel members who pass the screener and complete the interview. The lower it is, the higher the CPI: the system has to contact far more people for each usable interview.
</ParamField>

<ParamField path="Expected interview length" type="minutes">
  The estimated average time to complete the interview. The longer the interview, the higher the CPI: estimate it on the respondent's actual path, not on the number of questions on the canvas.
</ParamField>

<ParamField path="Fielding time" type="days" required>
  How many days you have to collect responses. At the end of the last day the study closes on its own. It is the only required field in this section: leave it empty and the launch stays blocked.
</ParamField>

<ParamField path="Collects PII" type="flag">
  Turn it on if your study collects personally identifiable information: name, email, address. It is a compliance flag and does not change the price.
</ParamField>

<Frame caption="Target group configuration screen">
  ![Target group configuration screen](https://69247ac52a74519d4fe5e2eb.featurebase-attachments.com/c/article/6924843c9b8a1f08a90263a7/019ef4b9-3a34-7a0f-8028-1637764f78bc/b64u-Q0lOVCAxLnBuZw.png)
</Frame>

## Profiling

In Profiling you define the characteristics of participants, picking demographic and behavioral criteria from the built-in library. Without at least one profile configured you cannot launch.

<Steps>
  <Step title="Open the library">
    Click **Add profile**. The available profiles vary with the country and language combination you selected, and are organized into **24 thematic categories** — from Demographic and B2B/Employment to Food/Snacks, Automotive, Medical/Health and many more.
  </Step>

  <Step title="Configure the profile">
    Click a profile to open its configuration screen. There you pick the options that qualify a participant (for Gender: Male, Female) and define numeric ranges (for Age: 18–34, or several combined ranges such as 18–25 and 45–54). Every criterion you add narrows the Feasibility and can push the CPI up.
  </Step>

  <Step title="Review the profile card">
    After you save, the profile appears in the Profiling section as an expandable card. From there you see how many panel respondents match that criterion (profile Feasibility), edit the selected options or remove the profile.
  </Step>
</Steps>

<Frame caption="Targeting profile configuration">
  ![Targeting profile configuration](https://69247ac52a74519d4fe5e2eb.featurebase-attachments.com/c/article/6924843c9b8a1f08a90263a7/019ef4ba-6272-7dab-a7e3-e837594b74fc/b64u-Q0lOVCAyLnBuZw.png)
</Frame>

### Quotas enabled

Every profile has a **Quotas enabled** toggle. Turn it on and the system distributes completes as percentages across the selected options: that's how you get, for example, a 50% male and 50% female sample.

<Frame caption="Quotas enabled screen">
  ![Quotas enabled screen](https://69247ac52a74519d4fe5e2eb.featurebase-attachments.com/c/article/6924843c9b8a1f08a90263a7/019ef4ba-98ac-72d4-a9b2-8f8dc7164c6f/b64u-Q0lOVE8gMy5wbmc.png)
</Frame>

## Launching the campaign

<Check>
  The launch unlocks once you have at least one profile configured in the Profiling section, Fielding time filled in (the only required field) and Feasibility above zero, meaning there are participants available for the criteria you set.
</Check>

Past that gate, fieldwork moves outside the platform: the panel contacts participants, their answers land in your campaign like any other response, and you follow the run from the target group report.

```mermaid theme={"dark"}
%%{init: {'theme':'base','themeVariables':{'fontFamily':'ui-sans-serif, -apple-system, system-ui, sans-serif','fontSize':'15px','lineColor':'#8891C7','primaryColor':'#4252FF','primaryTextColor':'#FFFFFF','primaryBorderColor':'#4252FF','clusterBkg':'transparent','clusterBorder':'#8891C7','titleColor':'#6B78FF','tertiaryTextColor':'#6B78FF','edgeLabelBackground':'transparent'}}}%%
flowchart LR
  S["Target group"] --> P["Profiling"]
  P --> G{"Checks passed"}
  G -->|"no"| X["Launch blocked"]
  G -->|"yes"| L["Launch"]
  L --> FW["Panel fieldwork"]
  FW --> R["Responses in the campaign"]
  R --> RP["Target group report"]

  classDef primary fill:#4252FF,stroke:#4252FF,color:#FFFFFF,rx:8,ry:8
  classDef step fill:#6B78FF,stroke:#6B78FF,color:#FFFFFF,rx:8,ry:8
  classDef soft fill:#2B34B8,stroke:#2B34B8,color:#FFFFFF,rx:8,ry:8
  classDef ghost fill:transparent,stroke:#8891C7,stroke-dasharray:4 4,color:#8891C7,rx:8,ry:8

  class S step
  class P step
  class G step
  class X soft
  class L primary
  class FW ghost
  class R primary
  class RP soft
```

Once the conditions are met, click **Launch** to start fieldwork. At any time you can save the configuration with **Save draft** and pick it up later.

## Monitoring recruiting

Every target group you launch comes with a detailed report. It shows campaign progress and sample quality in real time.

<AccordionGroup>
  <Accordion title="Basic information" icon="file-text">
    Country, language, target group state and creation date.
  </Accordion>

  <Accordion title="Cost summary" icon="credit-card">
    CPI, required completes and total cost.
  </Accordion>

  <Accordion title="Performance" icon="chart-bar">
    Completes over time, average interview length, declared incidence versus actual incidence.
  </Accordion>

  <Accordion title="Targeting criteria" icon="target">
    Summary of the applied profiles and the conditions you configured.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Quotas" icon="chart-pie" href="/en/distribute/quotas">
    Balance your sample by limiting how many people complete it for each answer.
  </Card>

  <Card title="Plans and credits" icon="credit-card" href="/en/workspace/plans-credits">
    Recruiting consumes credits: check your workspace balance before launching.
  </Card>
</CardGroup>


## Related topics

- [Your first study](/en/quickstart.md)
- [Troubleshooting](/en/troubleshooting.md)
- [Plans and credits](/en/workspace/plans-credits.md)
