# Domain

### Entity Relationship Diagram <a href="#entity-relationship-diagram" id="entity-relationship-diagram"></a>

![Entity Relationships](https://github.com/bosonprotocol/boson-protocol-contracts/raw/main/docs/images/Boson_Protocol_V2_-_Domain_Model.png)

#### Status and intentions of this model <a href="#status-and-intentions-of-this-model" id="status-and-intentions-of-this-model"></a>

* This date stamped diagram reflects the team's *current consensus* about the protocol's domain entities and their relationships.
* The state of the code may be behind or at odds with this diagram; we are *working toward this* now.
* Modifications to this domain model should be agreed upon by the team and this diagram updated before building if at possible.
* If confused, *assume this diagram the source of truth*, not the code.


---

# 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.bosonprotocol.io/v2.4.2/legacy-docs/technical-documentation/smart-contracts/domain.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.
