# InlineNotification

### Use Cases

✅ Providing immediate feedback to users about the outcome of their actions.&#x20;

✅ Alerting users to important updates, errors, or warnings within the context of their current activity.

✅ Offering a non-intrusive way to communicate relevant information without disrupting workflow.&#x20;

✅ Enhancing user experience by keeping users informed about relevant changes or events in real-time.

### Not to Use Cases:&#x20;

❌ Avoid using inline notifications for purely decorative purposes or trivial updates.&#x20;

❌ Don't overwhelm users with excessive or unnecessary notifications that do not require immediate attention.&#x20;

❌ Avoid using inline notifications as the sole means of conveying critical information, especially if it may be missed or ignored in the context of other content.&#x20;

❌ Not suitable for delivering complex instructions or guidance; use dedicated interfaces for such purposes.


---

# 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/inlinenotification.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.
