# User Announcements

The Announcements tab within Admin allows administrators to post announcements to all Welkin users within a specific environment. These announcements appear as a popup alert when users log into Care.

To create an announcement:

* Log into Admin
* Click on 'Announcements' in the left vertical menu
* Click 'Create New Announcement'
* Title the announcement
* Enter the announcement text
* Set the date and time for when the announcement should start being displayed
* Optionally set an end date and time
* Click 'Save'

The announcement will now appear as a popup alert when all Welkin users log into Care.

To edit or delete announcements, click on the announcement from the Announcements list and select 'Edit' or 'Delete'.


---

# 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://docs.welkinhealth.com/admin/users/announcements.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.
