# Clear to build reporting

The clear to build report is a standard report found under "Parts/Inventory/Plans".

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

The report combines the plans data generated by Autoplan with the aBOM to give you a full picture of the status of your build(s).

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

### Notable assemblies

This view in the Clear to Build report helps break down the BOM into reportable sections. To use this feature, you need to set up an attribute at the part library level to indicate the Notable Assembly. **Set this attribute as either a text or single-select input and make sure the name is exactly "Notable Assembly" (not case sensitive).**

{% embed url="<https://www.loom.com/share/f7a9fb75ed8d4d88995756cc3d296179?sid=31b3aa0c-b3e2-4939-8aa4-1f0204360436>" %}

When generating outputs, the "Notable Assembly" serves as an initial reference point. As the system traverses the Bill of Materials (BOM), the value associated with a high level (parent) notable assembly will propagate down the hierarchy. This propagation continues through all subsequent components in the structure until another assembly with a different notable assembly name or attribute is encountered.

For the example in the video above:

1. Starting from a "Notable Assembly" each component below it inherits the associated attributes until a different assembly name (e.g., "Base") is reached.
2. From the "Base" assembly onward, every subsequent component in the structure will inherit the attributes of "Base."

This hierarchy-based propagation ensures that attributes are consistently inherited by child components, depending on the last encountered assembly name with the "Notable Assembly" attribute populated.


---

# Agent Instructions: 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:

```
GET https://manual.firstresonance.io/plans-and-autoplan/clear-to-build-reporting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
