> For the complete documentation index, see [llms.txt](https://token-engineering-commons.gitbook.io/tec-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components.md).

# Learn More

- [Organizational Structure](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/organizational-structure.md): Understanding the Organizational Structure of the TEC
- [Organizational Norms](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/organizational-norms.md)
- [Community Tools](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/community-tools.md)
- [Working Groups](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups.md): Introduction to Working Groups
- [Communications | T.E.A.M. DAO](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/communications.md)
- [Commons Swarm](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/commons-swarm.md): Commons Swarm Working Group Manifesto
- [Communitas](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/communitas.md)
- [Gravity | Conflict management](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/gravity-or-conflict-management.md): Gravity Working Group Manifesto
- [Legal](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/legal.md): Legal Working Group Manifesto
- [Parameters](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/parameters.md)
- [Stewards](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/community-stewards.md): Stewards WG Manifesto
- [Transparency | Mutual Accountability](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/transparency-or-mutual-accountability.md)
- [Reward System](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/reward-system.md): Redesigning the TEC Reward System
- [TEC Labs](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/tec-labs.md): The Token Engineering Commons Laboratory.
- [0mega](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/working-groups/0mega.md): The Working Group 0mega started with a rather big question of: “How can we enable Token Engineering Ethos to emerge from such diverse backgrounds across the globe?”
- [Roles 🌿](https://token-engineering-commons.gitbook.io/tec-handbook/cultural-components/roles.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://token-engineering-commons.gitbook.io/tec-handbook/cultural-components.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.
