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

# Developers

- [Toucan for developers](https://docs.toucan.earth/developers/toucan-developer-resources.md)
- [Smart contracts](https://docs.toucan.earth/developers/smart-contracts.md)
- [Carbon pool contracts](https://docs.toucan.earth/developers/smart-contracts/pool-contracts.md): All carbon pools have the same standard functions
- [TCO2 contracts](https://docs.toucan.earth/developers/smart-contracts/tco2.md): TCO2 tokens represents tokenized carbon credits
- [Retirement certificates](https://docs.toucan.earth/developers/smart-contracts/retirement-certificates.md)
- [OffsetHelper](https://docs.toucan.earth/developers/smart-contracts/offset-helper.md): The OffsetHelper contract simplifies the carbon offsetting (retirement) process.
- [Subgraphs](https://docs.toucan.earth/developers/subgraph.md)
- [Toucan SDK](https://docs.toucan.earth/developers/sdk.md)
- [Quickstart](https://docs.toucan.earth/developers/sdk/quickstart.md): Quickstart a project with carbon retirements with a few lines of code
- [Contract interactions](https://docs.toucan.earth/developers/sdk/contract-interactions.md): Interact with Toucan smart contracts using our JavaScript SDK
- [Subgraph interactions](https://docs.toucan.earth/developers/sdk/subgraph-interactions.md): SDK functions to read from the Toucan subgraph
- [Tools + examples](https://docs.toucan.earth/developers/tools-+-examples.md)
- [Integration examples](https://docs.toucan.earth/developers/tools-+-examples/integration-examples.md): If you're looking for examples of how to build on top of our protocol, you can find them here.
- [Testnet faucets](https://docs.toucan.earth/developers/tools-+-examples/faucet.md): Get carbon pool and TCO2 tokens testnets
- [Dune dashboard](https://docs.toucan.earth/developers/tools-+-examples/dune-dashboard.md)
- [Developer support](https://docs.toucan.earth/developers/support.md): Toucan support
- [Error codes](https://docs.toucan.earth/developers/support/error-codes.md)


---

# 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.toucan.earth/developers.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.
