> For the complete documentation index, see [llms.txt](https://productcommittee.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://productcommittee.docs.intersectmbo.org/committee-meeting-notes/2024/26th-september-2024.md).

# 14th November 2024

The session was run in the related [miro board](https://miro.com/app/board/uXjVKro_lxs=/)

## Participants

<table><thead><tr><th width="202">Position</th><th width="194">POC</th></tr></thead><tbody><tr><td>Chair</td><td>Saman Michael Far</td></tr><tr><td>Secretary</td><td>Lorenzo Bruno</td></tr><tr><td>Voting seat</td><td>Naushad Fouze</td></tr><tr><td>Voting seat</td><td>Samuel Leathers</td></tr><tr><td>Voting seat</td><td>Juan Sierra</td></tr><tr><td>Voting seat</td><td>Kyle Solomon</td></tr><tr><td>SME</td><td>Zachary Soesbee</td></tr><tr><td>SME</td><td>Alexandru Dochioiu</td></tr><tr><td>SME</td><td>Bartłomiej Kącicki</td></tr><tr><td>SME</td><td>Maciej Krasowski</td></tr><tr><td>SME</td><td>Federico Weill</td></tr><tr><td>SME</td><td>Alex Apeldoorn</td></tr><tr><td>SME</td><td>Fergie Miller</td></tr><tr><td>SME</td><td>Nicolas Biri</td></tr><tr><td>SME</td><td>Adam Dean</td></tr></tbody></table>

## Agenda

* Review actions + decisions from last session and general updates
* Review the status of 2024 committee deliverables + key activities/meetings (next 6 weeks)
* Review budget - product research review doc and comment<br>

## Updates

* The group review the first draft of the proposal for the research budget

## Outcomes & Recommendations

* The voting seats acknowledged and accepted the chair, Saman Far, stepping down from both the role of the chair and the voting seat. The secretary will organize elections for the new chair


---

# 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://productcommittee.docs.intersectmbo.org/committee-meeting-notes/2024/26th-september-2024.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.
