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

# Manage Flows

> Create and manage AI workflows in the AI Studio.

Workflows (or Flows) are visual representations of your AI logic, connecting different nodes to process data, reasoning, and actions.

## AI Studio Overview

To access the AI Studio, open any GIDR and click on the **AI studio** tab in the top navigation bar.

<img src="https://mintcdn.com/gidrai/QoeIuE1a09FRTxBt/images/ai-studio/ai-studio-main.png?fit=max&auto=format&n=QoeIuE1a09FRTxBt&q=85&s=cd33afec45e5f8211aa5a1625236bda6" style={{ width: 'auto', maxWidth: '100%' }} alt="AI Studio Main View" width="1024" height="687" data-path="images/ai-studio/ai-studio-main.png" />

The AI Studio interface consists of:

1. **Canvas**: The central area where you build your flows.
2. **Workflows Panel**: On the right, lists all your workflows.
3. **Nodes Panel**: On the right (below workflows), lists available components to build with.

## Create Workflow

You can create a new workflow from scratch or import one.

1. In the **Workflows** panel on the right, click the **+ (Add)** button.
2. The **Create Workflow** dialog will appear.

<img src="https://mintcdn.com/gidrai/QoeIuE1a09FRTxBt/images/ai-studio/create-workflow-dialog.png?fit=max&auto=format&n=QoeIuE1a09FRTxBt&q=85&s=0d9475f75383315ce8cc33b5175208bc" style={{ width: 'auto', maxWidth: '400px' }} alt="Create Workflow Dialog" width="1359" height="795" data-path="images/ai-studio/create-workflow-dialog.png" />

3. Enter a **Workflow name** (required). Names can contain letters, numbers, underscores, and hyphens.
4. Optionally provide a **Description**.
5. Click **Save**.

Your new workflow will open in the editor, typically starting with a `Start` and `End` node.

## Manage Workflows

All your workflows are listed in the **Workflows** panel. You can manage them using the actions menu (three dots) next to each workflow.

<img src="https://mintcdn.com/gidrai/La57oM6sCecLAz60/images/ai-studio/workflow-actions.png?fit=max&auto=format&n=La57oM6sCecLAz60&q=85&s=2ee943326e4065be0bc6bf1badc248df" style={{ width: 'auto', maxWidth: '300px' }} alt="Workflow Actions Menu" width="1359" height="795" data-path="images/ai-studio/workflow-actions.png" />

### Edit Workflow

Click the workflow name or select **Edit** from the menu to open it in the canvas.

### Export Workflow

Select **Export flow** to download your workflow configuration as a JSON file. This is useful for backups or sharing flows between GIDRs.

### Copy Flow ID

Select **Copy flow id** to get the unique identifier for the workflow, which may be needed for API integrations.

### Delete Workflow

<Danger>
  Deleting a workflow is permanent and cannot be undone.
</Danger>

Select **Delete** to permanently remove the workflow.
