> ## Documentation Index
> Fetch the complete documentation index at: https://docs.insaion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sites overview

> Overview of Sites in Insaion — concepts, common workflows, and best practices for managing physical locations, devices, and monitoring.

## Sites — at a glance

Sites are the logical representation of a physical place where you deploy and monitor devices. A Site groups devices, templates, monitoring rules, agents, and configuration so you can manage and understand a location as a single unit.

<img src="https://mintcdn.com/insaion/dkLh615XOmGRTVSX/assets/sites/sites-map.png?fit=max&auto=format&n=dkLh615XOmGRTVSX&q=85&s=56e66e9a06ea740349e8e5a6941085ca" alt="Sites Overview" width="2560" height="1344" data-path="assets/sites/sites-map.png" />

This page explains the core concepts, typical user workflows, and practical tips for getting the most out of Sites.

## Key concepts

* Site: A container for devices and settings that correspond to a physical or organizational location (for example: a factory floor, building, or vehicle).
* Device: Any asset that connects to the platform (PLC, gateway, sensor, controller). Devices are assigned to a Site so telemetry and rules are scoped correctly.
* Agent: The software component that runs near or on devices to collect telemetry and forward it to the platform. Agents are often deployed per Site or per gateway.
* Monitoring Rule / Alarm: Conditions and thresholds applied to device telemetry. Rules are typically created at site level to trigger alerts and notifications.
* Role & Permission: Access controls that determine who can view or modify a Site and its resources.

## Typical Site workflows

The following common workflows show how Sites are used day-to-day.

### 1) Create a Site

Purpose: Register a new physical location in the platform.

Why: Sites give you the scope for searching, grouping, and applying monitoring consistently.

Example: Create a Site for "Plant 3 - Paint Line".

### 2) Add devices to a Site

Purpose: Associate physical devices with the Site so their telemetry appears in the correct context.

Tips:

* Use meaningful device IDs—include site or line prefixes if you expect many devices.
* If many devices are similar, assign a template to reduce repetitive configuration.

### 3) Deploy agents for the Site

Purpose: Ensure telemetry from devices at the Site is collected reliably.

Best practice: Pin the agent configuration in version control or deployment tooling, and use templated config files so you can redeploy quickly across multiple sites.

### 4) Use site dashboards and reports

Purpose: Provide operators and managers an at-a-glance view of site health.

What to include:

* Key KPIs (uptime, throughput, error rate)
* Device health and connection status
* Active alarms and recent events
* Topology map or floorplan links (if available)

Pro tip: Create a site-level dashboard that aggregates important metrics from device dashboards so operators don't need to open many pages.

## Example: Quick start (create-onboard-monitor)

1. Create a Site called "Warehouse A".
2. Onboard a device and assign it to "Warehouse A".
3. Install the agent on the device and configure the site ID.
4. Create a monitoring rule: if average temperature over 5 minutes > 30°C, create Alarm "High temp - Warehouse A" and notify me.

## Permissions and access control

Sites are often visible to many users but editable by a smaller set. Use roles to control access:

* Viewer: Can see assigned site dashboards and view device telemetry.
* Operator: Can acknowledge alarms and run troubleshooting steps.
* Admin: Can add/remove devices, change site settings, and deploy agents.

Best practice: Use least privilege. Give Operators the ability to interact with alarms and dashboards but keep critical configuration (templates, site deletion) limited to Admins.

## Best practices

* Standardize site naming: pick a convention (plant-line-room) and document it.
* Use templates for device consistency: reduces onboarding time and configuration drift.
* Monitor agent health separately: agent disconnection often explains missing telemetry.

## FAQs

* Q: Can a device belong to multiple Sites? <br />
  A: No — a device has a single canonical Site assignment. If a device moves, update its Site.
* Q: How do I move devices between Sites? <br />
  A: Edit the device's Site assignment in the device details page.

<div className="insaion-footer" role="contentinfo">
  <div className="insaion-footer__card">
    <div className="insaion-footer__content">
      <span className="insaion-footer__icon" aria-hidden="true">
        <svg viewBox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false" className="insaion-footer__svg" role="img">
          <path fill="currentColor" d="M21 6.5A3.5 3.5 0 0 0 17.5 3h-11A3.5 3.5 0 0 0 3 6.5v5A3.5 3.5 0 0 0 6.5 15H8v3l3-3h6.5A3.5 3.5 0 0 0 21 11.5v-5zM7 8.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
        </svg>
      </span>

      <div>
        If something's unclear or you hit a blocker, contact us on

        <a href="https://discord.gg/ZJMPfMmu3S" target="_blank" rel="noopener">
          Discord
        </a>

        or <a href="mailto:contact@insaion.com">[contact@insaion.com](mailto:contact@insaion.com)</a>
      </div>
    </div>
  </div>
</div>
