> For the complete documentation index, see [llms.txt](https://docs.rainbowstandard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts.md).

# Terms & contracts

- [Terms of Reference - SAB](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/terms-of-reference-sab.md): Terms of Reference for the Rainbow Standard Advisory Board
- [Terms of Reference - TAC](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/terms-of-reference-tac.md): Terms of Reference for the Rainbow Technical Advisory Committee
- [KYC Policy](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/kyc-policy.md): The KYC policy ensures rigorous identity verification of all participants in carbon credit transactions, maintaining legal compliance and safeguarding against fraud and financial risks.
- [Anti-Bribery and Corruption Policy](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/anti-bribery-and-corruption-policy.md): Rainbow is committed to ethical business practices and compliance with anti-corruption laws. This Policy prohibits bribery and improper payments, outlining employee responsibilities for adherence.
- [Rainbow Standard and Registry Fees](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/rainbow-standard-and-registry-fees.md): Overview of certification and credit issuance fees associated with the Rainbow Standard and Tech Infrastructure.
- [Terms & Conditions for Project Developers (MRV + Registry)](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/terms-and-conditions-for-project-developers-mrv-+-registry.md): Terms of Use of the Impact Certification Platform and Terms of Use of the Rainbow Registry
- [Terms & Conditions for Registry users](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/terms-and-conditions-for-registry-users.md): Terms & Conditions Agreement - Terms of Use of the Rainbow Registry for Rainbow Carbon Credit Purchasers
- [Privacy policy](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/privacy-policy.md): Privacy Policy of the Rainbow MRV platform and the Rainbow Registry
- [Cookie Policy](https://docs.rainbowstandard.io/~/changes/113/other/terms-and-contracts/cookie-policy.md): The cookie policy for the Rainbow Platform


---

# 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.rainbowstandard.io/~/changes/113/other/terms-and-contracts.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.
