> 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/resources/backmatter.md).

# Backmatter

**C.Scale** is a calculation service and web application streamlining whole life carbon assessments.

## **Peer Review and Feedback**

Iterations of **C.Scale** have been reviewed in whole or part by colleagues at [MKA](https://www.mka.com/), [Carbon Leadership Forum](https://carbonleadershipforum.org/), Autodesk, and others. Thank you to Jamy Bacchus, Ted Tiffany, Kayleigh Houde, and Peter Alsbach for their careful review of early versions of out refrigerant emissions data and methodology.

The project team owes a heartfelt thanks to the group of over 80 firms that participated in our initial closed beta, the input of whom was essential to our model's early development, and the countless users who have since offered feedback, critique, and unique use cases.

Despite this review, errors may persist. If you are interested in providing additional review and have the expertise to do so, [please reach out](mailto:hi@cscale.io).

## Contact

Questions regarding the model, its methodology, or the data? Emails to <hi@cscale.io>.

## Copyright

C.Scale © 2023-2025 Climate Scale, Inc. All rights reserved.

<figure><img src="/files/QtnYmFwrziRBNQIBOhtd" alt="" width="188"><figcaption></figcaption></figure>


---

# 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/resources/backmatter.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.
