> 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/getting-started/navigating-the-canvas/sidebars.md).

# Sidebars

The Canvas has a sidebar on each side. The left one holds what is in your file. The right one holds what you can do with whatever you have selected.

### Left sidebar

Three tabs across the top: 'Layers', 'Chats', and 'Assets'. Each has a search box, an 'All' and a 'Favorites' filter, and a 'Filters' dropdown to narrow by tag.

* Layers: every object on the canvas. Click one to select it, or right-click for 'Rename', 'Duplicate', 'Download as', 'Use as reference', and the rest
* Chats: the Copilot conversations in this file. Open one and it appears in a panel beside the canvas, so you can drag results straight out of it. See [Drag and drop from Copilot to Canvas](/docs/getting-started/copilot/copilot-to-canvas.md)
* Assets: everything uploaded or generated here, each card showing its type and, for audio, its length. 'Upload assets' at the bottom brings in your own files. See [Upload assets](/docs/getting-started/assets/upload-assets.md)

Collapse the panel with the icon in its top-right corner when you want more room.

### Right sidebar

Select something on the canvas and the right sidebar opens on 'Details'.

* Tools: what you can run on the selection, such as 'Regenerate', 'Create video', 'Create model', 'Use as reference', 'Relight', 'Camera angle', and 'Resize'. Search it when the list runs long
* Properties: the prompt that made it, then its type, model, aspect ratio, dimensions, size, credits used, and when it was created
* Upscale: raise the resolution
* Download: pick a format and save it, or 'Copy link' to share it

The panel is contextual, so an image, a video, and a sketch each show only the tools that apply to them.

That's how the sidebars work on Morphic. Use the left one to find something, and the right one to act on it.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/getting-started/navigating-the-canvas/sidebars.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.
