# UI Canvas

> Create a UI Canvas to hold all your UI elements.

Learn the core concepts of the UI Canvas, how to set up multiple canvases, and how to populate it with interactive controls to capture user input.

[Introduction to the UI Canvas](/unity-studio/develop/ui-creator/canvas-ui/canvas.md): Learn about the UI Canvas and how it positions UI elements in your scene.
[Create a UI Canvas](/unity-studio/develop/ui-creator/canvas-ui/create-canvas.md): Learn how to create and use a UI Canvas in Unity Studio.
[Canvas reference](/unity-studio/develop/ui-creator/canvas-ui/canvas-ui-ref.md): Edit the properties of the UI Canvas' **Canvas** component.


## Additional resources

* [Unity Canvas package documentation](https://docs.unity3d.com/Manual/class-Canvas.html)
* [UI Creator](/unity-studio/develop/ui-creator/.md)
* [Button](/unity-studio/develop/ui-creator/button.md)
* [Text](/unity-studio/develop/ui-creator/text.md)
* [Input Field](/unity-studio/develop/ui-creator/input-field.md)
* [Image](/unity-studio/develop/ui-creator/image-ui.md)
* [Web View](/unity-studio/develop/ui-creator/web-view.md)
* [Video](/unity-studio/develop/ui-creator/video.md)
* [Toggle](/unity-studio/develop/ui-creator/toggle.md)
* [Slider](/unity-studio/develop/ui-creator/slider.md)
