> 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/getting-started/assets/upload-assets.md).

# Assets hochladen

Die vier Wege, um deine eigenen Dateien in Morphic zu bringen, und wo sie anschließend landen.

Morphic ermöglicht es dir, deine eigenen Assets hochzuladen und projektübergreifend zu verwenden. Egal, ob du in Canvas oder Copilot arbeitest, du kannst Dateien per Tastenkürzel, über das Assets-Panel, per Drag-and-drop oder über das Rechtsklick-Menü hinzufügen. Alles, was du hochlädst, erscheint in deiner Bibliothek unter [studio.morphic.com/library](https://studio.morphic.com/library).

### So kannst du in Morphic Assets hochladen:

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

### In Canvas

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

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

<div align="left"><figure><img src="https://4012032656-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fklb7yXIZRWarxYBhBJoe%2FCleanShot%202026-05-02%20at%2017.19.19.png?alt=media&amp;token=b0dc4ddf-bd9b-4745-a876-db8359d1dcae" alt=""><figcaption></figcaption></figure></div>

* Assets-Panel: Klicke in der linken Seitenleiste auf die Registerkarte „Assets“ und unten im Panel auf „Assets hochladen“.

<figure><img src="https://4012032656-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FzjHLYeb2juHDBw3kMXMk%2FCleanShot%202026-05-02%20at%2017.20.19.png?alt=media&amp;token=c7260b36-8af6-4061-b011-140d2f0e7f77" 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 in der Registerkarte „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 wählen zwischen:

* In einem Raster anordnen
* Horizontal stapeln
* Vertikal stapeln

<div align="left"><figure><img src="https://4012032656-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FmLK0jYOr4yUQIhk711Om%2FCleanShot%202026-05-02%20at%2017.22.51.png?alt=media&amp;token=d756ef7a-54ed-43d6-bbf8-7e00d1df04bd" alt=""><figcaption></figcaption></figure></div>

### In Copilot

Copilot bietet neben dem Tastenkürzel noch eine weitere Möglichkeit, Assets hochzuladen:

* Assets-Panel: Klicke in der linken Seitenleiste auf die Registerkarte „Assets“ und unten im Panel auf „Assets hochladen“.

<figure><img src="https://4012032656-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FK4VjTRcvLTWKQwH6kIpv%2FCleanShot%202026-05-02%20at%2017.23.35.png?alt=media&amp;token=e12eea6a-24db-4bed-83b2-7a9305b5ab4e" alt=""><figcaption></figcaption></figure>

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

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gerne weiter. Schreiben Sie 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/getting-started/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.
