> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation/schedule/engagement-status.md).

# Engagement Status

The engagement status reflects the lifecycle stage and comprises six values labeled with color coding throughout the module.&#x20;

<div align="left"><figure><img src="/files/ZfZw5fruRPX0g7FwNpz7" alt=""><figcaption></figcaption></figure></div>

## Status Mappings

Below are the different status states for a report and engagement, the relationship mapping, and any additional notes. Some of the engagement status values are tied to the status of the associated report.

<table><thead><tr><th width="190">Report Status</th><th width="258">Resulting Engagement Status</th><th>Notes</th></tr></thead><tbody><tr><td><em>(not applicable)</em></td><td>Pending</td><td>This status indicates the engagement has been requested but not approved.</td></tr><tr><td>Draft</td><td>Scheduled</td><td>This status indicates that the engagement has been approved and is slated to begin later.</td></tr><tr><td>Draft</td><td>In Progress</td><td>This status reveals that an approved engagement start date has been reached. <br><br>The status will move automatically to <code>In Progress</code> on the start date based on queries that run every hour.</td></tr><tr><td>Ready for Review</td><td>In Review</td><td>This status reveals that the report associated with the engagement is in one of the three view stages.</td></tr><tr><td>In Review</td><td>In Review</td><td>This status reveals that the report associated with the engagement is in one of the three view stages.</td></tr><tr><td>Approved</td><td>In Review</td><td>This status reveals that the report associated with the engagement is in one of the three view stages.</td></tr><tr><td>Published</td><td>Complete</td><td>This status reveals that the report associated with the engagement has been published.</td></tr><tr><td><em>(not applicable)</em></td><td>Canceled</td><td>This status indicates the engagement was terminated.</td></tr></tbody></table>


---

# 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.plextrac.com/plextrac-documentation/product-documentation/schedule/engagement-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.
