> For the complete documentation index, see [llms.txt](https://docs.changeblock.com/changeblock-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.changeblock.com/changeblock-documentation/resources/faqs/carbon-basics.md).

# Carbon Basics

<details>

<summary>What is a carbon offset?</summary>

A Carbon offset is a market based incentive to fix the environment. An offset typically represents one equivalent tonne of CO2 removed from the atmosphere by a green project (e.g. reforesting an area of land). Projects can issue certificates verified by an independent board, provided they meet a certain set of criteria. Individuals or corporations can then purchase a carbon offset, in order to reduce their carbon footprint.

</details>

<details>

<summary>How effective is carbon offsetting?</summary>

Carbon offsetting is effective as long as the offsets are ‘additional’, meaning that they would not have occurred in the absence of an offset market. They must also be permanent, e.g. a tree planted as an offset must not be cut down. Changeblock ensures that every offset listed on our platform meets this criteria.

</details>

<details>

<summary>What is a carbon footprint?</summary>

Your carbon footprint is the total amount of greenhouse gasses that are generated by our individual actions. Nearly everything we do including watching the TV, purchasing groceries and using the car produces CO2 as a byproduct.

</details>

<details>

<summary>How do you calculate my carbon footprint?</summary>

Changeblock submits the answers to questions about your lifestyle through our algorithm. The algorithm is able to determine the closest estimate for your footprint and is trained using the average GHG usage of UK households.\
‍\
[Calculate yours now.](https://beta.changeblock.com/calculate)

</details>

<details>

<summary>How do you ensure the quality of offsetting projects admitted onto your platform?</summary>

Changeblock employs a stringent vetting process for all carbon offset projects admitted onto our platform, offsets can only be admitted if they are additional and permanent.

</details>

<details>

<summary>What are Voluntary Carbon Markets?</summary>

The voluntary carbon markets function outside of compliance markets and enable companies and individuals to purchase carbon offsets on a voluntary basis with no intended use for compliance purposes. In short, this is a market that exists to allow companies, individuals and institutions to help the environment through carbon offsetting of their own free will, without being compelled to through legal means.<br>

</details>


---

# 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.changeblock.com/changeblock-documentation/resources/faqs/carbon-basics.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.
