> 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/interview-studies/create-an-interview-study/add-informed-consent-to-an-interview-study.md).

# Add informed consent to an interview study

To take part in Dscout studies, all participants agree to our standard Terms & Conditions. However, you can require participants to sign additional documents or give further informed consent before they can begin.

{% hint style="info" %}
To add informed consent documents to a study, you must first work with your Dscout account team to upload your documents into Dscout. For more information, see [Custom informed consent](/getting-started/research-basics/custom-informed-consent.md).
{% endhint %}

Once your Dscout account team has added your informed consent documents to your account, you can add them to studies as you build them.

{% hint style="warning" %}
Informed consent must be added to a study prior to launch. You cannot add informed consent to a study later.
{% endhint %}

{% stepper %}
{% step %}
Navigate to the **Setup** tab of your mission.
{% endstep %}

{% step %}
Under **Details**, click **Specs** to display more configuration options.

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

{% step %}
Set the **Informed consent** toggle **On**.
{% endstep %}

{% step %}
Select the necessary document from the drop-down.

![](/files/6863794a21b8d932a220b6a43175e98fe0e3645c)
{% endstep %}

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

Participants will be required to review and sign your custom informed consent before they can take part in the mission.

{% hint style="info" %}
At this time, interview studies with custom informed consent can’t be viewed in Test mode.
{% 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/interview-studies/create-an-interview-study/add-informed-consent-to-an-interview-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.
