# DMCP Structure

* **Context Schema Registry**
  * Stores all approved context structures and metadata.
  * Includes versioning, type signatures, field descriptions.
* **Context Record Store**
  * Holds actual values associated with a schema for a given entity (wallet address, contract, or agent).
  * Example: `user.profile(name, country, activityScore)`
* **Permission Layer**
  * Determines who can update what.
  * Can be owner-based, role-based, oracle-fed, or DAO-governed.
* **Event Hooks**
  * Enables reactive behavior — smart contracts or agents can subscribe to changes in context.


---

# 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.dctx.ai/key-components/dmcp-modules/dmcp-structure.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.
