> 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/enable-a-webpage-for-an-interview-study.md).

# Enable a webpage for an interview study

If you want to bring your own participants to an interview study, you can do so using a study webpage. Study webpages let you set a participant limit and give you a shareable link that people can use to sign up. When your participant limit is met, the webpage will close to new participants.

**To enable a sign-up webpage for your study:**

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

{% step %}
Select **Participants**.

![](/files/21e1e056eed4e3dafd81e285f00da2a99d08baf1)
{% endstep %}

{% step %}
Under **Bring your own participants**, set the **Enable Live mission webpage** toggle to **ON**. The participant limit modal is displayed.

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

{% step %}
Enter the desired number of participants for your study. When this number is reached, no additional participants will be able to sign up.

![](/files/c93f6d06228ba418f30453411cd8478716f055cb)

{% hint style="info" %}
Before you can launch your study, you must have enough available time slots to accommodate your selected participant limit. For more information, see [Manage time slots in an interview study](/interview-studies/create-an-interview-study/manage-time-slots-in-an-interview-study.md).
{% endhint %}
{% endstep %}

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

Now, your webpage is drafted and the URL is displayed. When you launch your study, this link will be made live and accessible to anyone you share it with. You can return here at any time to copy the URL, view how many participants have signed up, and verify the status of the webpage:

![](/files/2d570a0732e80da48646f554f3f1333656bbe7dc)

Here’s a breakdown of the possible webpage statuses you may see:

* **Draft:** You’ve enabled the webpage but have not launched your study. When you launch your study, the page will become active.
* **Active:** Your study is launched, the webpage is active, and new participants may sign up for sessions.
* **Filled:** Your study is launched, but your participant limit has been reached. Therefore, your webpage is no longer accessible to new participants.
* **Inactive:** You’ve either closed your study or manually deactivated the webpage by setting the **Enable Live mission webpage** to **OFF**.

## Update participant limit

If you need to update your participant limit, you can do so either before you launch your study or while your study is launched. If you increase your participant limit after reaching your previous limit, your study webpage will become active again, allowing new participants to sign up.

**To update your study's participant limit:**

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

{% step %}
Select **Participants**.

![](/files/21e1e056eed4e3dafd81e285f00da2a99d08baf1)
{% endstep %}

{% step %}
Under **Bring your own participants**, click the **Edit (pencil)** icon beside **Participant limit**. The participant limit modal is displayed.

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

{% step %}
Enter a **New limit**.

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

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

Now, your participant limit is updated. If your previous limit had already been reached, your study webpage will be reactivated and accessible to new participants.


---

# 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/enable-a-webpage-for-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.
