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

# Starter Kit

- [To be an oikee...](https://wiki.oikos-international.org/oikosmos/starter-kit/to-be-an-oikee....md)
- [Chapter Commitments](https://wiki.oikos-international.org/oikosmos/starter-kit/chapter-commitments.md)
- [Impact Reporting](https://wiki.oikos-international.org/oikosmos/starter-kit/impact-reporting.md): The guide explains the logic behind the oikos Chapter Impact Reporting and serves as a navigating tool for chapters to be able to review and present their initiatives through the new lens.
- [Community Engagement](https://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement.md)
- [Chapter Check-ins](https://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement/chapter-check-ins.md)
- [International Chat - Whatsapp](https://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement/discord.md): Our new community exchange for all members, alumni and friends.
- [Social Media & Newsletter](https://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement/social-media-and-newsletter.md): Follow our Social Media and get inspired by the oikos monthly Newsletter!
- [Events Calendar](https://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement/community-calendar.md): Stay up to date with all events by and for the oikos community!
- [Our Tools](https://wiki.oikos-international.org/oikosmos/starter-kit/our-tools.md): Wide ocean of collaboration in our landscape requires a platform(s) to hold the space all together.
- [Google Workspace](https://wiki.oikos-international.org/oikosmos/starter-kit/our-tools/google-workspace.md): Navigate Google Workspace like a pro!
- [Community Zoom](https://wiki.oikos-international.org/oikosmos/starter-kit/our-tools/community-zoom.md): Your virtual space to host events and meet as a chapter and community!
- [Miro](https://wiki.oikos-international.org/oikosmos/starter-kit/our-tools/miro.md): Get crazily creative with this great online tool!
- [How can oikos support?](https://wiki.oikos-international.org/oikosmos/starter-kit/how-can-oikos-support.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://wiki.oikos-international.org/oikosmos/starter-kit.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.
