# Registry

A registry is a list of key-value pairs of anything that a DAO chooses. Examples might include links to a constitution document, social media handles, a website URL, treasury policies, or any other metadata the DAO wants to store on-chain. The registry lives in a smart contract associated with the DAO, making it transparent, immutable (unless changed through governance), and publicly verifiable. Any member can view the registry to understand the DAO's official information and policies.

Changes to the registry must go through the DAO's proposal and voting process. This means adding, updating, or removing registry entries requires community approval, ensuring that important DAO information remains under collective control rather than being editable by any single individual. For example, if a DAO wants to update its official website URL or add a link to new governance documentation, a member would submit a proposal specifying the key and new value, and the change only takes effect after the proposal passes and is executed.


---

# 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://faq.tezos-homebase.io/a/dao-explorer-proposals-and-voting/registry.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.
