> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/chat/start-a-group-chat.md).

# Start a group chat

You can start a group chat with specific users in your account. When setting up the group chat, you can also add a group name and upload a logo.

### Start a group chat

To start a group chat:

1. Go to the **Chats** page.
2. At the top of your chat list in the left sidebar, select<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAB+UlEQVR4AeyaQY6DQAwE2X0sj+Kzu5rbnLBGjVNAKtJIIzl2Q1V8y+/mByWgABT/tilAATABON4NUABMAI53AxQAE4Dj3QAFwATg+O/cABj6HK+AmQZwVwAAfY5UwEwDuCsAgD5HKmCmAdwVAECfIxUw0wDuCgCgz5EKmGkA98cJ2Pf97+wADKPIDwqInvO1zQqA1SpAATABON4NUABMAI53AxQAE4Dj3QAFwATgeDegWUA1XgEVoea6ApoBV+MVUBFqriugGXA1XgEVoea6ApoBV+MVUBFqriugGXA1XgEVoea6ApoBV+PfKaB66xvVFQDLuFzA2X92rqhVvK7IOJtR5a/WLxew+gDf/n0FwL8ABSgAJgDHuwEKgAnA8W7A2wQcx/HTeSpendljdpW/Wr9wA1aj/f4goIBBATwKAOGPaAUMCuBRAAh/RCtgUACPAkD4I1oBgwJ4FADCH9EKGBTAo4AQftqugJRg2K+AEGDaroCUYNivgBBg2q6AlGDYr4AQYNqugJRg2K+AEGDaroCUYNivgBBg2v5MAelb36hfAbCMxwkY/805OzDP5fjHCVh+w5s3KAAWpAAFwATgeDdAATABON4NUABMAI5f2AD4SV8arwBYrAIUABOA490ABcAE4Hg3QAEwATjeDVAATACOdwMKAd3lfwAAAP///OjoEQAAAAZJREFUAwAPFODBRzNxXgAAAABJRU5ErkJggg==" alt="<svg xmlns=&#x22;http://www.w3.org/2000/svg&#x22; height=&#x22;24px&#x22; viewBox=&#x22;0 -960 960 960&#x22; width=&#x22;24px&#x22; fill=&#x22;#666666&#x22;><path d=&#x22;M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z&#x22;/></svg>" data-size="line">, then choose **Group chat**.
3. In **Add group chat**, do the following:
   1. Select the people you want to add to the chat, then select **Next**.
   2. Enter a name for the group and, optionally, upload a photo.
4. Select **Add**. A new chat conversation window opens.&#x20;
5. Type your message in the text box and select **Send** or press **Enter** to send your message.


---

# 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.platform.softwareone.com/modules-and-features/chat/start-a-group-chat.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.
