# Developer Resources

- [Integrate Realms](https://docs.realms.today/developer-resources/integrate-realms.md): Integrate Realms Into Your Stack
- [AI Agents & Realms](https://docs.realms.today/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](https://docs.realms.today/developer-resources/plugins-v2.md)
- [Plugins V1](https://docs.realms.today/developer-resources/plugins-v1.md)
- [Voter Weight Plugin](https://docs.realms.today/developer-resources/plugins-v1/voter-weight-plugin.md)
- [V1 Voter Stake Registry Plugin](https://docs.realms.today/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](https://docs.realms.today/developer-resources/plugins-v1/v1-nft-plugin.md): Configure NFT Voting Plugin and Enable NFT Voting Plugin
- [V1 Quadratic Voting](https://docs.realms.today/developer-resources/plugins-v1/v1-quadratic-voting.md)
- [API](https://docs.realms.today/developer-resources/api.md): The Realms API provides HTTP endpoints for querying DAO data, proposals, members, and more
- [SDK](https://docs.realms.today/developer-resources/sdk.md): Explore the Realms SDK
- [SDK DAO Creation](https://docs.realms.today/developer-resources/sdk/sdk-dao-creation.md): Create a DAO using the SDK
- [Custom Instruction](https://docs.realms.today/developer-resources/custom-instruction.md): How to create a custom instruction to be executed via Realms
- [Custom Plugin](https://docs.realms.today/developer-resources/custom-plugin.md): How to create a custom plugin and attach it to Realms
- [Custom UI](https://docs.realms.today/developer-resources/custom-ui.md): This guide covers how to build custom governance UIs
- [Custom DAO](https://docs.realms.today/developer-resources/custom-dao.md): Need something custom? We build bespoke DAO solutions for your protocol
- [spl-governance](https://docs.realms.today/developer-resources/spl-governance.md): The SPL Governance is a Solana blockchain program developed as part of the Solana Program Library


---

# 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.realms.today/developer-resources.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.
