> For the complete documentation index, see [llms.txt](https://docs.heisenware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heisenware.com/app-builder/build-backend/functions/function-explorer.md).

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

<figure><img src="/files/kVriuFkCwmokR3owN27V" alt=""><figcaption></figcaption></figure>

## Categories

* [**Connectors**](/app-builder/build-backend/functions/connectors.md): 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**](/app-builder/build-backend/functions/storage.md): 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**](/app-builder/build-backend/functions/utilities.md): Data processing, timers, cron jobs, barcode generation, PDF processing, and more.
* **Custom**: Your own building blocks, including [subflows](/app-builder/build-backend/functions/subflows.md) and functions loaded via Custom Extensions.

In addition to the categories, every installed and started [Agent](/app-builder/build-backend/agents.md) 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** (<i class="fa-cloud">:cloud:</i>): Build and download a new [Agent](/app-builder/build-backend/agents.md).
* **Install extension** (<i class="fa-puzzle-piece">:puzzle-piece:</i>): Add official or Custom [Extensions](/app-builder/build-backend/functions/extensions.md) to your library.
* **Smart onboarding** (<i class="fa-screencast">:screencast:</i>): Pair external clients, such as IoT devices, with your account. See [smart onboarding](/app-builder/build-backend/functions/connectors.md#smart-onboarding).
* **Collapse** (<i class="fa-chevrons-up">:chevrons-up:</i>): Collapse all open entries.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.heisenware.com/app-builder/build-backend/functions/function-explorer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
