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