> For the complete documentation index, see [llms.txt](https://echelp.weaver.com.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://echelp.weaver.com.co/work-message/private-conversation.md).

# Private Conversation

Send text messages using the main text message section.

<figure><img src="https://lh3.googleusercontent.com/XeZCgDBhoxybSniaGBWhE20UpNjs2kRpbfsdiCYwiRHkmcZgvl7U0tNnf76ptU_Wk8MEwx-k5aa9cqG5kRYt5NYNwqyzrsc8gc_zBLQVg-R6Xr8I42I_Mz14exXa6_KINSVvzjoKyT1w_0A0brL8QyQ" alt=""><figcaption></figcaption></figure>

Send files by selecting the function in the toolbar and then uploading file.

&#x20;

Send contacts by clicking the below icon and selecting contacts to share from the pop-up window.

To attach files/ pictures/ videos in IM, click on the following icons:

&#x20;![](https://lh3.googleusercontent.com/j-_TtCDkeRXAx5IPmhyXYqvfQYV7Nc6pMrhMLVJFZiOBv0bpfkpnJ0ahr96-3f-jDgcSumQSoxy1FAPH8ZDaPdAd6CBgKW2OYynp4VD_00anAUZzLdI45uLomsmTGemfxJ9wT6a_79asWiOpejYqdy8)![](https://lh5.googleusercontent.com/-DqJlLIyMPRCnJXHDn_fGdYCwNnbMPMhBaSEUIWevSOulPDAvMEoyZSWrOOlUW8vTSXMOkaoVe8e25dvU2BaTclcSf1a2Xp39LRwVPVMXLc8XCsm-nYwXrARgDaIXu7N9yDGx2g1TfVMVBUaaiIdL5Y)

Then selected the files/ pictures/ videos to be uploaded.

\ <br>


---

# 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://echelp.weaver.com.co/work-message/private-conversation.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.
