> 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/notion-page.md).

# 노션 페이지 만들기(oAuth)

워크플로 검색창에서 **노션 페이지 만들기** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 메시지를 보낼 대상과 메시지의 내용을 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="ZSOydhZvZ0ZuHdu8YEpC" url="<https://app.arcade.software/share/ZSOydhZvZ0ZuHdu8YEpC>" %}

1. 액션을 처음 사용하는 경우, + 새 노션 계정 추가하기를 클릭하여 노션 계정을 연동해 주세요.
2. 새로 생성할 페이지가 위치할 노션 링크를 입력해 주세요.
3. 페이지 제목을 입력해 주세요.
4. 페이지에 입력할 내용이 담긴 바티 워크베이스를 선택하고 완료를 클릭합니다.


---

# 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/notion-page.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.
