> 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/ways-to-work-with-us.md).

# Ways to work with us

Discover some of the available features that customers use to achieve their goals with Channable.

***

{% columns %}
{% column %}

### <i class="fa-book-open">:book-open:</i> Help Center

Get answers fast with AI-powered search. Access how-to articles, troubleshooting guides, release notes, and more.
{% endcolumn %}

{% column %}

### <img src="/files/Ve5mjV7bdBJyAIneyIPz" alt="" data-size="line">Channable Academy

Discover Channable features, earn badges, and learn at your own pace with our catalog of interactive courses.&#x20;
{% endcolumn %}

{% column %}

### <i class="fa-headset">:headset:</i> Support Team

Your first point of contact for any technical questions, account problems, or billing errors.&#x20;
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

### <i class="fa-wrench">:wrench:</i> Technical Account Managers

(Technical Enablement service). Sit back and relax while we deliver complex technical setups from start to finish. Never worry about implementation again.
{% endcolumn %}

{% column %}

### <i class="fa-ranking-star">:ranking-star:</i> Customer Success Managers

(Paid service). Your strategic partner within Channable. We'll provide big-picture guidance to help you achieve your business goals, and maintain a bird's-eye view of your account.
{% endcolumn %}

{% column %}

### <i class="fa-person-chalkboard">:person-chalkboard:</i> Instructor-led training

(Invitation only). Learn directly from Channable experts at one of our live training events. Discover how to set up key Channable features in 60-90 minutes.
{% endcolumn %}
{% endcolumns %}

***

[Contact us](https://www.channable.com/contact) to discover how we can support your success.&#x20;


---

# 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/ways-to-work-with-us.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.
