# Polls vs Proposals

Polls and Proposals are both ways to gather feedback from a community.&#x20;

## Polls

Polls are intended to be a formal way of gathering community sentiment, but **do not carry as high of a social contract as Proposals do.** Polls are instead used for informing a more official Proposal in the future.

Creating or approving polls can be limited to Admin users of an Organization depending how the [Decentralization Parameters](/clarity-v1/creating-an-organization.md#decentralization) are set up.

## Proposals

Proposals are a way of making an official decision on Clarity.

For Organizations that do not have access to Agora Proposals, Snapshot Proposals can be used as a way to take an off-chain vote that has a higher social contract than a Poll. This decision is expected to be executed by the Organization's trusted actor at the completion of the vote. Snapshot proposals have the same stages as Polls above.

For Agora DAOs, fully on-chain Agora Proposals are available.


---

# 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.clarity.vote/clarity-v1/key-distinctions/polls-vs-proposals.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.
