> 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/research-and-analysis/credits-and-cost.md).

# 크레딧 및 비용

**왜 이 쿼리는 예상보다 더 많은 크레딧을 사용했나요?** 크레딧 사용량은 다음에 따라 달라집니다: LLM 처리, 데이터 팬아웃(조회되는 소스 수), Deep Research의 깊이, 그리고 Data Visualization 차트 렌더링.

비용을 예측 가능하게 유지하려면:

* 필요하지 않을 때는 Deep Research와 Data Visualization을 끄세요.
* 한 쿼리에서 여러 개의 무거운 모드를 겹쳐 사용하지 마세요.
* Data Visualization 모드에서는 추가 "선호 차트"를 선택하지 마세요.

비정상적으로 큰 청구가 발생했다면 Discord에 채팅 링크를 공유하세요. 팀이 감사하고, 경우에 따라 계정에 크레딧을 환급해 줄 수 있습니다.

**일반적인 크레딧 비용**

| 작업                   | 예상 비용    |
| -------------------- | -------- |
| 일반 채팅 메시지            | \~20 크레딧 |
| Deep Research 보고서    | \~40 크레딧 |
| 워크플로의 Minara Call 노드 | \~15 크레딧 |

이는 추정치입니다. 실제 비용은 처리된 토큰 수에 따라 달라집니다.

**크레딧이 부족하면 무엇이 중단되나요?** 구독 크레딧이 모두 소진되면:

* Minara와 채팅하기
* Deep Research
* 새 워크플로 만들기
* Minara Call 노드가 있는 워크플로 실행

크레딧은 각 결제 주기가 시작될 때 새로 충전됩니다. 또한 추가 충전 팩을 구매할 수 있습니다(활성 유료 구독 필요).


---

# 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/research-and-analysis/credits-and-cost.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.
