# 워크플로와 액션

## 워크플로란 무엇인가요?

워크플로는 일을 처리하는 과정을 자동화하기 위한 툴이며, 일련의 작업들을 연결하여 자동화된 프로세스를 만들 수 있습니다.

## 어떻게 워크플로를 만들 수 있나요?

바티AI에서는 다양한 기능들을 **액션**으로 제공하며, 이를 연결하여 작업의 순서와 세부내용을 설정할 수 있습니다. 이를 통해 자동화된 워크플로를 만들 수 있습니다.

{% hint style="info" %}
**액션**이란, 워크플로를 구성하는 개별 행동 요소로 실무와 관련된 기능으로 제공합니다.\
파일 생성, 키워드 검색량 수집, 웹 크롤링, 메일/알림톡 발송 등 매일 수행하는 업무를 기반으로 하며, 여러 가지 기능을 본인의 업무 흐름에 맞게 자유롭게 구성해 업무를 자동화할 수 있습니다.
{% endhint %}

## 어떤 작업들을 자동화할 수 있나요?

바티AI는 워크플로를 쉽게 만들고 실행할 수 있는 기능을 제공하여 업무 효율성을 향상시키는데 도움을 줍니다.

* 구글 검색결과, 네이버(뉴스기사, 블로그, 카페, 쇼핑, 증시, 키워드 검색량 등) 웹 크롤링
* 정부지원사업, 다나와 최저가 등 데이터 크롤링
* 맞춤형 메일 발송 및 카카오 알림톡 발송
* 대량 파일 생성
* AI 문서 자동작성 및 분석


---

# 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://guide.bati.ai/service/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.
