> For the complete documentation index, see [llms.txt](https://board.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://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes.md).

# 2024 Board minutes

- [19 December 2024 - Inersect Board Meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/19-december-2024-inersect-board-meeting.md): Intersect Board Meeting 19 December 2024  (2024-12-19 12:00 UTC)
- [27 November 2024 - Intersect Board Meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/27-november-2024-intersect-board-meeting.md): Intersect Board Meeting 27 November 2024 (2024-11-27 10:00 UTC)
- [31 October 2024 - Intersect Board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/31-october-2024-intersect-board-meeting.md): Intersect Board Meeting 31 October 2024(2024-08-14 10:00 UTC)
- [26 September 2024 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/26-september-2024-intersect-board-meeting.md): Intersect Board Meeting 26 September 2024(2024-08-14 10:00 UTC)
- [14 August 2024 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/14-august-2024-intersect-board-meeting.md)
- [5 July 2024 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/5-july-2024-intersect-board-meeting.md): Intersect Board Meeting 5 July 2024(2024-07-05 14:00 UTC) Update
- [5 June 2024 Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/5-june-2024-intersect-board-meeting.md)
- [7 June 2024 Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/5-june-2024-intersect-board-meeting/7-june-2024-intersect-board-meeting.md)
- [28 Mar 2024 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/28-mar-2024-intersect-board-meeting.md): Intersect Board Meeting Minutes: 1000 UTC 28 March 2024
- [29 Feb 2024 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/29-feb-2024-intersect-board-meeting.md): Minutes: 1000GMT 29 February 2024
- [31 Jan 2024 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/31-jan-2024-intersect-board-meeting.md): Minutes: 1000GMT 31 January 2024
- [8 Dec 2023 - Intersect board meeting](https://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes/8-dec-2023-intersect-board-meeting.md)


---

# 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://board.docs.intersectmbo.org/intersect-board-meetings/2024-board-minutes.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.
