> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.9.2/credit/manual/costs.md).

# 크레딧 비용 조회

운영 대분류의 **비용 조회** 메뉴(`/credit/cost-inquiry`)에서 선택한 기간의 크레딧 사용 비용을 금액으로 조회합니다.

* 설정한 기간 내, **모든 관리 그룹의 총 비용**이 제공됩니다.
* 기간은 해당 월 1일 부터 오늘 날짜까지 기본 제공됩니다. 관리자는 기간을 설정하여 조회할 수 있습니다.
* 전체 비용은 초과 비용을 포함하여 제공됩니다.

<figure><img src="https://1057607075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ6Uo8t8KQf028DQtbmkY%2Fuploads%2Fgit-blob-d5ce172b650b609e315fab17b46e427959b8da66%2Fcredit_costs_01.png?alt=media" alt=""><figcaption></figcaption></figure>

## 조회 조건

* **기간 선택:** 날짜 범위를 선택합니다. 기본값은 해당 월 1일부터 오늘까지입니다.
* **다시 조회:** 현재 선택한 기간으로 비용을 다시 불러옵니다.

## 표시 항목

* **조회 기간:** 선택한 시작일과 종료일을 표시합니다.
* **집계 시작일 안내:** 실제 비용 집계 시작일이 조회 시작일보다 늦으면 해당 일자부터 비용이 집계됨을 함께 안내합니다.
* **전체 비용:** 해당 기간의 총 비용을 원 단위로 표시합니다.
* **초과 비용:** 잔여량을 초과해 발생한 비용을 원 단위로 표시합니다.
* **데이터 없음:** 해당 기간에 비용 데이터가 없으면 해당 정보가 없다는 안내를 표시합니다.


---

# 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://genos-docs.gitbook.io/default/v1.9.2/credit/manual/costs.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.
