# Sending messages

Sending messages to users is simple, when you are on the user profile simply click on "Send Message" and this will start a conversation with that user. If you have communicated with that user before you can simply click on "Messages" from the left-side menu and find the existing conversation. Once you are in the conversation, you can send messages back and forth with the user.

Additionally, you can also attach files, images, and documents to your messages to make communication more efficient. Keep in mind that all messages are private and only visible to you and the person you are communicating with. Users also have the ability to block all messages if they no longer wish to communicate. If you need to reference a previous message or conversation, you can also find all your previous conversations in the "Messages" section of the left-side menu, where you can easily access the history of all your previous conversations.

{% hint style="warning" %}
Messages will be deleted after 60 days
{% endhint %}


---

# 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.cargoland24.com/viewing-profile-and-reviews/sending-messages.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.
