# 4. New Conversation (Parameter)

Starting a new conversation is one-click away in the `desktop navigation` reusable element:

![](/files/-LXWy5ANNu4pPdblhyvo)

When the Current User clicks the `Text "+ New Conversation"` button within the `desktop navigation` reusable element, they will be navigated to the messages page, with the parameter "v = new".

#### How this works:

In preview mode, the Current User clicks here (on any page which contains the `desktop navigation` reusable element):

![](/files/-LIDnNEDNyE3qVsGeEDQ)

The `Text "+ New Conversation"` element within the `desktop navigation` reusable element:

![](/files/-LIDoMfZhkU6fNmm9p7x)

When it's clicked, this "Go to Page" workflow is run:

![](/files/-LIDoWJ0EwRB3e5cqTJk)

\
With this setup, the Current User is navigated to the messages page, with the added parameter "v=new".  This parameter is shown in the page URL, and 'tells Bubble' that the Current User would like to start a new Conversation, once the messages page is loaded. &#x20;

The `FG - Create New Conversation` element will then be shown to the Current User because of this conditional below. &#x20;

![](/files/-LIDpLUW8ala3QVY4c0g)

The Current User will be able to immediately start adding recipient Users and typing their message when the page is loaded:

![](/files/-LXWyUaWwMLqXltFK1WK)


---

# 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.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/4.-new-conversation.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.
