# Alert

### Use Cases:

✅ Displaying important error messages to alert users about critical failures or invalid actions.

✅ Providing warnings or notifications for potential issues or conditions that require user attention.

✅ Communicating successful operations or completed actions to provide feedback and confirmation to users.

✅ Sharing informational updates, news, announcements, or reminders that users should be aware of.

### Not to Use Cases:

❌ Using Alert for purely decorative purposes without any meaningful content or action associated with it.

❌ Overusing Alert for minor or trivial notifications that do not require immediate attention or action.

❌ Using Alert as a primary means of user guidance or instruction. Complex instructions or step-by-step guidance are better suited for dedicated instructional interfaces.


---

# 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://2600hz.gitbook.io/sds/sds-3.0/sds-components/components/alert.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.
