> 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/jp/akauntoto.md).

# アカウントと請求

- [設定](https://morphic.com/docs/jp/akauntoto/settings.md): 組織、請求、個人アカウントを管理でき、各画面へのリンクもあります。
- [全般](https://morphic.com/docs/jp/akauntoto/settings/general.md): 全般タブでは、組織の一般設定を管理できます。このタブから、組織名の変更や削除ができます。
- [メンバー](https://morphic.com/docs/jp/akauntoto/settings/members.md): メンバータブから、組織メンバーとその役割を管理できます。
- [プラン](https://morphic.com/docs/jp/akauntoto/settings/plans.md): プランでは、プランの比較と管理を簡単に行えます。アップグレードやダウングレードも簡単です。サポートが必要な場合はお問い合わせください。
- [モデルへのアクセス](https://morphic.com/docs/jp/akauntoto/settings/model-access.md): ワークスペースでモデルをオン・オフする方法と、各モデルが出力できる解像度の上限を設定する方法。
- [請求と使用状況](https://morphic.com/docs/jp/akauntoto/settings/billing-and-usage.md): 請求タブでは、プランの管理、支払い情報の確認と変更、請求履歴の確認、プランと更新情報の概要確認ができます。
- [クレジット上限](https://morphic.com/docs/jp/akauntoto/settings/member-credit-limits.md): 各メンバーが月ごと・日ごとに使える金額の上限を設定する方法と、誰が何を使っているかを確認する方法。
- [プロフィール](https://morphic.com/docs/jp/akauntoto/settings/profile.md): 名前、メールアドレス、写真の更新方法と、アカウントを削除したときに何が起こるか。
- [設定](https://morphic.com/docs/jp/akauntoto/settings/preferences.md): 新しいCopilotチャットの開始モードの設定方法と、生成完了時にブラウザで通知するかどうか。
- [セキュリティ](https://morphic.com/docs/jp/akauntoto/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/jp/akauntoto.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.
