> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Builds

> Browse your build history and drill into any build in the Incredibuild Console.

The **Builds** page shows every build across your environment - self-hosted grids, hosted runners,
and CI pipelines. Open any build to see its analyzed build flow: task execution, cache efficiency,
and time distribution.

<Frame>
  <img src="https://mintcdn.com/incredibuild-docs-migrated/PrV_Bzi7ghyoB_0s/images/ica/builds/builds-list.png?fit=max&auto=format&n=PrV_Bzi7ghyoB_0s&q=85&s=dbac08587896e80612cf1f948610b400" alt="Builds page showing a results chart and a list of builds with status, grid, duration, and start time" width="3320" height="1896" data-path="images/ica/builds/builds-list.png" />
</Frame>

## Build details & visibility

<Note>Available only for grids running Incredibuild **10.35.0** or later.</Note>

Click a build to open its details panel.

<Frame>
  <img src="https://mintcdn.com/incredibuild-docs-migrated/PrV_Bzi7ghyoB_0s/images/ica/builds/build-details.png?fit=max&auto=format&n=PrV_Bzi7ghyoB_0s&q=85&s=255440552f007faec9f8b25c9c9db8c2" alt="Build details panel showing summary, issues detected, and build activity with a per-agent task breakdown" style={{ maxWidth: "320px" }} width="1274" height="1638" data-path="images/ica/builds/build-details.png" />
</Frame>

### Issues detected

Drill down into your build's errors and warnings and quickly identify failing tasks and their failure reason.

### Build activity

A per-agent task breakdown with cache stats: **Total tasks**, **Executed remotely** vs. **Executed
locally**, and cache hits vs. misses.

* **Machines and tasks** - each machine row shows its **cores** and **tasks** count; expand a machine
  to see which tasks run on it.

### Build visibility

Click **View build monitor** for a full-screen timeline of the build - every machine and task laid out
over time, so you can see how work was distributed and where the time went.

<Frame>
  <img src="https://mintcdn.com/incredibuild-docs-migrated/PrV_Bzi7ghyoB_0s/images/ica/builds/build-monitor.png?fit=max&auto=format&n=PrV_Bzi7ghyoB_0s&q=85&s=22f59b4d8db20d533fc97ab8cf925306" alt="Build monitor timeline showing machines, cores, tasks, and task execution over time" width="1669" height="953" data-path="images/ica/builds/build-monitor.png" />
</Frame>

Get a full breakdown of your distributed build - every machine and task, laid out on the timeline.

* **Color legend** - **Distributable** (green), **Non-distributable** (blue), **Failed** (red), and
  **Warning** (yellow).
