# Participating in a DAO

Participating in the governance of an Agora DAO starts with a user creating a [Stake](/dao-fundamentals/agora-overview.md#stakes) for that DAO.

The number of Governance Tokens held in a user's Stake will be compared to the User Participation Thresholds stored in the [Governor Contract ](/dao-fundamentals/agora-overview.md#governor-contract)of the DAO.

Once a Stake is [created](/clarity-v1/participating-in-a-dao/staking/creating-and-editing-stakes.md), it can be used to [create](/clarity-v1/participating-in-a-dao/creating-a-proposal.md) and [vote](/clarity-v1/participating-in-a-dao/voting-on-a-proposal.md) on [Proposals](/dao-fundamentals/agora-overview.md#proposals) on-chain. This section describes how a DAO member can participate in governance actions and more using Clarity.


---

# 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/participating-in-a-dao.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.
