> For the complete documentation index, see [llms.txt](https://docs.inopli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inopli.com/rpa-soar/appliances.md).

# Appliances

The <mark style="color:green;">**Appliances**</mark> <mark style="color:green;"></mark><mark style="color:green;">section</mark> of the <mark style="color:green;">Inopli RPA</mark> module provides full lifecycle management for <mark style="color:green;">**virtual execution environments**</mark>, enabling the distribution of automation workloads across physical servers or cloud-based infrastructures. Each appliance acts as a remote executor for playbooks, tasks, and integrations.

***

### Overview

* <mark style="color:green;">**Virtual Appliance Deployment**</mark>\
  Appliances are provisioned using <mark style="color:green;">**Docker-based images**</mark>, ensuring consistent and lightweight deployments across heterogeneous environments. Installation can be performed on bare-metal servers, virtual machines, or public cloud instances.
* <mark style="color:green;">**Unlimited Scaling**</mark>\
  There is <mark style="color:green;">**no limit to the number of appliances**</mark> that can be registered. Organizations are free to create as many as needed to support distributed automation, high availability, or multi-region operations.
* <mark style="color:green;">**Centralized Control**</mark>\
  All appliances are managed centrally within the Inopli interface. Admins can register, monitor, and remove appliances at any time, with visibility into their operational status and assigned workloads.

***

### Use Cases

* <mark style="color:green;">**Distributed Execution**</mark>\
  Appliances can be installed <mark style="color:green;">**close to the data or systems they need to interact with**</mark>, reducing latency for sensitive automations (e.g., internal AD changes, on-premises security controls).
* <mark style="color:green;">**Workload Isolation**</mark>\
  Different appliances can be dedicated to specific workflows, tenants, or departments — providing <mark style="color:green;">**logical and operational separation**</mark> where needed.
* <mark style="color:green;">**Cloud-Native or On-Prem Ready**</mark>\
  Whether deployed in a <mark style="color:green;">**Kubernetes cluster**</mark>, a <mark style="color:green;">**cloud VM**</mark>, or an <mark style="color:green;">**on-premises appliance**</mark>, the setup process remains the same, using containerized infrastructure with minimal prerequisites.


---

# 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:

```
GET https://docs.inopli.com/rpa-soar/appliances.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.
