> 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-communications.md).

# Committee Communications

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

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

\
Below is the basic communications plan for all comittees:

| Item                                     | Platform                                                                                                                     | Frequency              | Purpose                                                                                                                                                                                                                                                                                         |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Committee Webpages                       | [Knowledge Base in Gitbooks](https://docs.intersectmbo.org/intersect-overview/intersect-committees)                          | As required            | Provide membership with information on the committee such as their purpose, goals, points of contact etc and associated working groups.                                                                                                                                                         |
| Committee Bi-Weekly Report               | [Gitbooks ](https://intersect.gitbook.io/committee-overview/)and published through Dev Report                                | Bi-weekly              | <p>To provide a progress report on committees and their associated Working Group. A single source of truth on:</p><ul><li>Current Objectives and progress</li><li>Highlights from previous period</li><li>Focus for next period</li><li>Working Group Updates against agreed delivery</li></ul> |
| General Communications and Announcements | Discord (open channel per committee / working group) - See links below                                                       | Frequently             | Provide regular updates, communication and engagement with the membership community.                                                                                                                                                                                                            |
| Working Group Pages                      | Knowledge Base in [Gitbooks](https://docs.intersectmbo.org/intersect-overview/intersect-committees/intersect-working-groups) | As required            | Provide membership with information on the working group such as their purpose, goals, points of contact etc                                                                                                                                                                                    |
| Dev Report                               | Website                                                                                                                      | Weekly                 | Provide membership with key important highlights or other important matters and announcements.                                                                                                                                                                                                  |
| Open Offices                             | Google Meet (advertised through Intersect Events Calendar and Discord)                                                       | Monthly (as a minimum) | To provide the community with a mechanism to engage virtually through a call with each of the committee.                                                                                                                                                                                        |
| Town Halls                               | Town Hall                                                                                                                    | As required            | Engage with the community through Town Hall Events                                                                                                                                                                                                                                              |

## Committee Discord Announcement Channels

[#budget-committee-updates](https://discord.com/channels/1136727663583698984/1269963002363383828)\
[#roadmap-committee-updates](https://discord.com/channels/1136727663583698984/1269964127426711582)\
[#core-infrastructure-roadmap-updates (proposed to be a sub committee to roadmap)](https://discord.com/channels/1136727663583698984/1250805863384481803)\
[#civics-committee-updates](https://discord.com/channels/1136727663583698984/1258846510922334278)\
[#technical-steering-committee-updates](https://discord.com/channels/1136727663583698984/1262393547915657287)\
[#parameters-committee-updates](https://discord.com/channels/1136727663583698984/1258845179104858112)\
[#open-source-office updates](https://discord.com/channels/1136727663583698984/1253317037653233674)\
[#Membership-and-community-committee-updates](https://discord.com/channels/1136727663583698984/1258838288635133982)\
[#exec-committee-updates](https://discord.com/channels/1136727663583698984/1256205860737257502) (edited)&#x20;


---

# 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-communications.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.
