> For the complete documentation index, see [llms.txt](https://www.kauneonga.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.kauneonga.com/docs/platform-basics/images-and-media.md).

# Channels

Understand the main communication channels and work handled in Liberty.

## Channels and work types

Liberty supports the core workflows answering services need to manage voice and digital interactions in one platform.

The exact mix depends on how your operation is configured.

### Voice

Voice workflows include inbound handling, outbound activity, transfers, voicemail behavior, and related call treatment.

See [Voice](/docs/portals-and-app/admin-portal/voice.md) and [Agent Portal voice workflows](/docs/portals-and-app/agent-portal/voice.md).

### Messages

Message workflows cover intake, message creation, dispatching, delivery behavior, acknowledgements, and client review.

See [Messaging and FAQs](/docs/portals-and-app/admin-portal/messaging-and-faqs.md) and [Messages, dispatching, and SMS replies](/docs/portals-and-app/agent-portal/messages-and-dispatching.md).

### Live chat

Liberty can support live chat and related omnichannel workflows where enabled.

See [Omnichannel](/docs/portals-and-app/admin-portal/omnichannel.md) and [Agent Portal omnichannel workflows](/docs/portals-and-app/agent-portal/omnichannel.md).

### Two-Way SMS

SMS can be part of both client communication and agent workflow, depending on account configuration.

Review the omnichannel and message workflow pages for setup and handling details.

### To Dos

Some teams use To Dos to track follow-up work and task completion in the Agent Portal.

See [To Dos](/docs/portals-and-app/agent-portal/to-dos.md).

### Recalls

Some teams use recalls to track follow-up work and task completion in the Agent Portal.

See [Dashboard and queue](/docs/portals-and-app/agent-portal/dashboard-and-queue.md).

{% hint style="info" %}
Not every deployment uses every channel. Start with the channels enabled for your operation.
{% 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://www.kauneonga.com/docs/platform-basics/images-and-media.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.
