# What is a Workflow?

It’s essentially a scheduled pipeline. A **workflow** is a configured sequence that first runs extractions for a set of sources, then runs the transformation scripts once the data is loaded. Instead of manually running dozens of jobs, a workflow automates the entire daily (or hourly) update process.

For more information, see [Workflows & Scheduling](/technical-docs/workflows-and-scheduling.md).


---

# 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.daasity.com/support/faq/what-is-a-workflow.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.
