> 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/getting-started/workspaces-and-projects/mark-a-project-as-complete.md).

# Mark a project as complete

When all research in a project has been completed, you can mark it as complete to close it.

**When a project is marked as complete:**

* All missions and screeners within the project are closed.
* The project is moved to the **Completed** view of your Dscout account and cannot be moved back.
* Missions and screeners within the project can no longer be duplicated or moved out of the project.
* If automatic project deletion is enabled, the project is queued for deletion according to your organization’s settings. For more information, see [Project data deletion](/account-management/organization-account-settings/project-data-deletion.md).

{% stepper %}
{% step %}
On the **Projects** page, click the three-dot icon on the project you want to complete.
{% endstep %}

{% step %}
Select **Complete project**. A confirmation modal is displayed.

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

{% step %}
Click **Complete project** to confirm.
{% endstep %}
{% endstepper %}

Now, any open missions or screeners in your project are closed and the project is moved to the **Completed** view of your Dscout account.

**To view completed projects**, click **Completed** in the top right corner of the Projects page:

![](/files/f4cad218f3fe2934203e2a1a749901b9e4664a7e)

{% hint style="info" %}
Projects will only remain in your **Completed** view in accordance with your organization’s project data deletion protocol. For more information, see [Project data deletion](/account-management/organization-account-settings/project-data-deletion.md).
{% 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/getting-started/workspaces-and-projects/mark-a-project-as-complete.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.
