# What is Cardano GovTool?

The Cardano Govtool is a community tool that supports the key steps of Cardano's Governance process as described in [CIP-1694](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md). Govtool is part of the core governance tools.

Intersect has facilitated the bootstrapping of GovTool and supported the process to fully open source it, allowing community ownership for improvement and maintenance.

The Cardano Govtool, together with the other core tools such as the Constitutional Committee Portal, is currently managed by the Intersect [Governance tools WG](https://intersect.gitbook.io/intersect-committees-groups/groups-overview/working-groups/governance-tools-working-group), the four existing pillars that make Govtool (Proposal Discussion, Delegation, Outcomes and Voting) are developed and maintained by the WeDeliver Team, the Byron team, the Lido Nation team and tested by the DQuadrand team.

GovTool is an application that enables users to participate in many ways in the governance of the Cardano blockchain.

### GovTool enables ada holders to:

* View [Governance Actions](/cardano-govtool/using-govtool/governance-actions.md) with or without connecting a wallet.
* Register to vote ([Direct Voter](/cardano-govtool/using-govtool/direct-voting.md)) without becoming a DRep.
* [Delegate Voting Power](/cardano-govtool/using-govtool/delegating/delegate-to-a-drep.md) to a DRep
* Register to become a Delegated Representative ([**DRep**](/cardano-govtool/using-govtool/dreps/register-as-a-drep.md)), allowing others to delegate their voting power to the DRep.
* [Vote on Governance Actions](/cardano-govtool/using-govtool/governance-actions/vote-on-governance-actions.md) - available to users that are registered to vote as DReps or Direct Voters.
* See outcomes of [Governanace Action](/cardano-govtool/using-govtool/governance-actions.md) votes.
* [Propose](/cardano-govtool/using-govtool/governance-actions/propose-a-governance-action.md) a Governance Action.


---

# 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.gov.tools/overview/what-is-cardano-govtool.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.
