> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/automation/flows/concepts/actions/channel-actions.md).

# Channel actions

Channel actions enable you to send and receive messages through various communication channels, such as SMS, social media platforms, and messaging apps.&#x20;

You can use these actions to send text messages, images, files, and location information to your audience and receive responses in real time.

### Message Processing

This action processes messages as output from a flow.&#x20;

### Gather Digits from a Channel Call

This action prompts the user to enter digits during a channel call and captures the entered digits.&#x20;

### Gather DTMFs from Call

This action prompts the user to enter DTMF tones during a channel call and captures the entered tones.&#x20;

### Send File Message to Channel

This action sends a file message to a channel. Send GIF Message to Channel: This action sends a GIF message to a channel.&#x20;

### Send HTML Message to Channel

This action sends an HTML message to a channel.&#x20;

### Send Image Message to Channel

This action sends an image message to a channel.&#x20;

### Send List Message to Channel

This action sends a list message to a channel.&#x20;

### Send Message with Location to Channel

This action sends a message with location information to a channel.&#x20;

### Send Plain Text Message to Channel

This action sends a plain text message to a channel.&#x20;

### Send Template Message to Channel

This action sends a template message to a channel.


---

# 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:

```
GET https://docs.bird.com/applications/automation/flows/concepts/actions/channel-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
