# アセットをアップロード

Morphicでは、自分のアセットをアップロードして、各プロジェクトで使用できます。CanvasでもCopilotでも、キーボードショートカット、アセットパネル、ドラッグ＆ドロップ、または右クリックメニューを使ってファイルを取り込めます。

### Morphicでアセットをアップロードする方法は次のとおりです:

Morphicのどこからでもアセットをアップロードする最も簡単な方法は、キーボードショートカットを使うことです。 `Cmd + O` （Mac）または `Ctrl + O` （Windows）をCanvasまたはCopilotで押してファイルピッカーを開き、アップロードしたいファイルを選択します。

### Canvasから

Canvasで作業している場合、アセットをアップロードする方法はさらに3つあります:

* コンテキストメニュー: Canvasの空白部分を右クリックし、「アセットをアップロード」を選択します。

<div align="left"><figure><img src="/files/fe46132ba5d1615cd1248e52a560a6ec4f21807f" alt=""><figcaption></figcaption></figure></div>

* アセットパネル: 左側サイドバーの「Assets」タブをクリックし、パネル下部の「Upload assets」をクリックします。

<figure><img src="/files/affbc658425ff52abcec9062c213840dafdf42ff" alt=""><figcaption></figcaption></figure>

* ドラッグ＆ドロップ: パソコン上でファイルが入っているフォルダを開き、1つ以上選択してCanvasへドラッグします。

アップロードしたアセットはCanvas上と左側サイドバーの「Assets」タブに表示されます。

ヒント: アップロードしたアセットをCanvas上で整然と配置するには、すべてのアセットを選択し、右クリックして「Arrange」にカーソルを合わせます。次の中から選べます:

* グリッドに配置
* 横に並べる
* 縦に並べる

<div align="left"><figure><img src="/files/9cfdd271c007d224532397d1286a3dcac5f2d5ef" alt=""><figcaption></figcaption></figure></div>

### Copilotから

Copilotでは、キーボードショートカットに加えて、アセットをアップロードする方法がもう1つあります:

* アセットパネル: 左側サイドバーの「Assets」タブをクリックし、パネル下部の「Upload assets」をクリックします。

<figure><img src="/files/32f0625268ae532b1ae19628fd4e02df46a27509" alt=""><figcaption></figcaption></figure>

アップロードしたアセットは、左側サイドバーの「Assets」タブに表示されます。

***


---

# Agent Instructions: 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/upload-assets.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.
