> For the complete documentation index, see [llms.txt](https://help.canoa.supply/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.canoa.supply/docs/getting-started/quick-start-guide.md).

# Quick Start Guide

{% hint style="info" %}
To get started, a best practice on how to pan through the Canvas is by holding down the space bar and clicking and dragging your cursor throughout the space.&#x20;
{% endhint %}

## Here's a quick guide to getting started:

* [ ] Create a [<mark style="color:purple;">**Canoa account**</mark>](https://www.canoa.supply/pricing)
* [ ] For a quick intro, review our [<mark style="color:purple;">**Canvas Basics Guide**</mark>](https://www.canoa.supply/canvas/Vivacious-Grape-VyOq7dqdiW)
* [ ] Create a new, blank [<mark style="color:purple;">**Canvas**</mark>](https://www.canoa.supply/canvas) or [<mark style="color:purple;">**start from a Template**</mark>](https://help.canoa.supply/docs/canvas/working-with-templates-and-community-canvases) or [<mark style="color:purple;">**start from a Drawing**</mark>](/docs/collect/how-to-start-a-canvas-from-a-drawing.md)
  * [ ] Connect your <mark style="color:purple;">**Pinterest**</mark> account to design with your pins!
  * [ ] Add [<mark style="color:purple;">**Products**</mark>](/docs/collect/how-to-create-a-furniture-and-accessories-presentation.md) from our library - even create a [<mark style="color:purple;">**Custom Product**</mark> ](/docs/collect/how-to-create-custom-products.md)not found in our Product library!
  * [ ] Add [<mark style="color:purple;">**Inspiration Images**</mark>](/docs/collect/how-to-add-an-inspiration-image.md)<mark style="color:purple;">**,**</mark> add a [<mark style="color:purple;">**Floor plan**</mark>](/docs/design/how-to-import-and-scale-floor-plans.md)
  * [ ] Add [<mark style="color:purple;">**Text**</mark>](/docs/design/how-to-add-text.md), [<mark style="color:purple;">**Shapes & Lines**</mark>](/docs/design/how-to-use-the-drawing-tools.md)**,** and other call-outs
  * [ ] Organize your Canvas with [<mark style="color:purple;">**Frames**</mark>](/docs/design/how-to-use-frames.md)
  * [ ] Create a [<mark style="color:purple;">**Product List**</mark>](/docs/design/how-to-create-a-product-list.md)
  * [ ] [<mark style="color:purple;">**Share your Canvas**</mark>](/docs/share/how-to-share-your-canvas.md)
  * [ ] [<mark style="color:purple;">**Review and Comment**</mark>](/docs/share/how-to-provide-comments.md)&#x20;
  * [ ] [<mark style="color:purple;">**Present your Canvas**</mark>](/docs/share/how-to-use-presentation-mode.md)
  * [ ] [<mark style="color:purple;">**Export**</mark> ](/docs/share/how-to-export-or-print-your-canvas.md)into your own presentation standards (or Print your presentation)
* [ ] Bring in your own product data to design with
  * [ ] Create a [<mark style="color:purple;">**Custom Product**</mark> ](/docs/collect/how-to-create-custom-products.md)within your Canvas
  * [ ] Import your data in bulk with a simple .CSV file [<mark style="color:purple;">**into My Catalog**</mark>](/docs/collect/my-catalog/working-in-table-view.md)
* [ ] Level up with our Design Hacks
  * [ ] Try out a [<mark style="color:purple;">**Furniture Presentation Template**</mark>](https://www.canoa.supply/templates)
  * [ ] Learn [<mark style="color:purple;">**How to create collages & vignettes**</mark>](/docs/design/how-to-create-collages-and-vignettes-for-your-presentations.md)
  * [ ] Copy-paste products directly from your favorite brands and[ <mark style="color:purple;">**Design with Brand Storefronts**</mark>](/docs/design/how-to-design-with-brand-storefronts.md)
  * [ ] [<mark style="color:purple;">**Embed your Canvas**</mark> ](/docs/share/how-to-embed-a-canvas.md)into a website
* [ ] Watch any of our [<mark style="color:purple;">**Canoa Learn videos**</mark>](https://www.youtube.com/playlist?list=PLYtA2M2IhMnyoEV0g52K3i7h4dUCkSG_v) on Youtube!


---

# 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://help.canoa.supply/docs/getting-started/quick-start-guide.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.
