> 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.md).

# Getting Started

Tips, tricks, how-to's and more to easily get started.

Welcome to Canoa's Help Docs, your go-to resource for learning & support.

Explore our guides and tutorials to quickly get familiar with designing on Canoa. We're excited for you to discover all that you can do. If you have any feedback you'd like to share, please do so by emailing us at [<mark style="color:purple;">**support@canoa.supply**</mark>](mailto:support@canoa.supply).

{% hint style="info" %}
If you don't yet have an account, you can create a free one by going to [<mark style="color:purple;">**https://www.canoa.supply/pricing**</mark>](https://www.canoa.supply/pricing)
{% endhint %}

### Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td>Canoa.Supply</td><td></td><td><a href="https://www.canoa.supply/">https://www.canoa.supply/</a></td><td><a href="https://2113117739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoXL90G447T7Arsje35d9%2Fuploads%2FZEt1uLaxuMaR9KkrWlJ0%2FScreenshot%202024-07-22%20at%203.47.26%E2%80%AFPM.png?alt=media&amp;token=17e1bf7d-dca9-4140-9951-9b6b985e896f">Screenshot 2024-07-22 at 3.47.26 PM.png</a></td></tr><tr><td></td><td>Designing with Canvas</td><td></td><td><a href="/docs/design/how-to-create-collages-and-vignettes-for-your-presentations.md">How to create collages &amp; vignettes for your presentations</a></td><td><a href="https://2113117739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoXL90G447T7Arsje35d9%2Fuploads%2FLp67W0iwKrGpFPxQsrsV%2FScreenshot%202024-07-22%20at%203.49.16%E2%80%AFPM.png?alt=media&amp;token=edeae9b6-9736-447c-8db3-1e9e2a0093b8">Screenshot 2024-07-22 at 3.49.16 PM.png</a></td></tr><tr><td></td><td>Working with Catalogs</td><td></td><td><a href="/docs/collect/my-catalog.md">My Catalog</a></td><td><a href="https://2113117739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoXL90G447T7Arsje35d9%2Fuploads%2FA5TneSN7zfWVyRHLlQqw%2FScreenshot%202024-07-22%20at%203.50.47%E2%80%AFPM.png?alt=media&amp;token=0de7bceb-7c98-4f6e-a014-d9215026b2c7">Screenshot 2024-07-22 at 3.50.47 PM.png</a></td></tr><tr><td>Keyboard Shortcuts</td><td></td><td></td><td><a href="/docs/getting-started/keyboard-shortcuts.md">Keyboard Shortcuts</a></td><td><a href="https://2113117739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoXL90G447T7Arsje35d9%2Fuploads%2FnxPzaCyrhEXpNf12mY72%2FScreenshot%202024-07-22%20at%203.51.54%E2%80%AFPM.png?alt=media&amp;token=46f3013b-a324-43eb-8693-653ebe6771f6">Screenshot 2024-07-22 at 3.51.54 PM.png</a></td></tr><tr><td>Canoa University</td><td>Camp Canoa</td><td></td><td><a href="/docs/support/canoa-university.md">Canoa University</a></td><td><a href="https://2113117739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoXL90G447T7Arsje35d9%2Fuploads%2FKo4HVJSib9PsCcKOTK3r%2FScreenshot%202024-07-22%20at%203.53.06%E2%80%AFPM.png?alt=media&amp;token=aa2ac19c-a4a3-4d53-a5b2-765d88012b8e">Screenshot 2024-07-22 at 3.53.06 PM.png</a></td></tr><tr><td>Support</td><td>FAQs</td><td></td><td><a href="/docs/support.md">Support</a></td><td><a href="https://2113117739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoXL90G447T7Arsje35d9%2Fuploads%2Fj1CRzjwKUaa9a0cZut7V%2FScreenshot%202024-07-22%20at%203.54.06%E2%80%AFPM.png?alt=media&amp;token=8fa0cc80-d960-4090-9e34-5bb5f7f0584d">Screenshot 2024-07-22 at 3.54.06 PM.png</a></td></tr></tbody></table>


---

# 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.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.
