> For the complete documentation index, see [llms.txt](https://cgps.gitbook.io/data-flo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cgps.gitbook.io/data-flo/basics.md).

# Data-flo Basics

This section covers the **basics** of Data-flo and contains everything you need to get started using the platform!&#x20;

In this section you can read about:

* How to [sign-in and navigate](/data-flo/basics/account.md) the site, including the most common pages and when to use them. &#x20;
* Data-flo [terminology](/data-flo/basics/terminology.md) and a summary of [icons](/data-flo/basics/interface-icons.md) to help you understand the Data-flo lingo and interpret the information included in this guide
* [Adaptors](/data-flo/basics/adaptors.md) including what they are, different types and how to use them to build your data workflows
* How to use Data-flo to [create](/data-flo/basics/combining-adaptors-to-create-workflows/creating-a-workflow.md), [test](/data-flo/basics/combining-adaptors-to-create-workflows/testing-your-workflows.md), [run](/data-flo/basics/combining-adaptors-to-create-workflows/running-your-workflows.md) and [share](/data-flo/basics/combining-adaptors-to-create-workflows/accessing-your-workflows.md) your data workflows

If you're looking for adaptor-specific guidence see the [Adaptor reference guide](/data-flo/reference-guide.md).&#x20;

To read more about Data-flo's use cases, tips and tricks and advanced features, see the [Applying Data-flo](/data-flo/applying-data-flo.md) section.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cgps.gitbook.io/data-flo/basics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
