# Data Analysis/Quantification

To create graphs from the CO2 sensor, follow this simple guide that I made on GitHub: <https://github.com/charlienicholson3/scd30Code/tree/main>.

To learn how much carbon dioxide you captured, go to this guide on GitHub: <https://github.com/charlienicholson3/Carbon-Capture-Calculator>.

(And yes, I know that I should make the above two resources into one mega spreadsheet, but I don't have the time. If someone does, make a pull request on the GitHub page).


---

# 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://nicholsonlabs.gitbook.io/labs/carbon-capture/data-analysis-quantification.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.
