# Send Status

When an outbound message is sent to a contact via SMS or WhatsApp, the message can either be:

* **Not send** - Phone number is invalid and hence the message is not sent.
* **Sent but not delivered** - Phone number is valid, but the message is not yet delivered.
* **Delivered but not seen** - The message has been delivered, but the contact has not seen the message yet.
* **Seen but not replied** - The message has been seen and delivered, but the contact has not replied yet. (Only for WhatsApp)

<figure><img src="/files/aO1pqHa9544yY4jUp4ZF" alt=""><figcaption></figcaption></figure>

You can create the next steps of the flow based on the result of the message delivery.

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-status.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.
