> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/workspace-management/project-management/project-status-workflow.md).

# Project Status Workflow

The project status helps you track which projects are complete and which are not. You can view the project status in the **Projects** page and filter projects by status.

![](/files/VsqyooCeJNeNeXaCTR5w)

There are 2 project statuses for each project in the **Projects** page:

1. **Overall status:** Reflects the project’s latest status, regardless of your role. There are 5 possible statuses:
   1. **Created**
   2. **In progress**
   3. **Ready for review**
   4. **In review**
   5. **Completed**
2. **Your labeling status:** Reflects your labeling progress. This appears only if you are assigned as a labeler in the project. There are 3 possible statuses:
   1. **Not started**
   2. **In progress**
   3. **Completed**

The images below show all possible project status flows.

![Project status state diagram](/files/-MbjYHkn8q1RB44AwEnS)


---

# 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:

```
GET https://docs.datasaur.ai/workspace-management/project-management/project-status-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
