# Custom Channel

{% hint style="warning" %}
This feature is partially implemented and is available only to certain clients. To enable it, please contact support.
{% endhint %}

In addition to connecting ready-made integrations, you can connect Suvvy to your own system by yourself.

## Connection

To connect, you need to contact Suvvy support, providing the following information:

* The webhook address to which Suvvy will send messages
* *(optional)* A secret that Suvvy will send along with the webhook. This is necessary so you can verify incoming requests and filter out requests not from us.

By following the link below, you can familiarize yourself with the types of requests that Suvvy will send to your webhook:

{% content-ref url="/pages/67hqh7E0KkQT1bXAw1zv" %}
[Working with webhook](/en/channels/kastomnyi-kanal/rabota-s-vebkhukom.md)
{% endcontent-ref %}

Below, you can learn how to send messages to Suvvy:

{% content-ref url="/pages/m7VloEdJ9nWwUfq9Xt4H" %}
[Sending messages](/en/channels/kastomnyi-kanal/otpravka-soobshenii.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.suvvy.ai/en/channels/kastomnyi-kanal.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.
