# Integration Design

## Designing integrations

An integration in Laminar is can be described as a sequences of Flows, which each can run the following:

1. Initial API Request (optional)
2. Data Transformations
3. Control Flow
4. Final API Request (optional)

## Building atomic integrations

Business logic for any integration can be expressed in terms of Workflows in Laminar. Each workflow fulfils specific business logic for an integration using its sequence of flows.

Flows carry out the requests and data transforms necessary to accomplish **atomic** integration objectives.

## Workflow execution lifecycle

<figure><img src="/files/UtPCY9LX6J03F0RAEg5C" alt=""><figcaption><p>Example workflow sequence with N number of Flows that run as part of the Workflow</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/integration-design.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.
