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

# 設定

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

Morphic で設定を行う簡単な手順はこちらです:

### Preferences へのアクセス

1. ダッシュボード画面で、左上隅の Org ロゴをクリックします。
2. ドロップダウンから「Settings」を選択します。
3. 左側のサイドバーにある「Account」の下で、「Preferences」をクリックします。

または、直接こちらへ: [studio.morphic.com/settings/preferences](https://studio.morphic.com/settings/preferences)

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

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

1. 「Preferences」を開く
2. 「Default chat mode」の横にあるドロップダウンをクリックする
3. 希望するモードを選ぶ

選択肢は、すぐに生成を開始する「Auto」、何かが実行される前に設定内容とクレジットコストを表示する「Ask」、生成せずに計画のみを書く「Plan」です。詳細は [チャットモード](/docs/jp/hajimeni/copilot/chat-modes.md) で各モードの働きを確認してください。

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

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

### ブラウザ通知

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

1. 「Preferences」を開く
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/akauntoto/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.
