# Governance

Given the current evolution of the Dotsama ecosystem with the introduction of Gov2, Jur’s runtime does not include any democracy related pallets in its first release ([democracy](https://paritytech.github.io/substrate/master/pallet_democracy/index.html), [elections](https://paritytech.github.io/substrate/master/pallet_election_provider_multi_phase/index.html), [referenda](https://paritytech.github.io/substrate/master/pallet_referenda/index.html)).

The intention is to observe and assess the experience of existing communities and eventually opt-in either for Gov1, Gov2 or create a custom-made governance pallet designed specifically for Jur’s use cases.

\
Current runtime upgrades will be supported by the [sudo pallet](https://paritytech.github.io/substrate/master/pallet_sudo/index.html), which will be managed directly by the Jur team. This will allow for faster iterations and upgrades exactly as per our needs given the dynamic nature of our industry.


---

# 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://gitbook.jur.io/jur-documentation/architecture/governance.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.
