> For the complete documentation index, see [llms.txt](https://whitepaper.open-data-rights.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.open-data-rights.org/future-considerations/governance.md).

# Governance

If and when the Open Data Rights API finds application, stakeholders will need to be more consistently and meaningfully involved in the governance process of it. As of current, the Data Rights API finds a beneficial dictator in the form of a single maintainer. In case of adoption by organisations, the process of change needs to be structured.

First and fore-mostly, organisations need to be part of the conversation on how they facilitate data rights. In the future, the Open Data Rights API (and derivative trademarks, etc.) should be part of an independent, not-for-profit organisation. Initially, this organisation could be stewarded by another organisation (e.g. the Linux Foundation or Internet Society) with the knowledge to support such a project. This organisation should allow membership from stakeholders, both commercial and non-commercial.

Given the basis for membership, the rights and duties that are associated with it must be defined. While most of these have no need of definition right now, at the very least a process for participation in evolution of the standard must be defined. Preferably, some sort of Request for Comment process needs to be set up. In this process, member must be able to (unsolicitedly) submit proposals for change. Additionally members must be able to participate in decision making by means of voting.

These functions need to be supported legally, by means of statutes, incorporation and codification of procedures. In the meanwhile, this project is governed by [GitHub issues](https://github.com/aeon-data-requests/open-data-rights-api/issues). We invite anyone to create an issue to discuss an aspect of the API, or submit a Pull Request against the OpenAPI specification or documentation.


---

# 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://whitepaper.open-data-rights.org/future-considerations/governance.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.
