# Creating RunBooks

RunBooks are at the heart of unSkript.  RunBooks outline a stepwise process that can be run either interactively or automatically.  Learn how to use and create RunBooks!

A RunBook is a sequence of Actions put together to form a multi-step workflow. A given step in the xRunBook may be executed individually and interactively providing a Human-in-loop interface.

### [Pre-Built RunBooks](#pre-built-runbooks)

<figure><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/unskript/Awesome-CloudOps-Automation/master/.github/images/runbookShield.json&#x26;style=for-the-badge" alt=""><figcaption></figcaption></figure>

unSkript offers pre-built RunBooks that allow you to begin automation immediately.  With these RunBooks, you can get started quickly by just adding your [cloud credentials](https://docs.unskript.com/unskript-documentation/connnecting/connectors), and the RunBook [input parameters](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/create-a-parameter).&#x20;

This is a great way to learn how unSkript works, but everyone's cloud is different, and you'll soon want to customize and create your own RunBooks.

### Build your Own RunBook

1. [Create a RunBook](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/create-a-xrunbook)
2. [Add Input Parameters](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/create-a-parameter)
3. [Add an Action](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/add-an-action)
4. [Connect Your Actions](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/connecting-actions)
5. [Run Your RunBook](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/running-xrunbooks)
