> For the complete documentation index, see [llms.txt](https://craft-agent.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://craft-agent.gitbook.io/home/core-concepts/templates.md).

# Templates

Templates are pre-built workflows that you can import and customize. They're the fastest way to get started with common use cases.

## Browsing Templates

1. Open **Settings → Templates**
2. Browse the available categories
3. Click a template to preview it
4. Click **"Use Template"** to create a copy in your workflows

## Available Template Categories

| Category     | Examples                                      |
| ------------ | --------------------------------------------- |
| **Content**  | Blog writer, social media posts, email drafts |
| **Research** | Web research assistant, topic summarizer      |
| **Code**     | Code generator, code reviewer, bug finder     |
| **Creative** | Story writer, image prompt creator            |
| **Business** | Meeting notes, proposal generator             |

## Customizing Templates

After importing a template, you can:

* **Modify prompts** — Adjust the system prompts to match your style
* **Swap models** — Change to a different AI model
* **Add nodes** — Extend the workflow with additional steps
* **Remove nodes** — Simplify the workflow by removing unnecessary steps
* **Rename** — Give it a name that makes sense for your use case

## Creating Templates

Currently, templates are curated by the Craft Agent team. If you'd like to suggest a template, contact us at <support@craftagent.io>.

To share your workflow with others, use the **Community** feature instead.

***

> **Tip:** Templates are a great way to learn workflow design patterns. Import one, study how it's built, and use those patterns in your own workflows.
