> 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/other/administrative-oversight.md).

# Administrative Oversight Record

## Standard Advisory Board meeting notes

<table><thead><tr><th width="178">Date</th><th width="393">Type</th><th>Publish decisions</th></tr></thead><tbody><tr><td>April 27, 2023</td><td>Standard Advisory Board meeting #1</td><td><a href="https://drive.google.com/file/d/1OrQMIOQr_VdCT7Z_yDSZF4ZUyyMXEQBy/view?usp=sharing">link</a></td></tr><tr><td>September 21, 2023</td><td>Standard Advisory Board meeting #2</td><td><a href="https://drive.google.com/file/d/1QC236sJAuF-0fMHvHT8gLQFsKwSKq9LQ/view?usp=sharing">link</a></td></tr><tr><td>February 14, 2024</td><td>Standard Advisory Board meeting #3</td><td><a href="https://drive.google.com/file/d/1-_lgtulOE4EGVIz5m_J1NAYybns0gso8/view?usp=sharing">link</a></td></tr><tr><td>August 27, 2024</td><td>Standard Advisory Board meeting #4</td><td><a href="https://drive.google.com/file/d/1dFnVy_J83TPRuqdRVgcHe_PvLpWENLan/view?usp=sharing">link</a></td></tr><tr><td>June 4, 2025</td><td>Standard Advisory Board meeting #5</td><td><a href="https://drive.google.com/file/d/1WXJZ2llEt7FFVAj1oDUbUJZz3Rp9kc5N/view?usp=sharing">link</a></td></tr><tr><td>December 12, 2025</td><td>Standard Advisory Board meeting #6</td><td><a href="https://drive.google.com/file/d/1wXNoPUSrvCodzcZnoJ9Xv8nITDqcl4_0/view?usp=sharing">link</a></td></tr></tbody></table>

## Rainbow Annual Activity Report

<table><thead><tr><th width="178">Date</th><th width="393">Type</th><th>Publish decisions</th></tr></thead><tbody><tr><td>March 4, 2024</td><td>2023 Annual Activity Report</td><td><a href="https://drive.google.com/file/d/1BO7PgY90YShy7booeg8hVOv1T7cPIB3l/view?usp=drive_link">link</a></td></tr><tr><td>June 30, 2025</td><td>2024 Annual Activity Report</td><td><a href="https://drive.google.com/file/d/117JUnsuI6Hid988qTQI3HuB4MV9wIwjW/view">link</a></td></tr><tr><td>April 30, 2026</td><td>2025 Annual Activity Report</td><td><a href="https://drive.google.com/file/d/1wuXvqHxzHsv9uueolblCHhN8WrE2K-PF/view?usp=sharing">link</a></td></tr></tbody></table>

## Complaints and sanctions

No complaints have been received, or sanctions applied.

## Miscellaneous

<table><thead><tr><th width="178">Date</th><th width="393">Type</th><th>Publish decisions</th></tr></thead><tbody><tr><td>May 15, 2024</td><td>Mission audit statement</td><td><a href="https://drive.google.com/file/d/1XF8QsDrTi4c6Mg-UCylysTmcBqeRSBTS/view?usp=sharing">audit statement</a></td></tr><tr><td>July 28, 2025</td><td>Registry Internal IT Audit</td><td><a href="https://drive.google.com/file/d/1cJLmD1HCQzHyuCnl2hWJhq8WTrUV5VvV/view?usp=sharing">link</a></td></tr><tr><td>January 20, 2026</td><td>Registry Internal IT Audit</td><td><a href="https://drive.google.com/file/d/1MiclNG8aTbMSz7SUy0fTZ94RMRKKCPPD/view?usp=sharing">link</a></td></tr><tr><td>July 20, 2026</td><td>Registry Internal IT Audit</td><td><a href="https://drive.google.com/file/d/1J7Vog6ljZMzpi6qqJ2jhx3U9jvloytEc/view?usp=sharing">link</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.rainbowstandard.io/other/administrative-oversight.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.
