> For the complete documentation index, see [llms.txt](https://www.analytics-docs.laplacetec.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.analytics-docs.laplacetec.com/guide/etc/plan.md).

# 플랜 및 결제

{% hint style="info" %}
라플라스의 플랜은 3개월 월평균 주문건수를 기반으로 측정하고 있어요. 이는 시즈널리티, 프로모션으로 인해 요금이 과도하게 나오는 것을 방지하기 위함입니다.\
프로모션이나 시즈널리티 상품을 운영하시는 경우 특정한 기간 동안 매출이 이전에 비해 많이 증가할 수 있어요. 이때 3개월 평균 주문건수로 계산을 하게 되면 특정일에 요금이 폭등하는 것을 방지할 수 있기 때문이에요.
{% endhint %}

라플라스는 세가지의 요금제를 제공하고 있어요.

1. Starter: 48,000원/월 부터 (월 평균 주문건수 최대 1,000건, 초과 주문 건당 104원)
2. Growth: 368,000원/월 부터 (월 평균 주문건수 최대 4,000건, 초과 주문 건당 84원)
3. Enterprise: 898,000원/월 부터 (월 평균 주문건수 최대 10,000건, 초과 주문 건당 74원)

{% hint style="info" %}
연결제시 최대 17% 할인된 금액으로 이용할 수 있어요. 또한 연결제 기간동안 주문건수가 늘어도 추가 과금이 없기 때문에 안심하고 이용하실 수 있어요!
{% endhint %}

* 자세한 가격은 라플라스 pricing 페이지에서 시뮬레이터로 확인하 볼 수 있어요
* pricing 페이지 : <https://www.analytics.laplacetec.com/pricing>


---

# 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://www.analytics-docs.laplacetec.com/guide/etc/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.
