# Canvases

In Rayon, a canvas is **a 2D space to draw on**. The menu to manage canvases can be found in the **`Canvas`** section of the **`Layer`** panel.

<figure><img src="/files/9gFA0alWxRezcTf8aztY" alt=""><figcaption></figcaption></figure>

### **What is a canvas?**

A canvas is a space in a model where things can be drawn. A model can contain multiple canvases. A canvas carries its own settings (its units, its own active layer, its stroke scale and display settings) and its own entities (in the layer panel).

Canvases come in two different types: **`model`** canvases, and **`paper`** canvases.

* A **`model`** canvas is usually where you will draw your projects (buildings, floor plans, sections, etc). In a model canvas, the **`units`** are in *meters* or in *feet*, the **`Stroke scale`** is usually set at 1/40, and background is white.
* A **`paper`** canvas is usually where you will create your sheet layout. In a paper canvas, the **`units`** are in *centimeters* or in *inches*, while the **`Stroke scale`** is usually set at 1/1, so that the thickness of the things you see is the one you get when exporting your document set. In a paper canvas, the background is usually gray, while pages have a visible, white background.

{% embed url="<https://player.vimeo.com/video/1136430446?autoplay=1&controls=0&loop=1&muted=1>" %}

### Creating canvases

Both **`model`** and **`paper`** canvases can be created from the **`+`** of the layer panel. \
A canvas can be made active by simply clicking on it in the layer panel.

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

Once in a canvas, the **canvas' settings** can be accessed from the right side of the screen.

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

### Using canvases with views

Canvases become especially useful when **used with views**; a drawing, made in a model canvas, can be turned into a professional-grade layout by creating a few views of it on a paper canvas.

More on this topic [in our view documentation.](/documentation/layout-and-present/views.md)

<div><figure><img src="/files/4VEyMXrZxsR3VcgMFEql" alt=""><figcaption><p>Paper space, with model view</p></figcaption></figure> <figure><img src="/files/PXtCbWYYAz4TiB0hqZS8" alt=""><figcaption><p>Model space</p></figcaption></figure></div>

### Tutorial

For more step-by-step information, watch our tutorial about how to use canvases and views in Rayon.

{% embed url="<https://www.youtube.com/watch?v=CwnY3nPwDNA>" %}

***

### We are always available

Book a demo with our team, [right here](https://b1kzip68v9f.typeform.com/to/Hgr0eQ4k#source=docs).\
To get some support, reach out to us through our **in-app support chat**. \
More about [our support policy right here](/other-resources/others/support.md).


---

# Agent Instructions: 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:

```
GET https://docs.rayon.design/documentation/layout-and-present/canvases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
