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

# Use workflow templates

> Understand reusable workflow templates and binding setup.

Workflow templates are reusable workflow packages.

They are designed to share structure without sharing live secrets or concrete resource IDs.

## Template Categories

| Category     | Meaning                                         |
| ------------ | ----------------------------------------------- |
| Private      | Templates exported for your own workspace.      |
| Workspace    | Templates visible inside the current workspace. |
| Organization | Templates shared across the organization.       |
| SuperEmber   | Templates provided by SuperEmber.               |

## What A Template Contains

A template package contains:

* workflow definition
* interface
* metadata
* binding manifest
* setup summary
* risk summary

Bindings are replaced with placeholders so importing teams can map their own agents, channels, connectors, credentials, resources, endpoints, or models.

## Required Setup

Before a template can run, remap required placeholders.

Examples:

* choose the Slack channel binding
* choose the agent that performs research
* connect the CRM connector
* provide the endpoint used by an HTTP action

## Risk Review

Review risk labels and validation warnings before using a template.

Pay special attention to:

* connector actions
* HTTP requests
* send-message steps
* user code runner steps
* high-risk fleet or collaboration steps

## Best Practices

* Use templates to standardize repeatable operations.
* Keep secrets out of templates.
* Rename imported workflows clearly.
* Test before publishing.
* Review bindings after every import.
