> For the complete documentation index, see [llms.txt](https://www.build3.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.build3.network/developers/notes-about-substrate/prebuilt-pallets/collective.md).

# Collective

The `Collective` pallet can be used to generate an instance that represents some group of users with the ability to propose ideas, motion and vote on those proposed ideas.

## Configuration Trait

* Origin
* Proposal
* Event
* MotionDuration
* MaxProposals
* MaxMembers
* DefaultVote
* WeightInfo

## Storage

* Proposals
* ProposalOf
* Voting
* ProposalCount
* Members
* Prime
