> For the complete documentation index, see [llms.txt](https://docs.twostory.com/habit-story/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twostory.com/habit-story/users/managing-projects.md).

# Managing Projects

***

#### 1. [Go to a Project's Page](https://habitstory.twostory.com/version-test/projects-page/1659820214798x500134313062826000?debug_mode=true)

#### 2. View Respondent Metrics

In each row, you can view the status of the respondents.

* **Date Opened** is the date the respondent accessed their invitation
* **Date Completed** is the date the respondent completed their assessment
* **Eye Icon** allows you to view the digital report
* **Download Icon** allows you to download the pdf report&#x20;

![](https://images.tango.us/public/edited_image_f0c9c64a-20f0-4c89-8876-59fdb114842a.png?crop=focalpoint\&fit=crop\&fp-x=0.5000\&fp-y=0.5000\&fp-z=1.0000\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1010%3A234)

#### 3. Archive a Project

**Note: when you archive a project, it will be moved to the archived folder and will be listed as inactive. Respondents will no longer be able to complete assessments. This action can be reversed if you would like to reactivate the project.**&#x20;

![](https://images.tango.us/public/screenshot_26f0b67f-c967-44df-937e-561c941bb5b7.png?crop=focalpoint\&fit=crop\&fp-x=0.3133\&fp-y=0.2249\&fp-z=3.0711\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1920%3A976)

#### 4. Activate a Project

**Note: Project will be moved to the active folder and will be listed as active. Respondents will now be able to complete assessments. This action can be reversed if you would like to archive the project.**&#x20;

![](https://images.tango.us/public/screenshot_c0f77674-d4e5-47ea-900f-276094c29691.png?crop=focalpoint\&fit=crop\&fp-x=0.3133\&fp-y=0.2249\&fp-z=3.0711\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1920%3A976)

#### 5. Change Point of Contact

To change the point of contact of a project, click on the edit icon and select one of your team members as the point of contact for this project. Their name will appear in the template email as the person who the respondents are to contact if necessary.&#x20;

![](https://images.tango.us/public/screenshot_cad847ed-dd89-441d-b253-2199a7a6f370.png?crop=focalpoint\&fit=crop\&fp-x=0.4190\&fp-y=0.2249\&fp-z=3.0711\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=1920%3A976)

***


---

# 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://docs.twostory.com/habit-story/users/managing-projects.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.
