# On Premises (OP)

A dedicated and segregated instance, installed and run on customer premises / private cloud, will host exclusively the data of the customer.

The machine will need to be connected to the internet, also via a standard proxy. The platform will use the internet connection to connect to public registries (like hex.pm, npmjs.com, etc.), public repositories, and other public resources. The full list can be provided, and access to selected resources can be blocked via proxy.

In terms of maintenance:

* updates to the component databases can be done automatically, via daily connection to the main Meterian cloud databases (preferred) or by the customer
* updates to the software will be performed  by the customer
* general maintenance of the VM will have to be performed by the customer
* configuration of the Meterian SaaS will have to be performed by the customer

The system is distributed using an Ansible installation script.

<br>


---

# 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://docs.meterian.io/dedicated-instance/on-premises-op.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.
