> For the complete documentation index, see [llms.txt](https://wiki.oikos-international.org/oikosmos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.oikos-international.org/oikosmos/starter-kit/our-tools/community-zoom.md).

# Community Zoom

1. The oikos Community Zoom is a Zoom Account that can be used by all chapters to host their external events (discussions, welcome sessions to new oikees, legislative meetings etc.) with up to 100 members.

{% hint style="info" %} <mark style="background-color:orange;">This Community Zoom needs to be</mark> [<mark style="background-color:orange;">reserved via this Airtable form</mark>](https://airtable.com/apppobl3Nl9Cxg9ae/shrKyRBUirAVNMlsg)<mark style="background-color:orange;">.</mark> \
\&#xNAN;*Please read carefully the instructions following the form link and be aware that the processing of your request might take up to 5 days.*
{% endhint %}

2. Additionally, our oikos International Zoom Account, [oikos Virtual Office](https://us02web.zoom.us/j/2032030203?pwd=WWNRUmFIbFo1U3VVKzJRdE5PVlQ5dz09#success) (VO), is always at your disposal and can be used by all oikos chapters to host their internal meetings, peer to peer sessions or 1:1 exchanges. You will most likely find many oikees  already mingling in different 'Breakout Rooms' around the Office.

Contact IT team via [this form](https://airtable.com/apppobl3Nl9Cxg9ae/shrDU5TnKFuf7BqPM) in case you have any questions or hiccups on the way!


---

# 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://wiki.oikos-international.org/oikosmos/starter-kit/our-tools/community-zoom.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.
