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

# Support

<figure><img src="/files/yccBN3TkSflzKCs5Hp8q" alt="" width="375"><figcaption><p>Search by keyword to find the Help Docs you need</p></figcaption></figure>

Use the **Ask or Search bar** in the top-right corner of these Help Docs to quickly pull all the articles that relate to your question or keyword. It uses AI to compile all relevant documentation pertaining to your keyword search so you don't have to spend time searching for the right article.

If you have any feedback you'd like to share, can't find the information you're looking for, or are stuck on a specific problem, please do so by emailing us at [<mark style="color:purple;">**support@canoa.supply**</mark>](mailto:support@canoa.supply). Our team is here to help!

<div align="center"><figure><img src="/files/sMhRLllIcxxLQiwaynhZ" alt="" width="188"><figcaption><p>Support Chat Bot</p></figcaption></figure> <figure><img src="/files/uxoaRltAfdkAGU5GGOwe" alt="" width="108"><figcaption><p>Chat with us :) </p></figcaption></figure></div>

Need an answer asap? No problem! Use the support **Chat Bot** in the bottom-right corner of these Help Docs, and we will do our best to answer you as soon as possible.


---

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