> 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/managing-your-account/how-to-create-an-account.md).

# How to create an account

## Getting Started

Click on the **Get Started for Free** button or **Sign Up** button found in the center and at the top right corner of our [<mark style="color:purple;">**home page**</mark>](https://help.canoa.supply/docs/support/managing-your-account/www.canoa.supply). You can sign-up for free with an Individual account or you can select an upgraded account tier [<mark style="color:purple;">**here**</mark>](https://www.canoa.supply/pricing).&#x20;

## Account Setup

You will be prompted to input in an email address and create a password.

<figure><img src="/files/dyMZASSLOb4towV3GjAP" alt="" width="209"><figcaption></figcaption></figure>

You'll receive an email requesting you to verify your email address.

<figure><img src="/files/wW1j8BJkOhexEgLAbEbr" alt="" width="563"><figcaption></figcaption></figure>

Clicking on the **Confirm My Emai**l button will verify your email address and prompt you to create your account. Input in your **First Name**, **Last Name** and **Business Name** (or Account Name), confirm that you've read and understand our [<mark style="color:purple;">**Terms of Use**</mark>](https://www.canoa.supply/terms) and [<mark style="color:purple;">**Privacy Policy**</mark>](https://www.canoa.supply/privacy) and click **Create**.

<figure><img src="/files/L1XD4xEoHG5IVMb7Ni8a" alt="" width="347"><figcaption></figcaption></figure>

You may be prompted to join an existing account or opt to create a new account.

<figure><img src="/files/sQNUvhnqjka62crqul3e" alt="" width="254"><figcaption></figcaption></figure>

Finally, you'll be prompted to Accept Terms and Conditions.

<figure><img src="/files/rzbRoMpVmAAfUy4DJYnx" alt="" width="375"><figcaption></figcaption></figure>

Continue onto the next article to learn how to add users to your account:

{% content-ref url="/pages/tgNS7LqzmO0uAxO5b5cP" %}
[How to add and remove users from your account](/docs/support/managing-your-account/how-to-add-and-remove-users-from-your-account.md)
{% endcontent-ref %}


---

# 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/managing-your-account/how-to-create-an-account.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.
