> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/developers/custom-channels.md).

# Custom channels

### Custom channels

**Custom channels** allow you to integrate Missive with any communication channel or message source. You can create incoming messages and optionally reply to messages directly from Missive.

The possibilities are endless: a live chat software, an SMS provider, your custom ticketing system, etc. Custom channels allow you and your team to build on top of Missive.

Integrating a custom channel requires basic programming skills. You can learn more in this [step by step guide](/docs/developers/custom-channels/setup.md).

Please note that our [rule engine](broken://pages/237853589da709ed3f6fcbe2935354ea2dd65d82) does not support custom channels at the moment.

<div data-with-frame="true"><img src="/files/aed9d07784b9332e501a3a95e6598014b46d2bb9" alt="Custom channels settings" width="563"></div>

Related guide:

* [Developer documentation](/docs/developers/rest-api.md)

{% hint style="info" %}
Need more specific answers? [Contact us](/docs/developers/contact.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:

```
GET https://missiveapp.com/docs/developers/custom-channels.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.
