# Canvas Label

The Canvas Label is a piece of text that can be placed onto your [Stage](/snap-to-place/canvas.md#the-stage).&#x20;

## Adding a Canvas Label to your app

To add a Canvas Label to your app, click on the Stage of your Canvas. This will automatically bring you to the Canvas tab. Underneath your component tree, where you would see a component menu in the Design tab, you will see your Sprite Type menu and a User Interface menu. You can find the Canvas Label in the Unser Interface menu.

![](/files/-MG8CYHGf9JYkPGBWBop)

You can drag and drop the Canvas Label onto your Stage.

## Canvas Label Properties

**Text:** The Text being displayed on your Canvas Label\
**X:** The X-co-ordinate of the top-left pixel of the Canvas Label\
**Y:** The Y-co-ordinate of the top-left pixel of the Canvas Label\
**Font Size:** The size of the font of the Canvas Label\
**Color:** The Color of the text of the Canvas Label\
**Background Color:** The color of the background of the Canvas Label\
**Stage Selection:** Select a Stage to display the current Canvas Label on


---

# 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.thunkable.com/snap-to-place/canvas-label.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.
