> For the complete documentation index, see [llms.txt](https://docs.dinmo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dinmo.io/models.md).

# Models

- [Overview](https://docs.dinmo.io/models/overview.md)
- [Model materialization](https://docs.dinmo.io/models/overview/model-materialization.md)
- [Graph view](https://docs.dinmo.io/models/overview/graph-view.md): Explore the relationships and dependencies between models in your DinMo workspace.
- [Primary Keys](https://docs.dinmo.io/models/primary-keys.md)
- [Detect duplicate primary keys](https://docs.dinmo.io/models/primary-keys/detect-duplicate-primary-keys.md)
- [Computed Fields](https://docs.dinmo.io/models/computed-fields.md): Enrich DinMo models with calculated, classified, aggregated, or related attributes.
- [Aggregated Fields](https://docs.dinmo.io/models/computed-fields/aggregated-fields.md): Calculate a value from multiple records in a related model.
- [Formula Fields](https://docs.dinmo.io/models/computed-fields/formula-fields.md): Create a value by applying an operation to fields in the same model.
- [Label Fields](https://docs.dinmo.io/models/computed-fields/label-fields.md): Classify records into business-friendly categories using conditions.
- [Related Fields](https://docs.dinmo.io/models/computed-fields/related-fields.md): Map a field from a related model in an activation without adding it to the parent model.


---

# 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://docs.dinmo.io/models.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.
