# Welcome Messages

Create a custom Welcome Message that automatically greets new customers when they join a channel. You have 3 options for configuring your welcome message.

* **To New Request Channels** - The Welcome message will be sent to the request channel whenever a new channel is added to a collection.
* **To New members of Request Channels** - The Welcome message will be sent as an ephemeral message to every new user added to the request channel.
* **Both -** The Welcome message will be sent to the request channel whenever a new channel is added to a collection. It will also be sent as an ephemeral message to every new user added to the request channel.

{% hint style="info" %}
Welcome Message is only visible to the non-responders
{% endhint %}

<figure><img src="/files/zaRM5GWsFobmGxrdgBj7" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.clearfeed.ai/clearfeed-help-center/clearfeed-helpdesk/welcome-messages.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.
