> 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/intercept-studies/create-an-intercept-study/add-targeting-attributes-to-an-intercept-study.md).

# Add targeting attributes to an intercept study

Targeting attributes are one of many methods used to narrow down who can apply for and/or participate in your study. For example, if you’re only looking to hear from participants between the ages of 18 and 35, you’ll set that using a targeting attribute.

{% hint style="info" %}
**Note:** **Age** and **Country** are both required attributes for every intercept study. You’ll see these automatically listed in the left sidebar. Click **Age** to edit your requirements in the builder. **Country** is predetermined based on the target country you selected during setup.
{% endhint %}

Intercept studies offer three types of targeting attributes:

* **Standard attributes (primary only):** Things like participant age and location. These attributes rely on data participants are required to provide when creating their Dscout account. For more information, see [Standard targeting attributes](/recruit-participants/dscout-scout-panel/targeting-attributes/standard-targeting-attributes.md).
* **Behavioral attributes:** Things like recent browsing behavior. These attributes rely on data available for members of the Dscout Scout Panel who have activated Dscout XT. For more information, see [Behavioral targeting attributes](/recruit-participants/dscout-scout-panel/targeting-attributes/behavioral-targeting-attributes.md).
* **Custom attributes:** Attributes tailored to fit your organization’s recruitment needs. For more information, see [Custom targeting attributes](/recruit-participants/dscout-scout-panel/targeting-attributes/custom-targeting-attributes.md).

**To add targeting attributes to your study:**

{% stepper %}
{% step %}
Navigate to the **Intercept** tab of your study.

![](/files/5fbdb6e0abe857f81b0397104bdd4d07407370c8)
{% endstep %}

{% step %}
Select either **Basic targeting** or **Behavioral targeting** in the left sidebar. The available targeting attributes are displayed in the right sidebar.

![](/files/ee7d6b80325339eaa8b62b4d45428619775bbdef)
{% endstep %}

{% step %}
Select the attributes you want to add from the right sidebar. The attribute and its associated options are added to the builder.

![](/files/2af50895d1255b0f14e0bad8a9a85069465dfbff)
{% endstep %}

{% step %}
Configure the required settings for your selected attribute.

![](/files/3580bf88028152b2802060344339ba21852b9cb1)
{% endstep %}

{% step %}
Click **Done**.
{% endstep %}

{% step %}
Repeat the above steps to add all the attributes you need.
{% endstep %}
{% endstepper %}

Now, your targeting attributes are added to your study. When launched, your study will only appear to Scouts who meet your set requirements. If you change your mind and want to delete an attribute, locate the attribute in the builder, then click the **Delete (trash)** icon in the top right corner of the attribute.


---

# 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/intercept-studies/create-an-intercept-study/add-targeting-attributes-to-an-intercept-study.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.
