> 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/erste-schritte/assets/upload-assets.md).

# Assets hochladen

Morphic ermöglicht es Ihnen, Ihre eigenen Assets hochzuladen, um sie projektübergreifend zu verwenden. Egal, ob Sie in Canvas oder Copilot arbeiten, Sie können Dateien per Tastenkürzel, über das Assets-Panel, per Drag-and-drop oder über das Rechtsklick-Menü hinzufügen. Alles, was Sie hochladen, erscheint in Ihrer Bibliothek unter [studio.morphic.com/library](https://studio.morphic.com/library).

### So können Sie Assets in Morphic hochladen:

Der schnellste Weg, Assets irgendwo in Morphic hochzuladen, ist ein Tastenkürzel. Drücken Sie `Cmd + O` (Mac) oder `Ctrl + O` (Windows) in Canvas oder Copilot, um den Dateiauswahldialog zu öffnen, und wählen Sie dann die Dateien aus, die Sie hochladen möchten.

### In Canvas

Wenn Sie in Canvas arbeiten, haben Sie drei weitere Möglichkeiten, Assets hochzuladen:

* Kontextmenü: Klicken Sie mit der rechten Maustaste auf einen leeren Bereich des Canvas und wählen Sie 'Assets hochladen'.

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

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

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

* Drag-and-drop: Öffnen Sie den Ordner auf Ihrem Computer, der Ihre Dateien enthält, wählen Sie eine oder mehrere aus und ziehen Sie sie auf den Canvas.

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

Tipp: Um hochgeladene Assets ordentlich auf dem Canvas anzuordnen, wählen Sie alle Assets aus, klicken Sie mit der rechten Maustaste und bewegen Sie den Mauszeiger über „Anordnen“. Sie können wählen zwischen:

* Als Raster anordnen
* Horizontal stapeln
* Vertikal stapeln

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

### In Copilot

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

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

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

Ihre hochgeladenen Assets werden im Tab „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/erste-schritte/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.
