# Messenger Link

Each page will have a Messenger Link or tiny URL which helps you to include the link on a flyer, in an email, in a QR code or in an SMS message. Your Messenger link directs people to a conversation with your messenger bot

### Sample Messenger Link

{% hint style="warning" %}
<https://m.me/**yourpage-username**?**ref**=Call>
{% endhint %}

**yourpage-name** replace with your page username&#x20;

**ref** is an optional parameter and when a person clicks or scans an m.me link that contains a ref parameter and is taken into an existing conversation thread, it will now open the 24hr standard messaging window.

{% hint style="info" %}
You can set **ref=smart reply keywords** so the user get engaged with relevant messages, this is very useful for running messenger ads in facebook, sharing link with SMS & Email. This also helps you to redirect a user into correct context of a conversation.

If you are using Smart Replies then you can generate a direct URL right from Smart Replies. [Click Here for more details ](https://help.pickyassist.com/setting-up-guide/smart-replies/train-module/direct-url)
{% endhint %}


---

# 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://help.pickyassist.com/setting-up-guide/connecting-channels/setting-up-facebook-messenger/messenger-link.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.
