> For the complete documentation index, see [llms.txt](https://ontocracia.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ontocracia.gitbook.io/docs/data/data-expansion.md).

# Data expansion

Ontocracia’s ultimate goal is to capture **every layer of governance**, from local councils to international organizations. The expansion roadmap includes:

* **Local Governance**: Municipalities, neighborhood boards, and grassroots movements.
* **Intranational Bodies**: State, provincial, and regional legislatures, including specialized committees.
* **Supranational Entities**: Intergovernmental organizations, global treaties, and multinational frameworks.
* **Enriched Context**
  * **Calendars & Live Feeds**: Offer real-time event schedules, legislative sessions, and news integrations (X)  so users never miss a critical update.
  * **Community-Driven Forums**: Encourage open discussion and commentary, harnessing collective wisdom to interpret and evaluate developments.
* **Laws & Proposals**
  * **Legislative Repositories**: Maintain a clear and chronological repository of passed laws, amendments, and proposals for easy reference.
  * **Legal proposals:** Track the political activity by managing the new proposals status, debate & results of each government.
  * **Version Tracking & History**: Use blockchain to keep a permanent record of changes, ensuring full transparency of legislative evolution.
* **Entities Relationships**
  * **Interconnected Data**: Map how individuals, parties, organizations and institutions interact—who allies with whom, which officials serve in which committees, and how decisions ripple across the system.&#x20;
  * **Dynamic Graph Views**: Visualize these relationships in an intuitive graph format, revealing patterns and power structures that might otherwise remain hidden.
* **Citizens status data points:** what citizens feels, thinks, wants and are concerned about. This information can be gathered from external sources but also from Ontocracia participation on polls, proposals, forums or debates.

By continuously broadening our scope, we aim to make Ontocracia the **go-to global reference** for political data, bridging the gap between the everyday citizen and the corridors of power.


---

# 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://ontocracia.gitbook.io/docs/data/data-expansion.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.
