# Education

- [Intro to governance](https://docs.tally.xyz/user-guides/intro-to-governance.md): Learn about decentralized governance from overviews of key concepts, individual protocols, and voting system frameworks.
- [General ecosystem info](https://docs.tally.xyz/user-guides/intro-to-governance/general-ecosystem-info.md): First, let's get down the basics.
- [Participating in governance](https://docs.tally.xyz/user-guides/intro-to-governance/participating-in-governance.md): In decentralized organizations, users can directly participate in governance.
- [Governance concepts](https://docs.tally.xyz/user-guides/governance-concepts.md): Learn about what decentralized governance is and why it matters.
- [Decentralized governance overview](https://docs.tally.xyz/user-guides/governance-concepts/decentralized-governance-overview.md): Decentralized governance applies traditional governance concepts in a way that allows for direct input from users.
- [On-chain vs off-chain voting](https://docs.tally.xyz/user-guides/governance-concepts/onchain-vs-offchain-voting.md): On-chain voting is trustless; offchain voting is not.
- [Application layer vs. base layer overnance](https://docs.tally.xyz/user-guides/governance-concepts/application-layer-vs-base-layer-governance.md): Both the base layer and application layer governance are crucial for the proper functioning and evolution of a blockchain network.
- [Governance execution methods](https://docs.tally.xyz/user-guides/governance-concepts/governance-execution-methods.md): Different networks may use different methods of governance execution, depending on their needs and goals.
- [Procedural governance](https://docs.tally.xyz/user-guides/governance-concepts/procedural-governance.md): Procedural governance refers to the processes, rules, and procedures that organizations follow to make decisions, implement policies, and ensure accountability.
- [Vote delegation](https://docs.tally.xyz/user-guides/governance-concepts/vote-delegation.md): Vote delegation enables token holders to transfer their voting power without relinquishing control of their assets.
- [Governance frameworks](https://docs.tally.xyz/user-guides/governance-frameworks.md)
- [OpenZeppelin Governor](https://docs.tally.xyz/user-guides/governance-frameworks/openzeppelin-governor.md)
- [Curve voting escrow](https://docs.tally.xyz/user-guides/governance-frameworks/curve-voting-escrow.md)
- [Multisigs](https://docs.tally.xyz/user-guides/governance-frameworks/multisigs.md)
- [Snapshot polls](https://docs.tally.xyz/user-guides/governance-frameworks/snapshot-polls.md)
- [Organizational best practices](https://docs.tally.xyz/user-guides/dao-best-practices.md): Tips for creating and managing a successful on-chain organization
- [Running an on-chain organization using OpenZeppelin Governor](https://docs.tally.xyz/user-guides/dao-best-practices/running-an-onchain-dao-using-openzeppelin-governor.md): The best practices to ensure efficiency, security, and transparency
- [Seatbelt for governance](https://docs.tally.xyz/user-guides/dao-best-practices/seatbelt-for-governance.md): Seatbelt automates proposal simulations and translates technical details into clear, actionable insights for all governance participants.
- [Index of on-chain organizations](https://docs.tally.xyz/user-guides/index-of-daos.md)
- [Organizations on Tally](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally.md)
- [Aave (AAVE)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/aave-aave.md)
- [Ampleforth (FORTH)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/ampleforth-forth.md)
- [Arbitrum (ARB)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/arbitrum-arb.md)
- [Compound (COMP)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/compound-comp.md)
- [Gitcoin (GTC)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/gitcoin-gtc.md)
- [GMX](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/gmx.md)
- [Idle Finance (IDLE)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/idle-finance-idle.md)
- [Inverse Finance (INV)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/inverse-finance-inv.md)
- [PoolTogether (POOL)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/pooltogether-pool.md)
- [Uniswap (UNI)](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/uniswap-uni.md)
- [ZKsync](https://docs.tally.xyz/user-guides/index-of-daos/daos-on-tally/zksync.md)
- [DAOs Not on Tally](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally.md)
- [Balancer (BAL)](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally/balancer-bal.md)
- [Curve (CRV)](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally/curve-crv.md)
- [Index Coop (INDEX)](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally/index-coop-index.md)
- [KyberDAO (KNC)](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally/kyberdao-knc.md)
- [MakerDAO (MKR)](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally/makerdao-mkr.md)
- [Sushi (SUSHI)](https://docs.tally.xyz/user-guides/index-of-daos/daos-not-on-tally/sushi-sushi.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.tally.xyz/user-guides.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.
