# Packhouse

## Packhouse

- [Introduction](https://packhouse-doc.metalsheep.com/master.md): Packhouse Introduction
- [Versions](https://packhouse-doc.metalsheep.com/versions.md): Packhouse Versions
- [Group](https://packhouse-doc.metalsheep.com/the-instance/group.md): Packhouse Group
- [Mold](https://packhouse-doc.metalsheep.com/the-instance/group/mold.md): Packhouse Mold
- [Tool](https://packhouse-doc.metalsheep.com/the-instance/group/tool.md): Packhouse Tool
- [Line](https://packhouse-doc.metalsheep.com/the-instance/group/line.md): Packhouse Line
- [Invoke](https://packhouse-doc.metalsheep.com/the-instance/invoke.md): Packhouse Invoke
- [Utils](https://packhouse-doc.metalsheep.com/the-instance/utils.md): Packhouse Utils
- [Event](https://packhouse-doc.metalsheep.com/the-instance/event.md): Packhouse Event
- [Merger](https://packhouse-doc.metalsheep.com/the-instance/merger.md): Packhouse Merger
- [Plugin](https://packhouse-doc.metalsheep.com/the-instance/plugin.md): Packhouse Plugin
- [Main](https://packhouse-doc.metalsheep.com/the-instance/main.md): Packhouse Main
- [Intercept Error](https://packhouse-doc.metalsheep.com/the-instance/intercept-error.md): Intercept Error
- [Step](https://packhouse-doc.metalsheep.com/plugins/step.md): Packhouse Step
- [Order](https://packhouse-doc.metalsheep.com/plugins/order.md): Packhouse Order
- [Unit Test](https://packhouse-doc.metalsheep.com/tooling/unit-test.md): Packhouse Test
- [API Service](https://packhouse-doc.metalsheep.com/application/api-service.md): Packhouse API Service


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://packhouse-doc.metalsheep.com/master.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.
