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

# Integrate watt.ma with Your Tools

> Connect watt.ma to your stack via REST API, webhooks, and CSV exports. SCADA and BMS connectors are on the roadmap for industrial integrations.

watt.ma is built to fit into your existing workflow. You can pull data into your own systems, receive real-time notifications when thresholds are breached, and export historical data for offline analysis. This page summarizes the integration options available today and what is coming next.

<CardGroup cols={2}>
  <Card title="API Access" icon="code" href="/integrations/api-access">
    Query readings, meters, and alerts programmatically using the watt.ma REST API.
  </Card>

  <Card title="Webhook Notifications" icon="webhook" href="/monitoring/alerts">
    Configure alert destinations to send JSON payloads to your own endpoints in real time.
  </Card>

  <Card title="CSV / Excel Export" icon="download" href="/analytics/export-data">
    Download or schedule recurring exports of energy data for BI tools and spreadsheets.
  </Card>

  <Card title="SCADA / BMS Connectors" icon="factory">
    Industrial protocol connectors are on the roadmap. Contact us if you need Modbus, BACnet, or OPC-UA support.
  </Card>
</CardGroup>

<Note>
  Need an integration that is not listed? Email [support@wattsc.com](mailto:support@wattsc.com) with your use case. We prioritize connectors based on customer demand.
</Note>

## When to use each integration

* **REST API**: Best for building custom dashboards, syncing data to your ERP, or automating reporting pipelines.
* **Webhooks**: Use when you need instant push notifications for critical alerts, rather than polling the API.
* **CSV/Excel Export**: Ideal for monthly billing reconciliation, regulatory filings, or ad-hoc analysis in Excel.
* **SCADA/BMS**: Planned for large facilities that want watt.ma analytics layered on top of existing industrial control systems.
