> For the complete documentation index, see [llms.txt](https://docs.ochats.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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
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://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>&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.
