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

# 결제수단 등록

{% hint style="danger" %}
결제 / 청구 페이지는 최고관리자 권한의 구성원만 접속할 수 있습니다.
{% endhint %}

<figure><img src="/files/lvwihbUklWf5iNXduCn7" alt=""><figcaption></figcaption></figure>

* 정기 결제 진행 시 매달 결제할 카드 등록이 필요합니다.
* 페이지 상단의 결제수단 등록하기 버튼을 클릭하여 카드 정보를 등록할 수 있습니다.

{% hint style="info" %}
카드 정보가 저장되면 버튼 옆에 새로 등록한 카드 별칭이 나타납니다.\
결제 수단을 변경하려면 \[카드변경]  버튼을 클릭하고 새로운 카드 정보를 입력하면 변경이 완료됩니다.&#x20;

<img src="/files/jXAWKttqjLgnnLCzgvCA" alt="" data-size="original">
{% endhint %}


---

# 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://guide.allibee.ai/admin/payment-bliing/method.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.
