# Steps

A workflow step is a function that handles a specific task execute in a specific order in the context of an integration. Steps are the fundamental building blocks of any Laminar workflow.

## Step Types

There are multiple types of steps a user can build in Laminar, each designed for specific tasks, such as HTTP requests, data transformations:

The supported flow types are:

* **HTTP Request:** used to send or receive data through REST APIs.
* **Data Transformation:** used to transform data to a desired format.
* **Shell Scripts**: used for interacting with command-line tools (ex: git, salesforce-cli, etc...) and file manipulations that are too difficult to achieve directly in JavaScript or Python

## Creating Steps

Similarly to workflows, creating steps is also straightforward.

<figure><img src="/files/BADbuft7ijELRu5ayc7S" alt=""><figcaption><p>Creating workflow steps</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.laminar.run/building-an-integration/steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
