> For the complete documentation index, see [llms.txt](https://docs.gameplan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gameplan.io/tech-specs/core-concepts/governance-framework.md).

# Governance Framework

The **Gameplan governance framework** allows the community—fans, fighters, and other stakeholders—to take part in key decisions regarding the platform’s development and security. Participants can propose changes or vote on platform upgrades, new features, and security updates. Voting is automated through smart contracts, ensuring that decisions are carried out transparently and without manual intervention.

Different user groups, such as fans and fighters, have a voice in the decisions that affect them. For instance, fans may vote on engagement features, while fighters influence aspects like profile controls and policies.

Each part of the Gameplan ecosystem operates under a localized governance system, giving participants control over decisions specific to their community, such as content policies or access controls. This ensures that each ecosystem can evolve independently while staying aligned with the overall platform.

The governance system is secured by smart contracts, and protections like anti-fraud mechanisms are in place to ensure fairness and trust. This framework guarantees that all participants have a say in shaping Gameplan while maintaining security and transparency.


---

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

```
GET https://docs.gameplan.io/tech-specs/core-concepts/governance-framework.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.
