# Combining adaptors to create workflows

### What is a workflow?&#x20;

Workflows are combinations of adaptors that work together to edit, clean, merge and transform your data.&#x20;

Users set up a workflow to perform data integration & manipulation: ingesting data from one or more data-sources, combining, cleaning, harmonising, and reshaping it, and then sending the data onward in a format that’s ready for downstream applications or sharing.

<figure><img src="/files/A9xVaHHRpKt4Rm19L7vS" alt="A screenshot of the Data-flo canvas with multiple inputs and adaptors connected together to create a workflow. There are several call out bubbles that indicate the functionality of some adaptors such as removing extraneous data, merging data tables, and adding coordinates to place names"><figcaption></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://cgps.gitbook.io/data-flo/basics/combining-adaptors-to-create-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.
