> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/how-to-guides/how-to-create-alerts-for-announcements-and-promotions.md).

# How to Create Alerts for Announcements and Promotions

### Steps:

1. Log in as Admin at admin.restoflow\.ch.
2. From the list of accounts, find the account where you want to add the alert and click “Manage”.

   ![](/files/SVwVy5lqxhHmwoxcbgVv)
3. From the left-side menu, select “Settings”.

   ![](/files/VwKr72osua1jKMcJtEp5)
4. Click the “Websites” tab.
5. Look for the “Alert” section.

   ![](/files/Azo3cDFeaxt8Q5Dfbg01)
6. Enter a brief description or message for your announcement or promotion (e.g., “Opening Special – 20% Off!”).
7. Click Save to apply the alert. And it will show up as an Alert or banner on the frontend.

   ![](/files/FC2vJ3deJeEb13lsKsvh)


---

# 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://restoflow.gitbook.io/restoflow-dokumentation/how-to-guides/how-to-create-alerts-for-announcements-and-promotions.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.
