> For the complete documentation index, see [llms.txt](https://carbonlink.gitbook.io/carbonlink-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://carbonlink.gitbook.io/carbonlink-api/how-carbonlink-works.md).

# How Carbonlink Works

Building awesome products is tough work--and it's twice as difficult to build awesome products that are sustainable from the get-go.&#x20;

Carbonlink handles the tracking and negation of your emissions so you can focus on what you do best.

#### Emission Estimation

Each emission source is unique, but also measurable. Using Carbonlink's Estimate API, you can map details about your products to a per-unit emission estimate that you can use to automatically track your carbon footprint from the ground up. To learn more about how this works, visit our page on [**Estimate Methodology**](/carbonlink-api/resources/methodologies/estimate-methodology.md) for details.

Now that you've used the Carbonlink API to automate emission tracking, you might be wondering: *"Is that all I can do?"*

#### Emission Reduction

Just as emission sources can be measured, "emission sinks" that remove carbon emissions from the atmosphere can be measured too! We've compiled a list of emission sink Projects and Project groupings called "Pools" into the Carbonlink Asset Library that you can contribute to and effectively reduce your carbon footprint.&#x20;

If that doesn't make any sense, you can get a better understanding of our assets [here](/carbonlink-api/resources/carbon-markets-101/what-is-a-carbon-credit.md). This method of emission reduction at-a-distance is known as "offsetting". Use Carbonlink's Offset API to make contributions to a Project or Pool of your choice and claim emission reductions as your own. Find out more about the process of reducing emissions by visiting this article on the [**Environmental Impact of Offsetting**](/carbonlink-api/resources/carbon-markets-101/environmental-impact-of-offsetting.md).

What must go up must come down. Building awesome products always takes some toll on the environment, but by measuring your environmental footprint and making contributions against it, you can kickstart the transition to making your products carbon neutral!

#### Next steps:

Level up your products by getting started with the Carbonlink API today. To gain access, we'll provide you with an API Key when you book a demo with us.


---

# 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://carbonlink.gitbook.io/carbonlink-api/how-carbonlink-works.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.
