> For the complete documentation index, see [llms.txt](https://faq.tezos-homebase.io/a/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tezos-homebase.io/a/dao-explorer-proposals-and-voting/registry.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faq.tezos-homebase.io/a/dao-explorer-proposals-and-voting/registry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
