> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/insight/project-insight-overview.md).

# Project Insight Overview

{% hint style="info" %}
**Who can use Insight?**&#x20;

All Project Users have access to Project Insight.
{% endhint %}

Project Insight is a built-in reporting dashboard inside each project. It gives your team instant visibility into PPC, delays, milestones, and resource demand, without leaving Aphex.

## Accessing Project Insight

***

Project Insight gives you an up-to-date view of how your project is performing, with no setup required. The reports update automatically each time a new Published Version is created.

<figure><img src="/files/sGOmrReSvEprLv1rGsv5" alt=""><figcaption></figcaption></figure>

**To view your Project Insight:**

* Open your project and select <img src="/files/Tyo8ucFFmFN92pqDveyi" alt="" data-size="line"> from the top navigation
* On the left hand panel, you will see a list of available reports

## Available reports

***

Project Insight includes six reports, each powered by your Weekly Published Versions.

<figure><img src="/files/JBAwuXpGyMe7OGSrnji0" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="286.0234375">Report</th><th width="465.8828125">What it shows</th></tr></thead><tbody><tr><td>PPC Dashboard</td><td>PPC and Task PPC scores, trend over time, and performance by Subcontractor or Task Owner</td></tr><tr><td>Delay Breakdown</td><td>Total delay days by reason (sorted by impact), with breakdowns by Subcontractor and Task Owner</td></tr><tr><td>Milestone Analysis</td><td>Milestone status (ahead, on target, or behind) with a variance-over-time sparkline across publications</td></tr><tr><td>Labour Resources</td><td>Planned labour demand over your selected date range</td></tr><tr><td>Plant Resources</td><td>Planned plant demand over your selected date range</td></tr><tr><td>Material Resources</td><td>Planned material quantities over your selected date range</td></tr></tbody></table>

## Changing the Published Version

***

All reports are anchored to a Published Version. By default this is the latest, but you can switch to any previous version to see how performance looked at that point in time.

<figure><img src="/files/pA5k75qbxVE2c7eYHQR9" alt=""><figcaption></figcaption></figure>

To change the published version:

* Click the Published Version dropdown at the top left of the report
* Select the version you want to view

## **Report Width**

***

Reports load at a fixed width of 940px, use the toggle in the top-right corner of the report to stretch it horizontally and fill the available space.

<figure><img src="/files/UEyZHOmBrjAGyaeSPtod" alt=""><figcaption></figcaption></figure>

## Exporting the Report

***

Every chart and table can be exported as a CSV, with your active filters applied.

<figure><img src="/files/CEZqpWUyTZwqF6VXyvVi" alt=""><figcaption></figcaption></figure>

**To export report data:**

* Click the <img src="/files/5iEwzfr3zPMNo862FNN7" alt="" data-size="line"> button in the top-right corner of any chart or table
* Click Download as CSV - a CSV will be saved to your downloads


---

# 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://help.aphex.co/docs/insight/project-insight-overview.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.
