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

# Infrastructure

Welcome to the iMBrace Infrastructure documentation. This guide is designed to help your technical team provision, configure, and deploy the iMBrace platform. Depending on your business needs, iMBrace supports two primary deployment architectures:

{% hint style="info" %}
Some documents are provided as **password-protected files** to safeguard sensitive technical information. Access credentials will be shared separately.
{% endhint %}

### Supported Deployment Architectures

iMBrace supports two primary infrastructure deployment models, each designed for different operational needs.

#### Deployment Model Comparison

| Feature                       | On-Premise Single Node          | Private Cloud HA (AWS)                 |
| ----------------------------- | ------------------------------- | -------------------------------------- |
| **Primary Use Case**          | Evaluation, POC, internal tools | Production, high-traffic environments  |
| **Availability**              | Single point of failure         | High availability (multi-node)         |
| **Scalability**               | Manual                          | Automated / cloud-native               |
| **Maintenance**               | Manual operations               | Automated (Ansible & managed services) |
| **Infrastructure Complexity** | Low                             | High                                   |
| **Recommended For**           | Non-critical workloads          | Mission-critical deployments           |

### How This Documentation Is Organised

The Infrastructure documentation is divided by **deployment model** and then further structured by **document purpose**.

```
Infrastructure
├── On Premise Single Node
└── Private Cloud High Availability (HA)
```

Each deployment model includes a complete set of documents covering:

* System and infrastructure requirements
* Deployment and configuration steps
* Environment-specific configuration values
* Operational guidance and FAQs


---

# 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://imbrace.gitbook.io/imbrace-documentation/infrastructure.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.
