> 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/messages/design/5.-view-conversation.md).

# 6. View Conversation (Parameter)

The Current User's two most recent conversations are one-click away within the `desktop navigation reusable` element. &#x20;

![](/files/-LXX-jdp8hTHYUNPN-OA)

When the Current User clicks this `Group Conversation (in RG)` element within the `desktop navigation` reusable element, they will be navigated to the messages page, with the parameter "**c = Current cell's Conversation's unique id**":

#### How this works:

In preview mode, the Current User clicks on a Conversation within the `desktop navigation` reusable element:

![](/files/-LXIwynTSM8Qg_TWxmYs)

The `Group Conversation (in RG)` element within the `desktop navigation` reusable element:

![](/files/-LXIzZUS3Szv8HDTed_3)

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

![](/files/-LXIzmwOHwr476Xxc0_R)

\
By doing this, the Current User is navigated to the messages page, with the added parameter "**c=Current cell's Conversation's unique id**".  This parameter is shown in the page URL, and 'tells Bubble' that the Current User would like to view this specific Conversation, once the messages page is loaded. &#x20;

Once the page is loaded, that selected Conversation will be shown to the Current User because of this pageload workflow shown below. &#x20;

![](/files/-LXIzsed1P6i64DhQf5I)

The Current User will be able to immediately start typing their message in the Conversation they just clicked to view.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/5.-view-conversation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
