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

# Welcome to the Klima Protocol

### **Klima Protocol documentation**

Explore the documentation to understand how to interact with the Klima Protocol and use its features effectively.

Documentation is divided into five **handbooks** and a **reference** section. Click on the tiles below to get started.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Carbon buyer’s handbook</strong></td><td>Offset carbon emissions by retiring carbon credits directly from Klima.</td><td><a href="/files/ZczQtnjICaIp6hJCyhh9">/files/ZczQtnjICaIp6hJCyhh9</a></td><td></td><td><a href="/pages/aOjs4gC5WzIpifbjuGsn">/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr><tr><td><strong>Carbon seller’s handbook</strong></td><td>Sell your carbon credits to Klima and get paid instantly.</td><td><a href="/files/WKgD3m9ugGZXbXEuvEio">/files/WKgD3m9ugGZXbXEuvEio</a></td><td></td><td><a href="/pages/cjjAIantplQ4zwPm3Kb2">/pages/cjjAIantplQ4zwPm3Kb2</a></td></tr><tr><td><strong>Liquidity provider’s handbook</strong></td><td>Participate in Klima’s liquidity markets.</td><td><a href="/files/McuwUfG3OsgEo7ewfiGH">/files/McuwUfG3OsgEo7ewfiGH</a></td><td></td><td><a href="/pages/89aqf4WOr2PLSsiy1z03">/pages/89aqf4WOr2PLSsiy1z03</a></td></tr><tr><td><strong>Governance handbook</strong></td><td>Put your kVCM and K2 tokens to work.</td><td><a href="/files/txlYZgFx1vDX0fn4FFFQ">/files/txlYZgFx1vDX0fn4FFFQ</a></td><td></td><td><a href="/pages/5U4ZCumezbqLJTYjY8dJ">/pages/5U4ZCumezbqLJTYjY8dJ</a></td></tr><tr><td><strong>Developer’s handbook</strong></td><td>Build with Klima and bring the carbon market to your users.</td><td><a href="/files/pQ2hYrDStpAYpwCwRsi2">/files/pQ2hYrDStpAYpwCwRsi2</a></td><td></td><td><a href="/pages/s5Y4fX4dsxHBCbWTIOUI">/pages/s5Y4fX4dsxHBCbWTIOUI</a></td></tr><tr><td><strong>Reference</strong></td><td>Learn the Klima Protocol’s design and tokenomics.</td><td><a href="/files/YDk0g0KE90lUFJOPC9i4">/files/YDk0g0KE90lUFJOPC9i4</a></td><td></td><td><a href="/pages/4Pd1W6NRNoWXqSIuL31V">/pages/4Pd1W6NRNoWXqSIuL31V</a></td></tr></tbody></table>


---

# 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.klimaprotocol.com/readme.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.
