# Chatting and Messaging

**Chat View**

Accessing any conversation within the mobile app brings you to the Chat View, the interface for real-time interactions with users.

**Conversation History**

This section shows the full exchange history between the user and either the bot or you, the operator.

**Sending Messages**

When the conversation is assigned to you, you gain full access to the chat section, allowing you to send direct text messages.

<p align="center"><img src="/files/8uWwesimePhsk5lYxE02" alt="">               <img src="/files/4QjAR5dQjRdA5cfah7rh" alt=""></p>

#### Attachment and Audio Tools

Enhance your messages using these icons:

* **Clip Icon**: Upload and send attachments, such as:
  * Images and videos
  * Documents
  * Your current location

Attachments can be selected from local storage or captured directly.

<figure><img src="/files/5irsrfQaLlpXq0CdG0u4" alt="" width="188"><figcaption></figcaption></figure>

* **Microphone Icon:** Tap to record an audio message directly from your phone and send it instantly to the user.

#### Quick Response Templates

If your bot includes Team Message Templates configured for operators, you can easily use them:

* **Flash Icon:** Tap this icon in the chat menu to access your pre-configured response templates. It functions similarly to the desktop version.

#### **Chat Constraints and Validity Windows**

The ability to send free-form messages may be restricted by certain platforms that enforce a validity window. For instance, in a WhatsApp conversation, the platform usually limits free-form chat to within 24 hours of the user's last message, allowing only template messages after this period.

<figure><img src="/files/XWW9ipGqIHCphdhRN4V2" alt="" width="188"><figcaption></figcaption></figure>

#### Context Menu and Actions

Access the context menu (typically represented by three dots or a menu icon) in the top-right corner of the Chat View to utilize additional functions:

* **Control Chat State**: Manage the current conversation status, such as reassigning the chat.
* **View Contact Details**: Display user's details based on the desktop conversation view configuration.
* **Conversation Language**: Change the language settings for conversation translation. Refer to the Conversation Translation page for more details.
* **Send Message**: Broadcast a message to the current chat.

<figure><img src="/files/Edlmm4L81ERX8APO4W8z" alt="" width="188"><figcaption></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://docs.mylinkconnect.com/mobile-app/conversation/chatting-and-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.
