# Holons

## Holons

- [Introduction](https://docs.holons.io/getting-started/readme.md): an open-source protocol for modular, purpose-aligned coordination
- [What is a Holon?](https://docs.holons.io/getting-started/what-is-a-holon.md): A five-minute introduction before diving into the rest of the docs
- [Run Your First Holon](https://docs.holons.io/getting-started/run-your-first-holon.md): An end-to-end walkthrough from zero to a federated, scored, MCP-callable holon
- [Glossary](https://docs.holons.io/getting-started/glossary.md): A single source of truth for the vocabulary used across these docs
- [Funding Flow](https://docs.holons.io/getting-started/funding-flow.md): How resources move through holons and federations
- [Funding Flow Whitepaper](https://docs.holons.io/getting-started/funding-flow-whitepaper.md): Economic Infrastructure for Networked Coordination
- [The Holonic Earth Operating System (THEOS)](https://docs.holons.io/software/the-holonic-earth-operating-system.md): A novel social coordination protocol beyond blockchains and scarcity economics
- [The Shared Core](https://docs.holons.io/software/core.md): The shared domain layer that every Holons interface calls into
- [HoloSphere](https://docs.holons.io/software/holosphere.md): The distributed substrate that every Holons UI reads from and writes to
- [Federation](https://docs.holons.io/software/holosphere/federation.md)
- [Harvest 🌱](https://docs.holons.io/software/harvest-dashboard.md): The Holons monorepo — one shared core, five interfaces
- [MCP Server](https://docs.holons.io/software/mcp-server.md): Model Context Protocol server exposing the entire holonic core as callable tools
- [Tasks](https://docs.holons.io/software/tasks.md): The unified Quest model — tasks, proposals, events, offers, and requests under one shape
- [Council](https://docs.holons.io/software/council.md): Proposal lifecycle and consent-based voting for holonic governance
- [Scoring](https://docs.holons.io/software/scoring.md): How value equations turn contributions into scores
- [REA Accounting](https://docs.holons.io/software/rea-accounting.md): The Resource-Event-Agent event ledger that underpins scoring and contribution tracking
- [DNA](https://docs.holons.io/software/dna.md): How a holon's identity is composed from chromosomes
- [Library](https://docs.holons.io/software/library.md): Shared community library — tools, books, equipment borrowed and lent across a holon
- [Expenses](https://docs.holons.io/software/expenses.md): Shared cost logging, splitting, and per-user balance accounting
- [Federation (Core Domain)](https://docs.holons.io/software/federation.md): How holons publish to each other — the federation publishing domain
- [Text UI](https://docs.holons.io/software/text-ui.md): Framework-agnostic CLI and REPL for driving holons from the terminal
- [AI UI](https://docs.holons.io/software/ai-ui.md): In-process Claude tool-use loop — make a holon callable in natural language
- [Holons types (flavor)](https://docs.holons.io/software/holons-types-flavor.md): Composable patterns for shaping a holon's behavior
- [Splitter Holon](https://docs.holons.io/software/holons-types-flavor/splitter-holon.md)
- [Managed Holon](https://docs.holons.io/software/holons-types-flavor/managed-holon.md)
- [Zoned Holon](https://docs.holons.io/software/holons-types-flavor/zoned-holon.md)
- [Appreciative Holon](https://docs.holons.io/software/holons-types-flavor/appreciative-holon.md)
- [HolonsBot](https://docs.holons.io/software/holonsbot.md): The Conversational Interface for Holonic Coordination
- [HolonsBot commands](https://docs.holons.io/software/holonsbot/holonsbot-commands.md)
- [Setting up your holonic organization](https://docs.holons.io/daos/setting-up-your-holonic-organization.md): Setting Up a Fractal Organization using Telegram
- [Managing your organization](https://docs.holons.io/daos/managing-your-organization.md)
- [Agreements](https://docs.holons.io/agreements/agreements.md): Explicit, programmable commitments between holons and their members
- [Memorandum of Understanding](https://docs.holons.io/agreements/memorandum-of-understanding.md)
- [Non-Profit Associations](https://docs.holons.io/application-areas/non-profit-associations.md)
- [Enlightened Businesses](https://docs.holons.io/application-areas/enlightened-businesses.md): A Coordination Framework for Purpose-Driven Organisations
- [DAO Tooling](https://docs.holons.io/application-areas/dao-tooling.md): Coordinating a DAO with Holonic Infrastructure
- [Bioregional Regeneration](https://docs.holons.io/application-areas/bioregional-regeneration.md): A Distributed Coordination Layer for Land, People & Projects
- [Disaster Relief Coordination System](https://docs.holons.io/application-areas/disaster-relief-coordination-system.md)
- [Game B](https://docs.holons.io/application-areas/game-b.md): Game-B Native Coordination Infrastructure
- [Family Management System](https://docs.holons.io/application-areas/family-management-system.md)
- [Hubs Network](https://docs.holons.io/application-areas/hubs-network.md)
- [Features](https://docs.holons.io/reference/features.md): A scannable catalog of everything the Holons ecosystem can currently do
- [Migration Notes](https://docs.holons.io/reference/migration-notes.md): What moved, what was renamed, where things live now
- [FAQ](https://docs.holons.io/reference/faq.md): Common questions about Holons, answered in one place


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.holons.io/getting-started/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
