> 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/180/rainbow-standard-documents/rainbow-standard-rules.md).

# Rainbow Standard Rules

| **Document name** | Rainbow Standard Rules |
| ----------------- | ---------------------- |
| **Document type** | Standard document      |
| **Version**       | 7.0                    |
| **Release date**  | January 16th, 2026     |
| **Status**        | In use                 |

## **Purpose of this document**

This document outlines the objectives of the Rainbow Standard and sets the general requirement for Project Developers for registering and operating Rainbow projects and issuing Rainbow Carbon Credits (RCC).

It should be used together with the latest versions of the [Rainbow Procedures Manual](/~/changes/180/rainbow-standard-documents/procedures-manual.md), [Methodologies](/~/changes/180/rainbow-standard-documents/methodologies.md), and all other documentation found on this site.

## Language

In all Rainbow documentation, including the present Rainbow Standard Rules, [Rainbow Procedures Manual](/~/changes/180/rainbow-standard-documents/procedures-manual.md), and [Methodologies](/~/changes/180/rainbow-standard-documents/methodologies.md), the following terms are to be interpreted as:

* **Shall** and **must**: a requirement
* **Should**: a recommendation
* **May**: an option, permissible
* **Is** and **will**: in the context of Rainbow, standard operational procedures

{% content-ref url="/pages/D1bECpowUAiJorSGzbQY" %}
[Glossary](/~/changes/180/glossary.md)
{% endcontent-ref %}


---

# 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/180/rainbow-standard-documents/rainbow-standard-rules.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.
