> 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/account-and-billing/settings/preferences.md).

# 設定

新しいCopilotチャットの開始モードと、生成が完了したときにブラウザで通知するかどうかを設定する方法。

Morphic の設定では、自分用のデフォルトを設定できます。これらの設定はあなた個人に適用され、組織全体には適用されません。そのため、変更してもチームメイトには影響しません。

Morphic で設定を行う簡単な手順を紹介します。

### 設定へのアクセス

1. ダッシュボード表示で、左上隅にある組織のロゴをクリックします。
2. ドロップダウンから「設定」を選択します。
3. 左側のサイドバーで「アカウント」の下にある「設定」をクリックします。

または、直接こちらへアクセスしてください: [studio.morphic.com/settings/preferences](https://studio.morphic.com/settings/preferences)

### デフォルトのチャットモード

「デフォルトのチャットモード」は、新しい Copilot チャットが開始時に使うモードを設定します。

1. 「設定」を開く
2. 「デフォルトのチャットモード」の横にあるドロップダウンをクリックします
3. 希望するモードを選びます

選択肢は、「Auto」（すぐに生成する）、「Ask」（実行前に設定内容とクレジットの消費量を表示する）、そして「Plan」（生成せずに計画を作成する）です。詳しくは [チャットモード](/docs/jp/getting-started/copilot/chat-modes.md) をご覧ください。

これは新しいチャットにのみ影響します。どのチャットでもモードを切り替えられますし、1つのチャットを変更してもデフォルトは変わりません。

動画をよく扱う場合や共有のクレジット残高を使う場合、デフォルトを「Ask」にしておくと、新しいチャットのたびに何かが消費される前に費用が表示されます。

### ブラウザ通知

「ブラウザ通知」は、生成が完了したときにブラウザへ知らせる機能です。長いレンダリングの間、別のタブで作業できます。

1. 「設定」を開く
2. 「ブラウザ通知」をオンまたはオフに切り替える

### 知っておくとよいこと

* 通知を初めてオンにすると、ブラウザが許可を求めます。その後通知が表示されない場合は、ブラウザの設定で Morphic が通知を送信できるよう許可されているか確認してください。
* これらの設定はあなただけに適用されます。変更しても、組織内の他の人には影響しません。
* 動画を扱う場合や共有残高を使う場合、デフォルトを「Ask」にしておくと、新しいチャットのたびに何かが消費される前に費用が表示されます。

これで、Morphic での設定方法は完了です。新しいチャットの動作と、完了した作業の通知方法が設定されます。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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/account-and-billing/settings/preferences.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.
