> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/time-management/auto-scheduling/reference-auto-scheduling/status-indicators.md).

# Status Indicators

## **Task Indicator**

<table><thead><tr><th width="114.91796875">Icon</th><th>Meaning</th></tr></thead><tbody><tr><td>❗</td><td><strong>Overdue task</strong> — the task is scheduled past its deadline.</td></tr></tbody></table>

{% @supademo/embed demoId="cmf7bj9kt4vdy39ozvo6pfy3i" url="<https://app.supademo.com/demo/cmf7bj9kt4vdy39ozvo6pfy3i>" %}

## **Project Progress Indicators**

<table><thead><tr><th width="252.6328125">Icon</th><th>Meaning</th></tr></thead><tbody><tr><td>✅ Green Check</td><td><strong>On Track</strong> — the project is progressing on schedule.</td></tr><tr><td>❗❗❗ Three Red Exclamation Marks</td><td><strong>Missed Deadline</strong> — the project has passed its planned completion date.</td></tr><tr><td>❗❗ Two Red Exclamation Marks</td><td><strong>Scheduled Past Deadline</strong> — the project is projected to be scheduled past the deadline</td></tr><tr><td>❗ Yellow Exclamation Mark</td><td><strong>Stage Missed Deadline</strong> — a project stage has passed its due date, but the full project is still active.</td></tr><tr><td>🚀 Blue Rocket</td><td><strong>Ahead of Schedule</strong> — the project is completing earlier than its estimated completion date.</td></tr></tbody></table>

{% @supademo/embed demoId="cmf7bqgcy4vgo39ozcqamhxnc" url="<https://app.supademo.com/demo/cmf7bqgcy4vgo39ozcqamhxnc>" %}


---

# 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://www.usemotion.com/help/time-management/auto-scheduling/reference-auto-scheduling/status-indicators.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.
