# Messaging and Communication

***

1. **Starting a New Conversation:**

   * Click on the “+” button next to “Direct Messages” or “Rooms”.
   * Choose “Direct Message” for a private conversation or “Room” for a group chat.
   * Enter the wallet address or username of the person you want to message, or select from the list of contacts.
   * Click “Start Chat”.
   *

   ```
   <figure><img src="/files/6KOMADuFqx1sCgDHPGsS" alt=""><figcaption></figcaption></figure>
   ```
2. **Joining a Public Room:**

   * Click on the “Explore Public Rooms” button.
   * Browse through the list of available rooms or use the search bar to find a specific room.
   * Click on the room you want to join.
   * Click “Join Room”.

   <figure><img src="/files/EYhRCOdNVmSAJsoWRZtK" alt=""><figcaption></figcaption></figure>
3. **Managing Notifications:**

   * Click on your profile picture in the top left corner.
   * Select “Settings”.
   * Navigate to the “Notifications” tab.
   * Customize your notification preferences for messages, mentions, and calls.

   <figure><img src="/files/S8KAHApxj73Ava1x3Jpy" alt=""><figcaption></figcaption></figure>
4. **Muting Conversations:**

   * Hover over the conversation in the sidebar.
   * Select “Mute Conversation”.
   * Choose the duration for muting notifications.

   <figure><img src="/files/rJ86qPZSnlraQgT5LeI9" alt=""><figcaption></figcaption></figure>
5. **Archiving Conversations:**

   * Hover over the conversation in the sidebar.
   * Click on the three dots to open the menu.
   * Select “Archive Conversation”.

   To view archived conversations:

   * Click on “Archived” in the sidebar.
6. **Searching Messages:**

   * Click on the search bar at the top of the screen.
   * Enter the keywords or phrases you are looking for.
   * Press Enter or click on the magnifying glass icon.
   * Browse through the search results to find the message.

   <figure><img src="/files/yDcl32LYUER0yeBopGlI" alt=""><figcaption><p><mark style="color:blue;"><strong>Search</strong></mark></p></figcaption></figure>

***


---

# 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://help.textrp.io/user-guide/messaging-and-communication.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.
