> 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/id/memulai/assets/upload-assets.md).

# Unggah aset

Morphic memungkinkan Anda mengunggah aset Anda sendiri untuk digunakan di seluruh proyek Anda. Baik Anda bekerja di Canvas maupun Copilot, Anda dapat memasukkan file menggunakan pintasan keyboard, panel Aset, seret dan lepas, atau menu klik kanan. Semua yang Anda unggah akan muncul di perpustakaan Anda di [studio.morphic.com/library](https://studio.morphic.com/library).

### Berikut cara mengunggah aset di Morphic:

Cara tercepat untuk mengunggah aset di mana pun di Morphic adalah dengan pintasan keyboard. Tekan `Cmd + O` (Mac) atau `Ctrl + O` (Windows) dari Canvas atau Copilot untuk membuka pemilih file, lalu pilih file yang ingin Anda unggah.

### Dari Canvas

Anda memiliki tiga cara lagi untuk mengunggah aset saat bekerja di Canvas:

* Menu konteks: Klik kanan pada area kosong mana pun di Canvas dan pilih 'Unggah Aset.'

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

* Panel Aset: Klik tab Aset di bilah sisi kiri dan klik 'Unggah aset' di bagian bawah panel.

<figure><img src="/files/668587ddae897309858b80e5c8f4bfc7c2ae7998" alt=""><figcaption></figcaption></figure>

* Seret dan lepas: Buka folder di komputer Anda yang berisi file-file Anda, pilih satu atau beberapa, lalu seret ke Canvas.

Aset yang Anda unggah akan muncul di Canvas dan di tab Aset di bilah sisi kiri.

Tips: Untuk menata aset yang diunggah dengan rapi di Canvas, pilih semua aset, klik kanan, lalu arahkan ke 'Atur.' Anda dapat memilih dari:

* Atur dalam Kisi
* Tumpuk Horizontal
* Tumpuk Vertikal

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

### Dari Copilot

Copilot memiliki satu cara tambahan untuk mengunggah aset selain pintasan keyboard:

* Panel Aset: Klik tab Aset di bilah sisi kiri dan klik 'Unggah aset' di bagian bawah panel.

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

Aset yang Anda unggah akan muncul di tab Aset di bilah sisi kiri.

***

Jika Anda mengalami kendala atau memiliki pertanyaan, jangan ragu untuk menghubungi kami. Kami dengan senang hati akan membantu. Tulis kepada kami di [**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/id/memulai/assets/upload-assets.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.
