> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/carbon/scope-and-boundaries.md).

# Scope and Boundaries

Step one in an Upfront Carbon assessment is setting Scope and Boundaries. These terms refer to the range of processes and life cycle stages included in calculating carbon emissions.

In the example below, 'System Boundaries' are refined to 'Product (A1-A3)' and 'Construction (A4-A5)' stages only by deleting the 'In-Use (B4)' and 'End-of-Use (C2)' stages from the simulation. Next, the 'Practical Completion' date and 'Operational Period' are set to define the length of the simulation period.

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

### System Boundary

The term System Boundary refers to the life cycle stages of a building that are included in the assessment. For Upfront Carbon, this includes:

**Product stage (A1-A3)**: Includes all processes up to the point the product is ready for delivery, including raw material extraction, transportation, and manufacturing.

**Construction process stage (A4-A5)**: includes transportation to the building site and the construction process.

### System Boundary (Optional)

Additional System Boundaries are also available for the following:

**In-Use stage (B4):** Includes the replacement of building components during a building's life, including the production, transportation, and installation of new components, as well as disposal of old ones.&#x20;

**End-of-Use stage (C2)**: Includes transporting deconstructed building materials to a waste processing facility.&#x20;

### Practical Completion

Practical Completion refers to the point at which a building's construction is complete and the building can serve its intended purpose. By this point, most upfront carbon emissions, originating from material production and construction, have been locked in. Thus, strategies to minimise a building's upfront carbon must be executed before this stage.

### Operational Period

The Operational Period of a building's Upfront Carbon simulation is the phase when the building is in use. This is only used if System Boundaries other than A1 - A5 are nominated.


---

# 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.betterbuilding.io/user-guide/workflows/carbon/scope-and-boundaries.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.
