# 7.4. Governance Dashboard

The Datagram Governance Dashboard is the central hub for network participants to propose, discuss, and vote on&#x20;governance decisions. Designed for transparency and ease of use, the dashboard provides real-time visibility into&#x20;governance proposals, voting outcomes, and network-wide participation metrics.

It has information relating to:

* **Proposal Submission & Tracking:** Participants can submit new governance proposals, with all relevant  &#x20;details such as objectives, funding requests, and expected impact. Each proposal is tracked in real-time,  &#x20;allowing stakeholders to monitor its progress.
* **Voting Interface:** A user-friendly voting system that enables Full Core operators and eligible token  \
  holders to cast votes on active proposals, with results displayed transparently.
* **Quorum & Participation Metrics:** Live tracking of quorum requirements, participation rates, and voting  &#x20;distribution to ensure governance decisions reflect the consensus of the community.
* **Proposal Lifecycle Management:** Provides a structured overview of each proposal's journey, from  \
  submission and validation to active voting and final implementation
* **Delegated Voting:** Allows participants who cannot vote directly to delegate their voting power to trusted  &#x20;representatives while ensuring their interests are represented.
* **On-Chain Transparency & Accountability:** All governance actions, including proposal submissions, vote  &#x20;counts, and outcomes, are recorded immutably on-chain, ensuring verifiability and preventing  \
  manipulation.

Any project built using Datagram also has access to this, including the ability to create their own custom\
dashboard for their own Datagram-based project.


---

# 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://doc.datagram.network/documentation/whitepaper/7.-datagram-governance/7.4.-governance-dashboard.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.
