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

# Primeros pasos

Tu primera hora en Morphic: qué hace el lienzo, cómo hablar con Copilot y dónde se guarda tu trabajo.

Morphic es un lienzo, un chat y una biblioteca que comparten un solo archivo. Esta sección cubre qué hace cada parte y cómo encajan entre sí, para que puedas pasar de un archivo en blanco a una toma terminada sin tener que buscar nada.

* [Descripción general](/docs/es/getting-started/overview.md): qué es Morphic y qué puedes crear con él
* [Lienzo](/docs/es/getting-started/navigating-the-canvas.md): el propio espacio de trabajo, incluidas la barra de indicaciones, las barras laterales y las secciones
* [Copilot](/docs/es/getting-started/copilot.md): describe lo que quieres y deja que Copilot elija el modelo y lo ejecute
* [Dashboard](/docs/es/getting-started/dashboard.md): proyectos, archivos y chats, y cómo se relacionan
* [Recursos](/docs/es/getting-started/assets.md): sube tu propio material, etiquétalo y adminístralo en bloque
* [búsqueda contextual](/docs/es/getting-started/contextual-search.md): encuentra cualquier cosa que hayas creado o subido
* [Preguntas frecuentes](/docs/es/getting-started/faqs.md): respuestas breves a las preguntas que más hacen los nuevos usuarios

***

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/getting-started.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.
