> For the complete documentation index, see [llms.txt](https://committees.docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://committees.docs.intersectmbo.org/committee-overview/committees/committee-reporting.md).

# Committee Reporting

{% hint style="danger" %}
**ARCHIVED**

This page has been archived. It's content might be outdated.
{% endhint %}

The report provides a regular single source of truth on:

* Current Committee objectives and progress against these
* Committee Highlights from previous period (past 2 weeks)
* Committee Focus for next period (next 2 weeks)
* Working Group Updates against agreed deliveries

### Reports <a href="#reports" id="reports"></a>

* 13 December (paused for Christmas, next report in Jan 2025)
* [29 November 2024](https://drive.google.com/file/d/1xDQNXYjn1RNeP3h1Qp7-Ur3BL_tgB8ih/view?usp=sharing)
* [15 November 2024](https://drive.google.com/file/d/1Aqt3O7XmN9Vj08gSTniXercaCxxu0A-c/view?usp=sharing)
* [18 October 2024](https://drive.google.com/file/d/1g5NJ21RZO79hbumHMblvXsNmC9QREvTK/view?usp=drive_link)
* [05 October 2025](https://drive.google.com/file/d/1EzT7Tf4j9tfRGrlOSi8AjlKxKsKXdCFI/view?usp=drive_link)
* [20 September 2024](https://drive.google.com/file/d/1ODbVTp9kdkEf3NYE9GcLMb2SbT5Hl9bO/view?usp=sharing)
* [06 September 2024](https://docs.google.com/document/d/1wFsB_NCOpArxIQNKjPVz9y6sjWE1npf2UXkaG8jO2BM/edit#heading=h.wjj1v29advno)
* [23 August 2024](https://drive.google.com/file/d/1VH6SH3CuDJakoh7RKju5R-EW0obNCEs3/view?usp=sharing)
* [09 August 2024](https://drive.google.com/file/d/1Dq7j0Rf4kgQ-7iH5mFwaHE0ku__hpV4h/view?usp=sharing)
* [26 July 2024](https://drive.google.com/file/d/1LG8UACqfbANcwEeQsaMvxoCPVIysqtt9/view?usp=sharing)
* [12 July 2024](https://drive.google.com/file/d/1wLHxmUSvWH8jZtY3xWK2g7y_tI27r07U/view?usp=sharing)
* [28 June 2024](https://drive.google.com/file/d/1IVgBQXsGFHpIANcSTC7izwTt-k85AL2e/view?usp=sharing)


---

# 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://committees.docs.intersectmbo.org/committee-overview/committees/committee-reporting.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.
