# Workflow and status management

AnnoStation provides the build-in workflow so that you can easily track the status of your Project.

The status of the image changes as it passes key checkpoints.

## Status

The table below summarizes a list of status and who can make changes against an image in each status. Annotators are members with the Annotator [role ](/mastering-annostation/projectsetup/project-members/project-member-roles.md)and Reviewers are members with the Developer or the Manager [role](/mastering-annostation/projectsetup/project-members/project-member-roles.md).

| Status             | Description                                     |       Annotator      |       Reviewer       |
| ------------------ | ----------------------------------------------- | :------------------: | :------------------: |
| New                | No action has been taken against the image.     | :white\_check\_mark: | :white\_check\_mark: |
| In Progress        | Some changes are saved for the image.           | :white\_check\_mark: | :white\_check\_mark: |
| Waiting for review | The image was submitted for review.             |          :x:         | :white\_check\_mark: |
| Waiting for change | Reviewers asked for change based on the review. | :white\_check\_mark: | :white\_check\_mark: |
| Done               | Reviewers passed the image based on the review. |          :x:         | :white\_check\_mark: |

## Workflow

![](/files/-MFtFA6E29r91U65XZmN)


---

# Agent Instructions: 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.annostation.orni.co.jp/mastering-annostation/workflow-and-status-management.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.
