> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started/create-a-channable-account.md).

# Create a Channable account

To create your account, sign up for a free trial by providing some basic information about your business, including your business email address and company name, or by signing up with Single Sign-On (SSO).

If your company already has a Channable account, they can [add you as a user](/account-billing/manage-your-account-and-settings/manage-user-roles-in-a-channable-account.md).&#x20;

### Get started with Channable

After activating your account, you can immediately [start using Channable](/get-started/readme.md) to optimize and manage your product data.&#x20;

Ready to learn how you can use Channable? Take a look at [our academy](/get-started/getting-started/channable-academy-complete-courses-and-earn-badges.md) to begin your learning journey.

### Sign up with email

You can only sign up to Channable with a **business** email address, or with [Single Sign On (SSO)](/account-billing/manage-your-account-and-settings/set-up-and-manage-single-sign-on-sso.md).

You cannot sign up to Channable via the form with a personal email address that uses a domain such as Gmail\*, Yahoo, or Outlook.

{% hint style="info" %}
**Note:** If you're unsure about your email domain's eligibility or have questions about our email policy, please [contact our support team.](https://www.channable.com/contact)&#x20;
{% endhint %}

### Sign up with SSO

If you want to sign up to Channable with a Google account, you will need to use [SSO](/account-billing/manage-your-account-and-settings/set-up-and-manage-single-sign-on-sso.md) by clicking the **Sign up with Google** button.

The SSO provider will ask you to confirm that you want to share your basic personal details with Channable, and that you agree with the privacy policy and terms of service. We will ask you to provide some additional information before creating your account.

{% hint style="info" %}
**Note:** With SSO, you do not need to create a password or use one to log in. If you later want to log in using a password, you can disconnect SSO.
{% endhint %}

{% hint style="info" %}
Once you've signed up to Channable, you can [invite other users to join you](/account-billing/manage-your-account-and-settings/manage-user-roles-in-a-channable-account.md).
{% endhint %}


---

# 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://helpcenter.channable.com/get-started/getting-started/create-a-channable-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.
