# Update Committee or Threshold or term limits

### Changes to the members of the constitutional committee and/or to its signature threshold and/or terms

This action will have one or more of these data objects:

* The set of verification key hash digests (members to be removed)
  * Members can be removed either singly or in multiples.
* A map of verification key hash digests to epoch numbers (new members and their term limit)
  * New members can be added along with their term ending epoch dates
* A fraction (new threshold)
  * The threshold for passing an Action can be changed

To pass, this Action requires:

#### Normal state of Constitution:

<table><thead><tr><th width="278">Constitutional Committee</th><th width="218">DReps</th><th>SPOs</th></tr></thead><tbody><tr><td>Doesn't Vote</td><td>67%</td><td>51%</td></tr></tbody></table>

#### Constitution in state of No Conficence

<table><thead><tr><th width="278">Constitutional Committee</th><th width="218">DReps</th><th>SPOs</th></tr></thead><tbody><tr><td>Doesn't Vote</td><td>60%</td><td>51%</td></tr></tbody></table>

These values could be changed via a new Government Action. To see the current values at any time, you can view <https://cardanoscan.io/protocolparams>.


---

# 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/cardano-govtool/using-govtool/governance-actions/types-of-governance-actions/update-committee-or-threshold-or-term-limits.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.
