# Flow

Flow provides tooling for building and running secondary analysis pipelines. The platform supports analysis workflows constructed using Common Workflow Language (CWL) and Nextflow. Each step of an analysis pipeline executes a containerized application using inputs passed into the pipeline or output from previous steps.

You can configure the following components in Illumina Connected Analytics Flow:

* Reference Data — Reference Data for Graphical CWL flows. See [Reference Data](https://help.ica.illumina.com/project/p-flow/f-referencedata).
* Pipelines — One or more tools configured to process input data and generate output files. See [Pipelines](https://help.ica.illumina.com/project/p-flow/f-pipelines).
* Analyses — Launched instance of a pipeline with selected input data. See [Analyses](https://help.ica.illumina.com/project/p-flow/f-analyses).


---

# 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://help.ica.illumina.com/project/p-flow.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.
