# How to Remove Group Conversation Functionality

If you'd like to remove group chat functionality from the template, this can be easily done by by hiding the `SearchBox Add Users to Conversation (New Conversation)` element and the `Group Suggested Users` element when there is one other User selected to start a new conversation.  This way, if you'd ever like to re-add group functionality in the future, you can just remove the following conditionals.  Here is a step-by-step guide:

### Step-by-Step Guide

1\. On the messages page, search for the Searchbox Add Users to Conversation (New Conversation) element in the element search input:

![](/files/-LgfzZcLp5nODSr-LlWR)

2\. Click on the conditional tab and add the following conditional statement:

![](/files/-Lgg3Y35sAbDTLVRlSQs)

3\. Right-click the condition and click "Copy condition".  (We're going to be pasting this condition on the `Group Suggested Users` element in Step 6).&#x20;

![](/files/-Lgg3vwkTNaNpWHwJFOG)

4\. Click on the "Appearance" tab and select "Collapse this element's height when hidden". &#x20;

![](/files/-Lgg-QWijdlz-SN7SiZC)

5\. Search for the Group Suggested Users element in the element search input:

![](/files/-Lgg1PXiH8HRd69vjtjn)

6\. Click on the conditional tab and paste the condition from Step 3 by right-clicking the gray area, and selecting "Paste condition"

![](/files/-Lgg1zGFv9MunPC6zgv5)

After the condition is pasted, it will look like this:

![](/files/-Lgg4CM99FElPet9dr6h)

That will do it! If you have any questions, please don't hesitate to reach out to <support@littlebaytech.com> and we will respond within 1 business day. 🙂


---

# 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/mini-guides/how-to-remove-group-conversation-functionality.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.
