> For the complete documentation index, see [llms.txt](https://2024constitutionalconsultation.docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2024constitutionalconsultation.docs.intersectmbo.org/workshops/constitution-feedback-tool.md).

# Constitution Feedback Tool

{% embed url="<https://cgov.app/>" %}

This Constitution feedback tool was created by Community Member [@MadOrkestra](https://x.com/MadOrkestra).

### What this tool wants to do

* Provide a way for all ADA holders to submit their feedback, ideas and objections to the [Intersect Draft of the Cardano Constitution](https://cgov.app/intersect-draft) and share it with their Delegate for the Constitutional Convention.
* Provide a way for Delegates to collect and organize the ideas and objections for the Constitutional Convention
* Get a better and transparent understanding where the Cardano Community is in the process of agreeing on a Constitution to be put on chain to be ratified by their dReps.
* Prepare for what comes next and document things in the process.

### How to use this tool

* Connect your Wallet (you don't have to if you just want to read, but we obviously need active participation in the process)
* Choose your Delegate on your profile
* Navigate to the section of the [Intersect Draft of the Cardano Constitution](https://cgov.app/intersect-draft) you want to read or submit feedback on.
* Use the comment function to make your voice heard or like comments that have already been made
* Up or downvote paragraphs, so the Community and their Delegates can get an overall feel on which sections and paragraphs need to be most discussed


---

# 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://2024constitutionalconsultation.docs.intersectmbo.org/workshops/constitution-feedback-tool.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.
