# If I saw double tick in Message module, does it mean that my contact has received & read my message?

If you see there are double tick, it is not necessary that all messages has been delivered or read. This function varies based on the channel you connect. If you connect to the below channel, please expect the following result

| Channels                 | Available / Not Available                                                                                    |
| ------------------------ | ------------------------------------------------------------------------------------------------------------ |
| WhatsApp API - Gupshup   | Available. Please enable it at your Gupshup portal (*Gupshup dashboard → webbook → Message events settings*) |
| WhatsApp API - Cloud API | *Coming soon*                                                                                                |
| WhatsApp Web             | *Coming soon*                                                                                                |
| Facebook Messenger       | Available by default                                                                                         |
| Instagram                | Available by default. Only have **Seen** function.                                                           |
| LINE Business            | Not available                                                                                                |
| Telegram                 | Not available                                                                                                |


---

# 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.ochats.io/faq/if-i-saw-double-tick-in-message-module-does-it-mean-that-my-contact-has-received-and-read-my-message.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.
