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

# 設定

設定ページでは、Morphic の一般設定、メンバーと組織の設定、プランと請求、プロフィールを管理できます。

### 設定へ移動

**直接リンク**

* このリンクからいつでも設定へ直接移動できます: [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

**Canvas から（ログイン後の既定ビュー）**

* ログイン後は、既定で Canvas が表示されます。
* 設定を開くには、左上のプロフィールロゴをクリックします。組織/アカウントのドロップダウンが開きます。
* ドロップダウンメニューで［設定］を選択します。

**Canvas からダッシュボードへ移動**

* 同じドロップダウン（Morphic ロゴをクリックして開く）から［ダッシュボードへ戻る］を選択します。
* するとダッシュボード表示に移動し、すべてのプロジェクトファイルを確認できます。

**ダッシュボードから**

* ダッシュボード表示で、左上の組織ロゴをクリックします。
* ドロップダウンメニューで［設定］を選択します。

### 言語を変更

Morphic のインターフェース言語は、Canvas またはダッシュボードのどちらからでも変更できます。

Morphic は現在、以下のインターフェース言語をサポートしています:

* EN – 英語
* JP – 日本語
* KO – 韓国語
* ZH – 中文（簡体字） (簡体字中国語)

**Canvas から（ログイン後の既定ビュー）**

1. Canvas 表示で、左上の Morphic ロゴをクリックします。組織/アカウントのドロップダウンが開きます。
2. ドロップダウンメニューで［言語］をクリックします。
3. 一覧から希望の言語を選択します。
4. インターフェースはすぐに選択した言語に切り替わります。

**ダッシュボードから**

1. ダッシュボード表示で、左上の組織ロゴをクリックします。組織/アカウントのドロップダウンが開きます。
2. ドロップダウンメニューで［言語］をクリックします。
3. 一覧から希望の言語を選択します。
4. インターフェースはすぐに選択した言語に切り替わります。

<figure><img src="/files/c78ea970077afc00cf683b3a4813cfc90d6eea71" alt=""><figcaption><p>インターフェース言語の変更</p></figcaption></figure>

<figure><img src="/files/f3c061ae914b5132b2417a381dc6c214224014cf" alt="Language selection dropdown"><figcaption><p>言語選択オプション</p></figcaption></figure>


---

# 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:

```
GET https://morphic.com/docs/jp/i/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
