# 3. New User

When the Current User goes to the messages page, and is not part of any Conversations yet, they will be shown the `FG - Create New Conversation` element.  This serves as the page's 'empty state', so the Current User can easily start a new Conversation.&#x20;

It will look like this on Desktop:

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LIDfv43lI7a6vWacG2J%2F-LIDj3NxQLZvxk_F0PhP%2FNewConversation_Empty.png?alt=media\&token=49432e5e-c8c6-4b00-9308-5033b4be003f)

It will look like this on Mobile:

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LIDfv43lI7a6vWacG2J%2F-LIDjBCCCifJLasTa7c_%2FNewConversation_Empty_Mobile.png?alt=media\&token=1314fac6-5acf-477f-92b4-720902373d94)

This is accomplished through the conditional below on the `FG - Create New Conversation` element:

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LIDfv43lI7a6vWacG2J%2F-LIDjcOiXcB_L2h1rbHw%2FActiveConversationsCount.png?alt=media\&token=5598c8b3-0294-43ff-bc26-57ac44714e29)

{% hint style="info" %}
The second part of that conditional *"or Get v from page URL is "new""* occurs when the Current User has clicked to start a new conversation from a different page in the app. For more information on this, please refer to the [4. New Conversation (Parameter)](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/4.-new-conversation) and [5. New Conversation w/ User (Parameter)](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/5.-new-conversation-w-user-parameter) sections.
{% endhint %}
