For the complete documentation index, see llms.txt. This page is also available as Markdown.

Function Explorer

The Function Explorer is the panel on the left that holds all functions available to your App. It organizes them into categories and hierarchies (classes and instances) and lets you drag them directly onto the Backend Builder canvas.

Categories

  • Connectors: Integration functions for industrial protocols and external systems. Connectors in this category require the target system to be reachable over the network or internet.

  • Storage: The relational database and timeseries database classes to connect to databases, including the built-in internal PostgreSQL and InfluxDB. Also holds lightweight stores like the data store and circular buffer.

  • Utilities: Data processing, timers, cron jobs, barcode generation, PDF processing, and more.

  • Custom: Your building blocks, including subflows and functions loaded via Custom Extensions.

In addition to the categories, every installed and started Agent appears as its own entry, listed by its name and holding the connector classes selected when building it.

Toolbar

The icons at the top of the panel extend your function library:

  • Create Agent (): Build and download a new Agent.

  • Install extension (): Add official or Custom Extensions to your library.

  • Smart onboarding (): Pair external clients, such as IoT devices, with your account. See smart onboarding.

  • Collapse (): Collapse all open entries.

Last updated

Was this helpful?