# Templates and Reuse

> Understand the difference between Marketplace Step Templates, Form Interfaces, and Workspace Deployments in Glow.

Glow provides distinct mechanisms for reusing, sharing, and executing automations depending on who will operate the workflow:

  - [1. Step Templates (Marketplace)](/getting-started/templates/step-templates): Pre-built workflow blueprints from the Marketplace. Fork the full editable canvas into your workspace and customize steps.

- [2. Form Interfaces](/getting-started/templates/form-templates): Standalone form execution wrappers. End-users fill in input fields and run workflows without touching the canvas or credentials.

  - [3. The Deployment Hub](/getting-started/templates/deployment): Centralized table to manage workflow interfaces, snapshot semantic versions, and push updates to client workspaces.

---

## Templates vs. Interfaces: Key Distinctions

It is important to understand the fundamental difference between **Marketplace Templates** and **Workflow Interfaces**:

| Concept                                                   | What It Is                                                            | Who Uses It                                                                            | Canvas & Credentials                                                        |
| :-------------------------------------------------------- | :-------------------------------------------------------------------- | :------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------- |
| **Step Template** (Marketplace)                           | A cloneable workflow blueprint in the public or team library.         | **Workflow Builders:** Users who want to fork, edit, and maintain the automation.      | Full canvas copied; forker connects their own app credentials.              |
| **Form Interface** (Canvas / Deployment)                  | A front-end form runner built on top of an active workspace workflow. | **End-Users / Clients:** People who simply submit requests or data to trigger the run. | Canvas completely hidden; securely uses the author's workspace connections. |
| **Chat Interface** ([Chat Trigger](/build/triggers/chat)) | A conversational assistant interface (hosted web page or Slack bot).  | **Chat Visitors & Teammates:** People who converse with the workflow interactively.    | Canvas hidden; uses workspace connections and returns AI responses.         |

> **Zero Credential Sharing:** When publishing a template to the Marketplace or
> deploying to a client workspace, third-party API keys and OAuth credentials
> are never exported. Deployed workflows run securely using the destination
> workspace's authorized connections.

---

## The Public Marketplace

Explore pre-built workflows designed by the Glow community and certified partners:

> **Public Template Gallery:**
> [https://app.getglow.ai/templates/](https://app.getglow.ai/templates/)

![A template's page in the Marketplace: its name and version, a Use template button, the steps it contains, and panels describing what it does, who it is for and what it needs.](/images/docs/getting-started/form-template.webp)
*A template's page previews its steps, category, required app connections, and interface type before you fork it.*

## What's Next?

- 👉 **[Step Templates →](/getting-started/templates/step-templates)**: Browse, fork, and publish editable canvas blueprints.
- **[Form Templates](/getting-started/templates/form-templates)**: Turn any workflow into an interactive form runner for non-technical users.
- **[The Deployment Page](/getting-started/templates/deployment)**: Manage semantic versions and distribute workflows across client workspaces.
- **[Importing & Exporting Workflows](/getting-started/templates/import-and-export)**: Import existing automations from n8n or Make.
