> For the complete documentation index, see [llms.txt](https://docs.cscale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cscale.io/users-guide/create-a-project/set-a-baseline.md).

# Set a Baseline

C.Scale assesses the efficacy of carbon reduction measures in relative terms as a reduction in emissions from a baseline scenario. C.Scale determines the baseline from conservative assumptions representing a project in which no efforts have been made to reduce carbon emissions. The baseline provides a reference point for evaluating carbon reduction measures.

* Baseline scenarios are **fully customizable.**
* Baseline scenarios can be configured as **new construction, renovation or a combination of both**.
* Baseline scenarios can be configured **to align with code**.
* Baseline scenarios are flexible, and **any scenario can be tagged as the baseline**.

### Refining the Baseline

In the left-hand panel, **select the scenario tagged "Baseline"**.

<div align="left"><figure><img src="/files/zdQufjLUmLsMd7xclUeQ" alt="" width="563"><figcaption><p>Baseline scenario selected in the left-hand panel.</p></figcaption></figure></div>

After selecting the baseline scenario in the left-hand panel, the following warning will be displayed in the right-hand panel. The warning serves as a reminder that you are editing the baseline, which is used as the reference for all other scenarios.

<div align="left"><figure><img src="/files/d4Qu9ejUstvUGkyMaHU2" alt="" width="375"><figcaption><p>Warning that the baseline is being edited.</p></figcaption></figure></div>

The baseline can be refined using the [**Carbon Reduction Measures**](/users-guide/reduce-emissions.md) in the right-hand panel.

### Setting Another Scenario as the Baseline

Any scenario within the project can be set as the baseline, and serve as the reference point for the project. To set another scenario as the baseline, click the **3-dot menu** to the right of the scenario name in the left-hand panel.

<div align="left"><figure><img src="/files/Gi6mEQtqpsJm5yWCzWA9" alt="" width="399"><figcaption><p>Click the 3-dot menu to set another scenario as the baseline.</p></figcaption></figure></div>

Within the menu, click **Set as Baseline** to set another scenario as the reference for comparison.

<div align="left"><figure><img src="/files/kOZSveZ4ZcbbXFafipr6" alt="" width="182"><figcaption><p>Set any scenario as the baseline.</p></figcaption></figure></div>

### Analyzing the Baseline

With the baseline scenario selected in the left-hand panel, analyze it using the following charts:

* [Emissions Over Time](/users-guide/reduce-emissions/analyze-scenarios.md#emissions-over-time)
* [Emissions by Scope Category](/users-guide/reduce-emissions/analyze-scenarios.md#emissions-by-scope-category)
* [Emissions by Life Cycle Stage](/users-guide/reduce-emissions/analyze-scenarios.md#emissions-by-lca-stage)
* [Emissions Summary](/users-guide/reduce-emissions/analyze-scenarios.md#emissions-summary)


---

# 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.cscale.io/users-guide/create-a-project/set-a-baseline.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.
