# Features

- [Proposals](https://docs.realms.today/realms-v2/features/proposals.md): Proposals are how DAOs make decisions, this guide shows you how to create, manage, and vote on them.
- [Instructions](https://docs.realms.today/realms-v2/features/instructions.md): Instructions are executable actions attached to proposals. When a proposal is approved, its instructions are executed on-chain.
- [Delegation](https://docs.realms.today/realms-v2/features/delegation.md): Delegation allows governance token holders to assign their voting power to trusted community members, enabling more active participation in DAO governance while maintaining democratic principles.
- [Treasury](https://docs.realms.today/realms-v2/features/treasury.md): A treasury account is a shared wallet that holds assets owned by a DAO.
- [Streaming](https://docs.realms.today/realms-v2/features/streaming.md): Streaming allows continuous, time-based token transfers instead of one-time payments. Both users and DAOs can create streams to distribute tokens gradually over a set period.
- [Programs](https://docs.realms.today/realms-v2/features/programs.md): DAO owned programs are Solana programs (smart contracts) where the upgrade authority is transferred to the DAO's governance.
- [Metadata](https://docs.realms.today/realms-v2/features/metadata.md): This guide shows you how to update your DAO’s logo, banner, and social links on Realms to build recognition and trust.
- [Council](https://docs.realms.today/realms-v2/features/council.md): A council is a selected group of trusted members or representatives responsible for overseeing key decisions, managing proposals, or acting as a check on community governance.
- [Veto](https://docs.realms.today/realms-v2/features/veto.md): Veto allows DAOs to configure a secondary rejection mechanism where proposals can be blocked if a sufficient number of members vote against them, even if the approval threshold was met.
- [Profile](https://docs.realms.today/realms-v2/features/profile.md): The User Profile is your personal space within the DAO ecosystem, where you can manage your identity, view your participation, and customize your presence.
- [Leaderboard](https://docs.realms.today/realms-v2/features/leaderboard.md): The Realms Leaderboard tracks individual user activity and engagement, determining eligibility for Realms token allocation. Reputation before rewards.


---

# 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/realms-v2/features.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.
