> 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/faq/price/plan.md).

# 바티는 무료인가요?

물론이에요! 바티는 누구나 무료로 사용할 수 있습니다. \
무료 요금 플랜으로 사용하시는 경우 월 100크레딧으로 바티를 사용하실 수 있어요.

베이직 플랜에서 사용할 수 있는 액션은 모두 사용 가능하며, 액션별 크레딧 소진량은 모두 다릅니다.

가입 즉시 무료 플랜이 적용되어 바로 사용해보실 수 있습니다.

무료 플랜으로 이용하다가 더 많은  자동화 기능 이용을 원하는 경우 유료 플랜으로 업그레이드할 수 있습니다.&#x20;

유료 요금 플랜은 고급 자동화 액션과 더 큰 용량의 드라이브 등 다양한 추가 기능을 제공해 드리며, 플랜에 따라 자동화 액션 기능과 사용 횟수에 차등이 있습니다.&#x20;

✅[바티 요금제 자세히 보기](https://bati.ai/price/)

원하시는 자동화를 사용하려면 어떤 플랜을 구독해야 하는지 모르시겠다면 바티 플랜 계산기를 사용해보세요.

✅[바티 플랜계산기 사용해보기](https://blog.bati.ai/bati-plan-calculator/?_gl=1*1pgkic3*_gcl_au*ODg4Mjc5NTI1LjE3NDI4ODU2NjAuMTA5NDM2MTYzNi4xNzUwMDM3NTk4LjE3NTAwMzc1OTc.)


---

# 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/faq/price/plan.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.
