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

# 결제

- [개요](https://help.fixfolio.ai/billing/overview.md): 픽스폴리오는 구독 플랜 또는 크레딧 충전 방식을 통해 서비스를 이용할 수 있습니다. 사용 목적과 이용 방식에 따라 원하는 결제 방식을 선택할 수 있습니다.
- [요금제 안내](https://help.fixfolio.ai/billing/pricing.md): 픽스폴리오는 이용 규모와 운영 방식에 따라 개인 구독 플랜과 엔터프라이즈 플랜을 제공합니다. 필요한 크레딧 규모와 팀 운영 범위에 맞춰 적합한 요금제를 선택해 주세요.
- [구독하기](https://help.fixfolio.ai/billing/subscription.md): 월 구독 플랜을 이용하면 매월 일정량의 크레딧이 자동으로 지급되며, 지속적으로 배너 제작이 필요한 경우 편리하게 서비스를 이용할 수 있습니다.
- [크레딧 충전하기](https://help.fixfolio.ai/billing/credit.md): 크레딧 충전은 필요한 만큼 크레딧을 구매하여 사용하는 방식입니다. 구독 크레딧이 부족하거나, 정기 구독 없이 필요할 때만 제작하고 싶은 경우에 적합합니다.
- [환불하기](https://help.fixfolio.ai/billing/refund.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://help.fixfolio.ai/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.
