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

# 계정 및 결제

- [설정](https://morphic.com/docs/kr/account-and-billing/settings.md): 조직, 결제, 개인 계정을 관리하는 곳이며, 각 화면으로 연결되는 링크가 있습니다.
- [일반](https://morphic.com/docs/kr/account-and-billing/settings/general.md): 일반 탭에서는 조직의 일반 설정을 관리할 수 있습니다. 이 탭에서 조직의 이름을 지정하거나 삭제할 수 있습니다.
- [구성원](https://morphic.com/docs/kr/account-and-billing/settings/members.md): 구성원 탭에서 조직 구성원과 그 역할을 관리할 수 있습니다.
- [요금제](https://morphic.com/docs/kr/account-and-billing/settings/plans.md): 요금제에서는 요금제를 쉽게 비교하고 관리할 수 있습니다. 또한 요금제를 손쉽게 업그레이드하거나 다운그레이드할 수 있습니다. 도움이 필요하면 지원팀에 문의하세요.
- [모델 접근](https://morphic.com/docs/kr/account-and-billing/settings/model-access.md): 작업 공간에서 모델을 켜고 끄는 방법과, 각 모델이 출력할 수 있는 해상도를 제한하는 방법입니다.
- [결제 및 사용량](https://morphic.com/docs/kr/account-and-billing/settings/billing-and-usage.md): 결제 탭에서는 요금제 관리, 결제 정보 확인 및 변경, 청구서 내역 확인, 요금제 및 갱신 세부정보 개요를 볼 수 있습니다.
- [크레딧 한도](https://morphic.com/docs/kr/account-and-billing/settings/member-credit-limits.md): 각 구성원이 월별 및 일별로 사용할 수 있는 금액을 제한하는 방법과, 누가 무엇을 사용 중인지 확인하는 방법입니다.
- [프로필](https://morphic.com/docs/kr/account-and-billing/settings/profile.md): 이름, 이메일, 사진을 업데이트하는 방법과 계정을 삭제했을 때 어떤 일이 일어나는지에 대한 설명입니다.
- [환경설정](https://morphic.com/docs/kr/account-and-billing/settings/preferences.md): 새 Copilot 채팅이 시작할 모드를 설정하는 방법과, 생성이 준비되었을 때 브라우저 알림을 받을지 여부를 설정하는 방법입니다.
- [보안](https://morphic.com/docs/kr/account-and-billing/settings/security.md): 비밀번호를 입력하지 않고 Morphic에 로그인할 수 있도록 패스키를 추가하는 방법입니다.


---

# 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://morphic.com/docs/kr/account-and-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.
