> For the complete documentation index, see [llms.txt](https://docs.littlebaytech.com/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/profile/2.-send-a-message-to-the-user.md).

# 2. Send a Message to the User

### 2. Send a Message to the User

![](/files/-LXWFN9CfM7CJMDSpD5w)

When the `Text Button Send Message (or Edit Profile)` element is clicked, and the Current User is trying to send a Message to a friend, the Current User will be navigated to the messages page, with two additional parameters:&#x20;

**v = new (this shows the `FG - Create New Conversation` element once the messages page is loaded)**

**u = \[the unique ID of the person who the Current User would like to message]**

![](/files/-LX2qbYlt7itt5OaQA2i)

When the messages page is loaded, the `FG - Create New Conversation` is shown automatically, and the "u" parameter User is automatically added to the "Selected Recipients" custom state (type: User, list: yes). (This custom state stores the list of Users who the Current User wants to start a Conversation with):

![](/files/-LXWFlDXfkKGC7NDQSiJ)

This way, the Current User can immediately start typing their new Message when the messages page is loaded. An existing Conversation will be displayed if there is one between the Current User and the selected User(s).

{% hint style="info" %}
More information on this workflow can be found in the **C. Send Message** workflow folder.
{% endhint %}
