> 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/resources.md).

# RESOURCES

- [Web3 concepts](https://docs.toucan.earth/resources/interacting-with-smart-contracts.md)
- [Carbon markets](https://docs.toucan.earth/resources/carbon-markets.md)
- [Carbon credits](https://docs.toucan.earth/resources/carbon-markets/credits.md)
- [Frequently asked questions](https://docs.toucan.earth/resources/frequently-asked-questions.md): This can be a bit confusing. We're here to help.
- [How do I use the Carbon Bridge?](https://docs.toucan.earth/resources/frequently-asked-questions/how-do-i-use-the-carbon-bridge.md)
- [How can one carbon pool token, like CHAR, represent one tonne of carbon?](https://docs.toucan.earth/resources/frequently-asked-questions/how-can-one-pool-token-represent-one-tonne-of-carbon-and-how-does-the-bridge-work.md)
- [Can I retire carbon pool tokens, like CHAR, to offset my emissions?](https://docs.toucan.earth/resources/frequently-asked-questions/how-can-i-retire-pool-tokens-to-offset-my-emissions.md)
- [Where can I find the addresses of CHAR or other contracts?](https://docs.toucan.earth/resources/frequently-asked-questions/where-can-i-find-the-addresses-of-toucan-contracts.md)
- [How long does it take to bridge carbon credits?](https://docs.toucan.earth/resources/frequently-asked-questions/how-long-does-it-take-to-bridge-carbon-credits-and-how-does-the-validation-work.md)
- [What happens to a pool token if it is bridged to another network?](https://docs.toucan.earth/resources/frequently-asked-questions/how-does-toucan-avoid-double-counting-of-credits-on-cross-chain.md)
- [FAQ for transition to Open Source](https://docs.toucan.earth/resources/frequently-asked-questions/faq-for-transition-to-open-source.md)
- [Archives](https://docs.toucan.earth/resources/archives.md)
- [Verra Bridge \[Deprecated\]](https://docs.toucan.earth/resources/archives/verra-bridge-deprecated.md): Below is the historical archive of documentation regarding the deprecated Carbon Bridge to Verra
- [Pool Acceptance Criteria: NCT, BCT](https://docs.toucan.earth/resources/archives/pool-acceptance-criteria.md)
- [NCT Pool Report](https://docs.toucan.earth/resources/archives/nct-pool-party-report.md): A report detailing the Nature Carbon Tonne criteria design process
- [Audits](https://docs.toucan.earth/resources/security.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/resources.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.
