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

# 바티 자동화 기능

바티로 다양한 자동화 기능을 설정할 수 있습니다.&#x20;

이 자동화 액션을 연동해 업무 흐름을 설정하면 매일하는 반복적인 업무를 자동화 할 수 있어요.&#x20;

각각의 특징을 살펴보고 필요한 업무에 자동화를 적용해보세요.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>웹크롤링</strong></td><td><a href="/files/NA33pScb2ex0RTcPRy0V">/files/NA33pScb2ex0RTcPRy0V</a></td><td></td><td></td><td><a href="/pages/keStfoYkJBBgaLtTf5mQ">/pages/keStfoYkJBBgaLtTf5mQ</a></td></tr><tr><td align="center"><strong>ChatGPT (AI)</strong></td><td><a href="/files/YWFe4pf7QATnPyz3pvGs">/files/YWFe4pf7QATnPyz3pvGs</a></td><td></td><td></td><td><a href="/pages/JyfA6aV2d7dArGu85ay7">/pages/JyfA6aV2d7dArGu85ay7</a></td></tr><tr><td align="center"><strong>맞춤 파일 대량생성</strong></td><td><a href="/files/Qik6at8aJ4si5OfufRii">/files/Qik6at8aJ4si5OfufRii</a></td><td></td><td></td><td><a href="/pages/IYR6C2KmWk3PDQuUgkzI">/pages/IYR6C2KmWk3PDQuUgkzI</a></td></tr><tr><td align="center"><strong>맞춤 이메일 자동발송</strong></td><td><a href="/files/U3zlFmND9uj7kCWPh7E7">/files/U3zlFmND9uj7kCWPh7E7</a></td><td></td><td></td><td><a href="/pages/gADJ1d87NnSBDmrlCDub">/pages/gADJ1d87NnSBDmrlCDub</a></td></tr><tr><td align="center"><strong>엑셀파일 데이터 취합 및</strong> <br><strong>데이터 가져오기</strong></td><td><a href="/files/LsZNWE2hROL9FoFNnQgx">/files/LsZNWE2hROL9FoFNnQgx</a></td><td></td><td></td><td><a href="/pages/sbdWaD7wGuDJP1G2jAxF">/pages/sbdWaD7wGuDJP1G2jAxF</a></td></tr><tr><td align="center"><strong>문자/알림톡 자동발송</strong></td><td><a href="/files/Pk11XrgMzFrNtDKUKvgS">/files/Pk11XrgMzFrNtDKUKvgS</a></td><td></td><td></td><td><a href="/pages/GI5of4A04GG1KkJKqVEN">/pages/GI5of4A04GG1KkJKqVEN</a></td></tr></tbody></table>


---

# 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://batiai.gitbook.io/service/mainaction.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.
