# The Object Model

- [Introduction](https://blueprint.onehilltech.com/developer-guide/the-object-model/introduction.md): Introduction to the object model
- [Classes and Instances](https://blueprint.onehilltech.com/developer-guide/the-object-model/classes-and-instances.md): General overview of defining classes and creating instances
- [Computed Properties](https://blueprint.onehilltech.com/developer-guide/the-object-model/computed-properties.md): How to use computed properties in the object model
- [Aggregated Properties](https://blueprint.onehilltech.com/developer-guide/the-object-model/aggregated-properties.md): Discusses the purpose and use of aggregated properties
- [Mixins](https://blueprint.onehilltech.com/developer-guide/the-object-model/mixins.md): Learn how to create and apply mixins


---

# 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://blueprint.onehilltech.com/developer-guide/the-object-model.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.
