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

# Setting the project status

{% hint style="info" %}
**Required guided redaction permission:** Edit status
{% endhint %}

The project status indicates where the project is in the redaction and review process.

For information about how to configure the available status values, go to [Configuring the available file and project statuses](/textual/guided-redaction/guided-redaction-cross-project-config/project-file-status-values.md).

Each new project is assigned the built-in **Not started** status.

You can set the status from either the **Guided Redaction** page or the project details page.

## **From the Guided Redaction page**

From the **Guided Redaction** page, to change the status of a project:

1. In the **Status** column, click the status value.
2. From the status dropdown, select the new status.

## **From the project details page**

From the project details page, to change the status of the project:

1. In the page heading, click the status value.
2. From the status dropdown list, select the new status.

## From the project settings panel

You can also set the project status from the project settings panel. To display the project settings panel, either:

* On the **Guided Redaction** page, click the settings icon.
* On the project details page, click **More**, then select **Settings**.

On the project settings panel, from the **Status** dropdown list, select the new project status.


---

# 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.tonic.ai/textual/guided-redaction/redaction-project-create-manage/redaction-project-status.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.
