# Applying Data-flo

- [Basics in Minutes!](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed..md): Quick steps to building your first data-flo.
- [Quick Workflow](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow.md): This workflow takes in a .csv file. Adds a New Column at the end. Then populates this New Column with the value of True.
- [Step 1: Configure a solo adapter to view data.](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow/step-1-configure-a-solo-adapter-to-view-data..md): Adding a .csv file to a data-flo adaptor, in order to view the .csv file.
- [Step 2: Add and link a second adaptor.](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow/step-2-add-and-link-a-second-adaptor..md): Let's add a column!
- [Step 3: Add a value.](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow/step-3-add-a-value..md): Let's add a value to our new column.
- [Step 4: Complete the workflow.](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow/step-4-complete-the-workflow..md): Let's add the final output adaptor.
- [Step 5: Run the workflow.](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow/step-5-run-the-workflow..md): Running the newly created workflow.
- [Step 6: Share the workflow.](https://cgps.gitbook.io/data-flo/applying-data-flo/quick-get-up-to-speed./quick-workflow/step-6-share-the-workflow..md): How to share a workflow.


---

# 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/applying-data-flo.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.
