# Connect

- [Intro to Connect](https://powerhouse-1.gitbook.io/powerhouse/connect/intro-to-connect.md): Please visit www.connect.powerhouse.inc to access the web-app version of connect
- [Document Models](https://powerhouse-1.gitbook.io/powerhouse/connect/document-models.md): This page is an intro to document models, focused towards an audience of developers and builders.
- [Document model generation](https://powerhouse-1.gitbook.io/powerhouse/connect/document-models/document-model-generation.md): This page focused on developers starting out with document model generation.
- [Writing Reducers](https://powerhouse-1.gitbook.io/powerhouse/connect/document-models/writing-reducers.md): This documentation support developers to get started with generating custom document models.


---

# 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://powerhouse-1.gitbook.io/powerhouse/connect.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.
