# Software

- [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)


---

# Agent Instructions: 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:

```
GET https://docs.holons.io/software.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.
