# Deployments

### Components

Qommentary has four main components:

* **Qommentary Extensions**\
  \&#xNAN;*The Qlik Sense extensions deployed using the QMC*<br>
* **Qommentary Manager**\
  \&#xNAN;*The main administration console which allows you to control the Qommentary environment*<br>
* **Qommentary Engine**\
  \&#xNAN;*The main API component responsible for managing commentary, security, workflows, etc.*<br>
* **Qommentary Database**\
  \&#xNAN;*The PostgreSQL database where Qommentary data is stored and retrieved.*

![Qlik Sense shared deployment](/files/-M5-OpN19dep1foIeyVY)

### Deployments

Qommentary offers multiple options when it comes to deploying across environments:

| Scenario          | Component                                                  | Deployment                                                                                |
| ----------------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| Qlik Sense shared | <p>Qommentary Engine/Manager</p><p>Qommentary Database</p> | <p>Same environment as Qlik Sense</p><p>Connects to same instance as Qlik Sense</p>       |
| Qlik Sense shared | <p>Qommentary Engine/Manager</p><p>Qommentary Database</p> | <p>Same environment as Qlik Sense</p><p>Connects to new internal or external instance</p> |
| Dedicated         | <p>Qommentary Engine/Manager</p><p>Qommentary Database</p> | <p>Dedicated environment</p><p>Connects to same instance as Qlik Sense</p>                |
| Dedicated         | <p>Qommentary Engine/Manager</p><p>Qommentary Database</p> | <p>Dedicated environment</p><p>Connects to new internal or external instance </p>         |


---

# 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://knowledgebase.qommentary.com/platform-architecture/deployments.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.
