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

# Clone from Marketplace

> Clone a marketplace workflow, reconnect accounts, and run it in chat.

**Goal:** Run a cloned template successfully in Chat within about 10 minutes.

## Prerequisites

* Signed in to [Flowra](https://flowra.dev)
* A project selected in the sidebar

## Steps

<Steps>
  <Step title="Clone a listing">
    Open [Marketplace](https://flowra.dev/dashboard/marketplace), pick a template, and clone it into your project.
  </Step>

  <Step title="Connect required accounts">
    Open [Connection](https://flowra.dev/dashboard/connection) and connect every toolkit the template needs.
  </Step>

  <Step title="Review tools and data">
    Open the cloned workflow. Confirm tools, prompts, and any knowledge/table access match what you want.
  </Step>

  <Step title="Test in Chat">
    Open [Chat](https://flowra.dev/dashboard/chat), select the cloned agent, and send a simple task. Confirm the reply and tool calls look correct.
  </Step>
</Steps>

## Verify

* The workflow appears under [Workflows](https://flowra.dev/dashboard/workflows)
* Connection rows for required toolkits are active
* A successful run appears under [Executions](https://flowra.dev/dashboard/workflows/executions)

## Next

* [Marketplace](/product/marketplace)
* [Widgets and embeds](/product/widgets-and-embeds) if you want the same agent on a website
