# Workflows

In Laminar, every integration starts with a workflow.

A workflow is a sequence of steps that represent business logic. Think of it as a pipeline where data flows from one step to the next. Each step receives all the accumulated data from previous steps, processes it, and adds its own output to the flow. This creates a rich context that subsequent steps can use for decision-making and processing.

## Creating Workflows

As seen in the Getting Started guide, creating a workflow is straightforward. When naming your workflows, consider using descriptive names that clearly indicate their purpose.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeyfSRRmLEurvKZJcO0Tg%2Fuploads%2FbKzWf6SHTmspiyNb9djX%2FCreate%20Workflow.mp4?alt=media&token=13eb8d7b-89a6-43d1-90ca-9e775f92935f>" %}
Creating Workflow
{% endembed %}


---

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