# Messaging

| Pattern                                                               | Working Examples                    | Best Practices                      | Interaction Design                  | Developer Guide                     |
| --------------------------------------------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| [Alert Dialog](/mindpatterns/messaging/alert-dialog.md)               | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |
| [Confirm Dialog](/mindpatterns/messaging/confirm-dialog.md)           | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |
| [File Preview Card](/mindpatterns/messaging/file-preview-card.md)     | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |
| [Form Validation](/mindpatterns/messaging/form-validation.md)         | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> |
| [Inline Notice](/mindpatterns/messaging/inline-notice.md)             | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> |
| [Input Meter](/mindpatterns/messaging/input-meter.md)                 | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |
| [Input Validation](/mindpatterns/messaging/input-validation.md)       | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> |
| [Page Notice](/mindpatterns/messaging/page-notice.md)                 | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> |
| [Star Rating (static)](/mindpatterns/messaging/star-rating-static.md) | <mark style="color:red;">✕</mark>   | <mark style="color:red;">✕</mark>   | <mark style="color:red;">✕</mark>   | <mark style="color:red;">✕</mark>   |
| [Time](/mindpatterns/messaging/time.md)                               | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |
| [Toast Dialog](/mindpatterns/messaging/toast-dialog.md)               | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |
| [Tourtip](/mindpatterns/messaging/tourtip.md)                         | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:green;">✓</mark> | <mark style="color:red;">✕</mark>   |

<mark style="color:green;">✓</mark> = complete   <mark style="color:red;">✕</mark> = not complete


---

# 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://ebay.gitbook.io/mindpatterns/messaging.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.
