> For the complete documentation index, see [llms.txt](https://docs.auditboardanalytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auditboardanalytics.com/introductions/workflow-philosophy.md).

# Workflow Philosophy

{% hint style="info" %}
Did you know there's a full 🧑‍🎓 [**Optro Academy course on Analytics**](https://academy.auditboard.com/page/analytics)? It's a great place to start if you like watching short videos.
{% endhint %}

### What is a workflow?

A workflow is a system of organization used to streamline and manage analytical tasks. Analytics is a library of personalized workflows that allow users to build, process, and automate audit-logic. With the aid of a workflow, large and complex data processes can be simplified, while small, tedious tasks can be automated.

<figure><img src="/files/Cr55hfBi1bqdJXJrGyGV" alt=""><figcaption></figcaption></figure>

### What do workflows do?

Workflows execute a defined process and eliminate the need to manually update, adjust and share results. In Analytics, tools are used to define a workflow. A workflow executes each tool in sequential order. Tools streamline and consistently apply the same rules and logic for every iteration the workflow is executed, or as we say in Analytics - “Run”.

<figure><img src="/files/gntnrK46SzKMk14Iiy7g" alt=""><figcaption></figcaption></figure>

### Benefits of building workflows in Analytics

Analytics workflows provide a consistent and reliable way to perform tasks, save resources, increase transparency and accountability, and are self-documenting. Additionally, they are reusable and expandable to meet individual needs, making them an invaluable asset to any organization.

We encourage you to take the next step:

{% content-ref url="/pages/aqokvevwCRZLaxlTl4UF" %}
[Build a Workflow](/introductions/build-a-workflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/gzfEgpoZ0cGNZbb8tPqR" %}
[Start from a Template](/introductions/start-from-a-template.md)
{% endcontent-ref %}


---

# 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://docs.auditboardanalytics.com/introductions/workflow-philosophy.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.
