# Developer Resources

- [Integrate Realms](/developer-resources/integrate-realms.md): Integrate Realms Into Your Stack
- [AI Agents & Realms](/developer-resources/ai-agents-and-realms.md): AI agents can be powerful participants in DAO governance. They can monitor proposals, analyze voting patterns, automate routine governance tasks, and even act as delegates
- [Plugins V2](/developer-resources/plugins-v2.md)
- [Plugins V1](/developer-resources/plugins-v1.md)
- [Voter Weight Plugin](/developer-resources/plugins-v1/voter-weight-plugin.md)
- [V1 Voter Stake Registry Plugin](/developer-resources/plugins-v1/v1-voter-stake-registry-plugin.md): VSR is a governance plugin implementing the veToken semantics. If a DAO uses the plugin (or any other plugin) then there are additional plugin instructions required to vote on a proposal.
- [V1 NFT Plugin](/developer-resources/plugins-v1/v1-nft-plugin.md): Configure NFT Voting Plugin and Enable NFT Voting Plugin
- [V1 Quadratic Voting](/developer-resources/plugins-v1/v1-quadratic-voting.md)
- [API](/developer-resources/api.md): The Realms API provides HTTP endpoints for querying DAO data, proposals, members, and more
- [SDK](/developer-resources/sdk.md): Explore the Realms SDK
- [SDK DAO Creation](/developer-resources/sdk/sdk-dao-creation.md): Create a DAO using the SDK
- [Custom Instruction](/developer-resources/custom-instruction.md): How to create a custom instruction to be executed via Realms
- [Custom Plugin](/developer-resources/custom-plugin.md): How to create a custom plugin and attach it to Realms
- [Custom UI](/developer-resources/custom-ui.md): This guide covers how to build custom governance UIs
- [Custom DAO](/developer-resources/custom-dao.md): Need something custom? We build bespoke DAO solutions for your protocol
- [spl-governance](/developer-resources/spl-governance.md): The SPL Governance is a Solana blockchain program developed as part of the Solana Program Library
