> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/getting-started/notifications.md).

# Notifications

Ever wish you could send a quick message to a service provider but don't have your phone handy? Notifications are a great way for you to communicate to your staff directly in your account!

Navigate to the Bell at the top of your page to view all current and past notifications for your business.

![Notifications bell](/files/8753daead9f2d9c90521669ff209dc0d948efe63)

## Sending Notifications

### New Notification

![Sending New Notification](/files/44a284059f60d2c9a7419b827958c698a0168118)

### Choose who you would like to be notified

![Choose who to notify](/files/2cea6252f1a1ac57c6fe69d59c2ab14d961b0257)

### Add in your Notification Message

{% hint style="warning" %}
Once you send message there IS NO UNDO.
{% endhint %}

![Write your message box](/files/c01d4f22273b49dfdf396baa93d89f76007ac75d)

**Once you send your message your notification will immediately show up!**

![Sample notification](/files/c52a75c85117a077607166be2cf88bc25bbec74f)

## Replying to Notifications

If you receive a notification and would like to reply to it you can by clicking the arrow to the right of the message. The employee who sent it to you will receive the reply in their notifications.

![Replying to notification](/files/ba232f2f90cb1aec91812c6cb84e86e1c9815e3b)


---

# 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://support.rosysalonsoftware.com/getting-started/notifications.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.
