> ## Documentation Index
> Fetch the complete documentation index at: https://ixoworld-mintlify-0aee4309.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Domain configuration

> Conceptual overview of domain configuration in IXO digital twin systems.

## Domain configuration model

Each digital entity domain is anchored by a Decentralized Identifier (DID) record and extended with controllers, services, resources, rights, and linked claims.

<AccordionGroup>
  <Accordion title="Identity and control" icon="fingerprint">
    Controllers define who can update domain state and delegate permissions.
  </Accordion>

  <Accordion title="Services and resources" icon="database">
    Domains reference service endpoints and linked data resources required for operations.
  </Accordion>

  <Accordion title="Rights and claims" icon="scale-balanced">
    Accorded rights and verifiable claims define what can be done and what has been attested.
  </Accordion>
</AccordionGroup>

## Inheritance model

Domains can inherit properties from protocol classes, with local domain properties taking precedence when conflicts occur.

## Go here next

<CardGroup>
  <Card title="Developer guide" icon="hand-pointer" href="/guides/dev/ixo-domains">
    Use the domain guide for implementation and operational details.
  </Card>

  <Card title="Core concepts" icon="book" href="/core-concepts">
    Return to the system model for identity and domain vocabulary.
  </Card>
</CardGroup>
