> For the complete documentation index, see [llms.txt](https://docs.kommdao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kommdao.com/komm-dao-structure/kohort.md).

# Kohort

The Komm DAO allows members to form teams (called Kohorts) with a common goal, consisting of one leader and a few members. Kohorts can be created based on the same areas of expertise as listed for DAO members. Kohorts tend to work best with 3-10 members. Kohorts report to a Permanent Committee and must have their own multisig with at least 2 signers out of 3 signatories. Kohorts are impermanent and are responsible for setting their own rules and processes for decision-making and compensation of team members. Kohorts may include non-members and may be disbanded by the team or by DAO-wide vote.

Examples of Kohort include:

* Marketing Kohort for Project 1

  * Leader
  * Member 1
  * Member 2
  * …
  * Member 10

* Developer Kohort for Project 2
  * Leader
  * Member 1
  * ...


---

# 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://docs.kommdao.com/komm-dao-structure/kohort.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.
