# Key Distinctions

Clarity makes several key distinctions that are important to understand.

The first distinction is between **Organizations** and **Agora DAOs**. Read below for an explanation of the differences in these organizational structures.

[Organizations vs Agora DAOs](/clarity-v1/key-distinctions/organizations-vs-agora-daos.md)

The second important distinction is between **Polls, Bounties,** and **Proposals.** The page below explains how these democratic processes are differentiated on Clarity.

[Polls vs Proposals](/clarity-v1/key-distinctions/polls-vs-proposals.md)


---

# 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.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.
