> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Text to Canvas

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "End User , Box Canvas , Article , Product Utilization , Established , Instruction , P3"}} />

Add text boxes to a Canvas to organize content on your Canvas: label groups, sections, and other objects.

## Adding text

To add a text box to your Canvas:

1. Click the text icon <InlineImage src="/images/box-canvas/text-icon-image.png" alt="text-icon-image" /> in the Canvas toolbar.
2. Click anywhere on the Canvas to place the text box.
3. Enter text.

## Editing

To edit the entered text, click on the text box.

<Frame>
  <img src="https://mintcdn.com/product-docs/DTOHMH05H6pIRQke/images/box-canvas/text-box-with-context-bar-image.png?fit=max&auto=format&n=DTOHMH05H6pIRQke&q=85&s=66b444a8eec65e1c534af6af43826fdd" alt="text-box-with-context-bar-image" width="428" height="171" data-path="images/box-canvas/text-box-with-context-bar-image.png" />
</Frame>

A context bar appears where you can choose the following:

* font and highlight color,
* font size,
* font style,
* add hyperlink,
* change text alignment:
  * vertical (align to top, middle, or bottom),
  * horizontal (align to left, center, or right),
* create a bulleted or numbered list,
* more options: copy, send to front, send to back, delete.
