> 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/study-basics/edit-close-or-relaunch-missions/close-a-study.md).

# Close a study

Congrats on completing your study! Closing your mission brings you one step closer to deep-diving into your data.

{% hint style="warning" %}
Closing a mission is permanent and cannot be undone.
{% endhint %}

## Closing a diary or live interview study

{% stepper %}
{% step %}
Navigate to any page within your mission.
{% endstep %}

{% step %}
Click **Close mission** in the green bar which appears at the top of your mission. A confirmation modal is displayed.

![](/files/782b71a71bb2b1f129ecaa51d4f83210aa143730)
{% endstep %}

{% step %}
Click **Close mission** to confirm.

{% hint style="warning" %}
**Reminder that missions cannot be re-opened after you've closed them.**
{% endhint %}

![](/files/330280842e604775f7a6dae27d57c2b9b2a84d19)
{% endstep %}
{% endstepper %}

Once your mission is closed, the green bar at the top of your mission will turn purple, signifying that your mission is currently closed. Additionally, all participants in the Manage page will have a purple “Closed” box next to their name.

![](/files/b84bce3d122c497467ce577c5bfd944a0def4063)

When you close a mission, participants can no longer be invited or submit entries. From the participant's point-of-view, the mission will move from being prominently displayed in their “In Progress” tab to their “Closed Missions” page. Don’t worry—you can still message your participants when you close your mission.

{% hint style="warning" %}
If you accidentally close your mission, please reach out to your Research Advisor or Dscout Support via the support widget (tap the "?" in the top right corner of your mission) as soon as possible.
{% endhint %}

## Closing other study types

For information on closign other study types, see the following articles:

* [Close a usability test](/usability-tests/manage-a-usability-test/close-a-usability-test.md).
* [Close a media survey](/media-surveys/manage-a-media-survey/close-a-media-survey.md).
* [Close an intercept study](/intercept-studies/manage-an-intercept-study/close-an-intercept-study.md).

{% hint style="warning" %}
These study types cannot be reopened after they have been closed, and Dscout Staff cannot reopen a closed study for you. If you have accidentally closed your study, you will need to duplicate and relaunch the mission.
{% 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/study-basics/edit-close-or-relaunch-missions/close-a-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.
