> 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/es/primeros-pasos/assets/upload-assets.md).

# Subir recursos

Morphic te permite subir tus propios recursos para usarlos en todos tus proyectos. Tanto si trabajas en Canvas como en Copilot, puedes importar archivos usando un atajo de teclado, el panel de recursos, arrastrar y soltar o el menú contextual. Todo lo que subas aparece en tu biblioteca en [studio.morphic.com/library](https://studio.morphic.com/library).

### Aquí te mostramos cómo puedes subir recursos en Morphic:

La forma más rápida de subir recursos en cualquier lugar de Morphic es con un atajo de teclado. Pulsa `Cmd + O` (Mac) o `Ctrl + O` (Windows) desde Canvas o Copilot para abrir el selector de archivos; luego selecciona los archivos que quieres subir.

### Desde Canvas

Tienes tres formas más de subir recursos cuando trabajas en Canvas:

* Menú contextual: haz clic derecho en cualquier área en blanco del Canvas y selecciona 'Subir recursos'.

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

* Panel de recursos: haz clic en la pestaña Recursos de la barra lateral izquierda y haz clic en 'Subir recursos' en la parte inferior del panel.

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

* Arrastrar y soltar: abre en tu ordenador la carpeta que contiene tus archivos, selecciona uno o varios y arrástralos al Canvas.

Los recursos que subas aparecerán en el Canvas y en la pestaña Recursos de la barra lateral izquierda.

Consejo: para organizar los recursos subidos de forma ordenada en el Canvas, selecciona todos los recursos, haz clic derecho y coloca el cursor sobre 'Organizar'. Puedes elegir entre:

* Organizar en cuadrícula
* Apilar horizontalmente
* Apilar verticalmente

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

### Desde Copilot

Copilot tiene una forma adicional de subir recursos además del atajo de teclado:

* Panel de recursos: haz clic en la pestaña Recursos de la barra lateral izquierda y haz clic en 'Subir recursos' en la parte inferior del panel.

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

Los recursos que subas aparecerán en la pestaña Recursos de la barra lateral izquierda.

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**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/es/primeros-pasos/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.
