> 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/action/chatgpt.md).

# AI 문장 생성

워크플로 검색창에서 **AI 문장 생성** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 세부 실행 요소를 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 이미지를 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

<figure><img src="/files/jEJ9L9Ryy5nh9hTkrlT7" alt=""><figcaption><p>액션 설정</p></figcaption></figure>

1. 문장 생성을 원하는 유형과 주제, 필수 내용, 글자수 제한 등을 자유롭게 입력합니다.
2. 작성된 결과를 원하는 탭과 셀 위치(바티엑셀)을 선택하여 삽입할 수 있습니다.

<figure><img src="/files/3y6aU2DMZle715OJ0pxn" alt=""><figcaption><p>결과 화면</p></figcaption></figure>


---

# 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/action/chatgpt.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.
