> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/getting-started/rpa-studio/create-workflow.md).

# Workflows

Workflows contain your business logic.

A workflow is a file with an extension `.vsbot` that contains a sequence of [activities ](/getting-started/rpa-studio/activities.md)in the form of a flowchart.

When you [create a new ](/getting-started/rpa-studio/robots.md)robot, a default workflow will be created automatically.

## Create A Workflow

To create a new workflow, click the **New Workflow** in the Robot pane.<br>

<figure><img src="https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2FjonwEnrlhUHnPoobqDGr%2Fimage.png?alt=media&amp;token=a11fa0ee-723e-48d6-9a06-6e810f91ac5b" alt=""><figcaption></figcaption></figure>

The **New Workflow** window is shown. Type your workflow name and click **OK**. The new workflow will be added to your robot.\ <br>

<figure><img src="https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2FCc2LMOmdZgPodx3mZNb4%2Fimage.png?alt=media&amp;token=61c660aa-215b-4119-a7a8-475182fa4785" alt=""><figcaption></figcaption></figure>

## Import Existing Workflow

You can add workflows created as part of another robot to the current robot.

* Click the **Import** button in the Command Ribbon.
* Select a workflow file with `.vsbot` extension.
* Click **OK**.

The workflow will be copied to your current robot directory and added to the robot.
