# Messaging

The Messaging feature within CollabMind works much like texts messaging - with the beauty being that all of the conversations for a project are easier to find than mixed in with your other work and personal life texts.

To initiate a message chain, click into Messages and then hit the + sign.

<figure><img src="/files/v4VbBo0GMtWTDPeFcs7M" alt="" width="375"><figcaption></figcaption></figure>

You can choose to just message one person on the project by clicking their profile and a new mesage chain is initiated. Or you can follow these steps to create a group.

Choose to create "New Group". Decide who to include in this message chain.

<div><figure><img src="/files/tQ9VGDrpYmIHyUm8u4E7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/LiVgAOPKw2Sq7Ctan9gp" alt=""><figcaption></figcaption></figure></div>

Name the group and hit "Create Group" at bottom of screen. You'll be taken into a new message chain where you can begin a conversation.

<div><figure><img src="/files/s4R4MdWASiWCWnaHphFm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Xri0rcFTACeiopoecFTi" alt=""><figcaption></figcaption></figure></div>

Your message chain will then appear in the project's list of conversations.

<figure><img src="/files/SikP6me4CeCu9Hbt6fRj" alt="" width="375"><figcaption></figcaption></figure>

One thing to note about Messages: **You can only see the message chains that you are on**. Meaning, if you want to have a private conversation, that is possible through depending on who is included on the chain.

If you click on a message bubble, a pop-up menu will appear, giving you options for how to treat that information.

<figure><img src="/files/skDmLLx70ANtNGfbnkn0" alt="" width="375"><figcaption></figcaption></figure>

You can Pin the message if it has a piece of important information you don't want to forget.

You can easily add it to your To-do List from here also.

If you've read the message but don't have time to deal with it now, you can mark it as Unresovled and come back to it later.

Reply, Forward, and Copy allow you to interact with that message directly.


---

# 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://collabmind.gitbook.io/collabmind-docs/communication-tools/messaging.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.
