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

# Workflow templates

> Get started quickly with pre-built workflow templates

Kwala workflow templates provide pre-built, ready-to-deploy automation scripts that help you get started quickly. Instead of building workflows from scratch, you can choose from our templates, customize them and deploy in minutes.

## Why use Kwala workflow templates?

* **Highly customizable**: Kwala templates work out of the box and allow you to customize them for specific needs and use cases.
* **Fast deployment**: Templates are pre-configured and ready to use, allowing you to deploy workflows in as little as 5 minutes instead of creating them from scratch.
* **Follows best practices**: Each template follows industry best practices and has been tested for reliability, security, and efficiency.
* **Learning tool**: Kwala templates are excellent learning resources that you how to build workflows, set triggers, and configure actions properly.

## Available templates

Kwala offers different workflow templates for specific use cases, as follows:

| Workflow template          | Description                                                                                  | Dashboard link                                                                   |
| -------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| Token transfer alert       | Monitor token transfers and get instant notifications when large amounts are moved           | [View template](https://Kwala.network/templates/token-transfer-alert)            |
| DAO proposal notifier      | Stay updated on DAO governance activities and never miss important votes                     | [View template](https://Kwala.network/templates/dao-proposal-notifier)           |
| NFT price tracker          | Track NFT floor prices and receive notifications when they reach your target levels          | [View template](https://Kwala.network/templates/nft-price-tracker)               |
| Multi-chain bridge monitor | Monitor cross-chain bridge transactions and get alerts when they complete                    | [View template](https://Kwala.network/templates/multi-chain-transaction-monitor) |
| DeFi yield optimizer       | Automatically optimize your DeFi portfolio by moving funds to the highest yielding protocols | [View template](https://Kwala.network/templates/defi-yield-optimizer)            |
| Liquidation protection     | Protect your DeFi positions from liquidation by automatically monitoring collateral ratios   | [View template](https://Kwala.network/templates/liquidation-protection)          |

## How to use workflow templates

Follow these steps to use a pre-built template for automation with Kwala:

<Steps>
  <Step title="Access templates">
    Navigate to the [templates page](https://Kwala.network/templates) from your dashboard to explore available templates.
  </Step>

  <Step title="Choose a template">
    Select a template whose functionality matches your scenario.
  </Step>

  <Step title="Review and customize">
    View the template details and customize parameters according to your scenario. You can refer to the corresponding how-to guide for more details on using the template.
  </Step>

  <Step title="Deploy workflow">
    Deploy your workflow and start automating
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Custom Workflows" icon="code" href="/workflow-builder/create-workflow">
    Build your own workflows from scratch
  </Card>

  <Card title="Explore the Playground" icon="flask" href="/workflow-builder/explore-the-playground">
    Test workflows in the Playground environment
  </Card>
</CardGroup>
