> 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/de/unterwegs/upload-assets.md).

# Assets hochladen

Morphic ermöglicht es dir, deine eigenen Assets hochzuladen, um sie in deinen Projekten zu verwenden. Egal, ob du in Canvas oder in Copilot arbeitest, du kannst Dateien per Tastenkürzel, über das Assets-Panel, per Drag-and-drop oder über das Rechtsklick-Menü hinzufügen.

### So kannst du Assets in Morphic hochladen:

Der schnellste Weg, Assets überall in Morphic hochzuladen, ist ein Tastenkürzel. Drücke `Cmd + O` (Mac) oder `Ctrl + O` (Windows) in Canvas oder Copilot, um die Dateiauswahl zu öffnen, und wähle dann die Dateien aus, die du hochladen möchtest.

### Aus Canvas

Wenn du in Canvas arbeitest, hast du drei weitere Möglichkeiten, Assets hochzuladen:

* Kontextmenü: Klicke mit der rechten Maustaste auf einen beliebigen freien Bereich von Canvas und wähle „Assets hochladen“.

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

* Assets-Panel: Klicke in der linken Seitenleiste auf den Tab „Assets“ und klicke unten im Panel auf „Assets hochladen“.

<figure><img src="/files/1c7f0e4d358c51ef72f07dba5f6c8637325c7482" alt=""><figcaption></figcaption></figure>

* Drag-and-drop: Öffne den Ordner auf deinem Computer, der deine Dateien enthält, wähle eine oder mehrere aus und ziehe sie auf Canvas.

Deine hochgeladenen Assets werden auf Canvas und im Tab „Assets“ in der linken Seitenleiste angezeigt.

Tipp: Um hochgeladene Assets ordentlich auf Canvas anzuordnen, wähle alle Assets aus, klicke mit der rechten Maustaste und fahre mit der Maus über „Anordnen“. Du kannst aus folgenden Optionen wählen:

* Im Raster anordnen
* Horizontal stapeln
* Vertikal stapeln

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

### Aus Copilot

Copilot bietet zusätzlich zum Tastenkürzel noch eine weitere Möglichkeit, Assets hochzuladen:

* Assets-Panel: Klicke in der linken Seitenleiste auf den Tab „Assets“ und klicke unten im Panel auf „Assets hochladen“.

<figure><img src="/files/1bfca261decddb986d600b236674eac67e747048" alt=""><figcaption></figcaption></figure>

Deine hochgeladenen Assets werden im Tab „Assets“ in der linken Seitenleiste angezeigt.

***

Wenn du Probleme hast oder Fragen hast, melde dich gerne. Wir helfen dir gerne weiter, schreib uns an [**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/de/unterwegs/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.
