# Developer Guide

- [The Object Model](https://blueprint.onehilltech.com/developer-guide/the-object-model.md): The foundation for all objects in Blueprint
- [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
- [Routers and Controllers](https://blueprint.onehilltech.com/developer-guide/routers-and-controllers.md): Public facing interfaces and backend logic
- [Introduction](https://blueprint.onehilltech.com/developer-guide/routers-and-controllers/introduction.md): Brief discussion about the role of routers and controllers
- [Routers](https://blueprint.onehilltech.com/developer-guide/routers-and-controllers/routers.md): Learn about routers and how to implement them
- [Controllers](https://blueprint.onehilltech.com/developer-guide/routers-and-controllers/controllers.md): Learn about controllers, actions, and predefined actions like uploads
- [Resources](https://blueprint.onehilltech.com/developer-guide/routers-and-controllers/resources.md): Well-defined artifacts that are accessible
- [Models](https://blueprint.onehilltech.com/developer-guide/models.md): Understand the purpose of application models
- [The Server](https://blueprint.onehilltech.com/developer-guide/the-server.md): Learn how to configure the server
- [Policy Framework](https://blueprint.onehilltech.com/developer-guide/policies.md): Learn how to authorize access to routes
- [Services](https://blueprint.onehilltech.com/developer-guide/services.md): An overview of services and how to use them
- [Messaging Framework](https://blueprint.onehilltech.com/developer-guide/untitled.md): Publish and subscribe to events
- [Configuration Management](https://blueprint.onehilltech.com/developer-guide/managing-configurations.md): Learn how to define configurations
- [Application and Resources](https://blueprint.onehilltech.com/developer-guide/application-resources.md): Miscellaneous topics about the application
- [Lookup Operation](https://blueprint.onehilltech.com/developer-guide/application-resources/lookup-operation.md)
- [Views](https://blueprint.onehilltech.com/developer-guide/application-resources/static-views.md)
- [Assets](https://blueprint.onehilltech.com/developer-guide/application-resources/assets.md)
- [Blueprint Modules](https://blueprint.onehilltech.com/developer-guide/untitled-1.md): Codify design solutions into reusable modules
- [Blueprint Cluster](https://blueprint.onehilltech.com/developer-guide/blueprint-cluster.md): Run application in cluster mode
- [What is a Blueprint Cluster?](https://blueprint.onehilltech.com/developer-guide/blueprint-cluster/background.md): Brief introduction to Blueprint clusters and their importance
- [Running a Blueprint Cluster](https://blueprint.onehilltech.com/developer-guide/blueprint-cluster/running-a-blueprint-cluster.md): How to launch a Blueprint cluster
- [Technical Details](https://blueprint.onehilltech.com/developer-guide/blueprint-cluster/technical-details.md)
- [Testing Framework](https://blueprint.onehilltech.com/developer-guide/testing.md): Learn to write test cases
- [Command-line Interface (Coming Soon)](https://blueprint.onehilltech.com/developer-guide/untitled-2.md)


---

# 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.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.
