> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ko/faq/subscription-and-credits/pricing.md).

# 요금제는 어떻게 책정되나요?

Minara는 **사용량 기반 요금제를** 기반으로 하며 **크레딧** ([크레딧은 어떻게 작동하나요](/docs/support/ko/faq/subscription-and-credits/how-credits-work.md)), AI 연산을 위한 단위입니다.

\
각 플랜에는 고정된 수의 크레딧과 **보너스 스파크** ([Sparks란 무엇인가요?](/docs/support/ko/faq/subscription-and-credits/sparks.md))를 월간 보상으로 제공합니다.

***

#### 1. 요금 개요

* **크레딧** AI 쿼리, 조사 또는 워크플로를 실행할 때 사용됩니다.
* **보너스 스파크** 커뮤니티 혜택과 향후 교환을 위한 보상 포인트입니다.
* 플랜은 크레딧 수량, 워크플로 용량, 기능 우선순위에 따라 확장됩니다.
* 언제든지 업그레이드, 다운그레이드 또는 크레딧 충전이 가능합니다.

***

#### 2. 개인 플랜

<figure><img src="/files/1633de8c6d6f560657bebaf95294ad9f832e04ff" alt=""><figcaption></figcaption></figure>

***

#### 3. 비즈니스 플랜

<figure><img src="/files/81b12c9e2db0110d8cb9dd96ca19ec783da67e2a" alt=""><figcaption></figcaption></figure>

***

#### 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://minara.ai/docs/support/ko/faq/subscription-and-credits/pricing.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.
