# Pageload Design

- [1. Responsive](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/1.-desktop-tablet.md)
- [2. Mobile Pageload](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/2.-mobile.md): The elements used when the page is first loaded when the current page width is less than 600 pixels
- [3. New User](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/3.-new-user.md)
- [4. New Conversation (Parameter)](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/4.-new-conversation.md)
- [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.md)
- [6. View Conversation (Parameter)](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/5.-view-conversation.md)
- [7. Viewing/Editing the Colors of the Message 'Bubbles'](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/messages/design/7.-change-the-color-of-the-message-bubbles.md): How to change the colors of the message bubbles on the messages page


---

# 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.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.
