> ## 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.

# Explore the Playground

> Use the Kwala Playground to create workflows

The [Kwala Playground](https://Kwala.network/dashboard) is your central hub for managing and testing workflows on the Kwala network. It provides an interactive environment where you can create, test, and manage your blockchain automation workflows.

## Accessing the Playground

Navigate to [Kwala.network/dashboard](https://Kwala.network/dashboard) and connect your Metamask account to access the Playground.

The Kwala Playground is divided into two main sections:

* **Kwala Bounty** - Participate in bounty programs to earn rewards (claim up to 1 Sepolia ETH)
* **My Workflows** - View and manage all your created workflows. You can create, test, debug, and execute your workflows from this pane.

### Kwala Bounty

The Kwala Bounty program lets you complete tasks to earn rewards, claim Sepolia ETH for testing, and learn the platform by performing different tasks.

<Frame>
  <img src="https://mintcdn.com/kwala-1f7da9fb/eCmxMl9Czq59OEnM/images/workflow-builder/explore-playground/kwala-playground-bounty.PNG?fit=max&auto=format&n=eCmxMl9Czq59OEnM&q=85&s=0b7cdbbcd4438545c34662092df2b036" alt="Kwala Bounty overview interface" width="967" height="495" data-path="images/workflow-builder/explore-playground/kwala-playground-bounty.PNG" />
</Frame>

### My Workflows

This is your workflow management hub for all Kwala workflows you've created. From here, you can view workflows, access configurations, monitor execution status, and update existing workflows.

<Frame>
  <img src="https://mintcdn.com/kwala-1f7da9fb/eCmxMl9Czq59OEnM/images/workflow-builder/explore-playground/kwala-playground-overview.PNG?fit=max&auto=format&n=eCmxMl9Czq59OEnM&q=85&s=74a429101a148f4801f5944dee0f577a" alt="Kwala Playground overview interface" width="980" height="590" data-path="images/workflow-builder/explore-playground/kwala-playground-overview.PNG" />
</Frame>

**My Workflows** pane also allows you to browse Kwala templates that you can customize for your scenario, or import an already existing YAML workflow configuration into the dashboard.

## Next steps

<CardGroup cols={2}>
  <Card title="Deploy workflows" icon="rocket" href="/workflow-builder/deploy-workflow">
    Deploy your tested workflows to production
  </Card>

  <Card title="Monitor execution" icon="chart-line" href="/explorer/view-execution-details">
    Track your workflow performance
  </Card>
</CardGroup>
