> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-help/billing.md).

# 요금과 결제

- [결제 관리 화면에서 볼 수 있는 것](https://docs.wrks.ai/admin-help/billing/payments.md): 결제 관리 화면에서 볼 수 있는 것
- [켜면 요금이 붙는 기능은 무엇이 있나요](https://docs.wrks.ai/admin-help/billing/addon-pricing.md): 아래 기능은 켜 두기만 해도 매일 요금이 붙어요.
- [사용자 목록에 있는 '부가서비스/API'는 무엇인가요](https://docs.wrks.ai/admin-help/billing/addon-api-usage.md): 실제 직원이 아니에요.
- [직원별로 쓸 수 있는 금액을 제한하고 싶어요](https://docs.wrks.ai/admin-help/billing/usage-limits.md): 한도를 거는 화면이 세 군데예요.
- [한도가 넘어서 서비스가 막혔어요. 어떻게 푸나요](https://docs.wrks.ai/admin-help/billing/limit-exceeded.md): 한도를 올리면 바로 풀려요.
- [요금이 생각한 것과 달라요](https://docs.wrks.ai/admin-help/billing/unexpected-charges.md): 먼저 관리자 > 이용 현황 에서 무엇에 얼마가 쓰였는지 확인해 주세요.


---

# 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://docs.wrks.ai/admin-help/billing.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.
