> For the complete documentation index, see [llms.txt](https://info.edusuite.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.edusuite.asia/product-guide-k12/admin-home/utilities-module/announcements.md).

# Announcements

This feature enables users to manage and display announcements for viewers effectively.

## Access and Navigation

To access this module, go to **Utilities** > **Announcements**

<figure><img src="/files/qj9VNiff0QnmHcPlKNoZ" alt=""><figcaption></figcaption></figure>

If you cannot view a link from the list, check the privilege assigned to your user account or role.

{% hint style="danger" %}
Contact your school’s system administrator to request view or edit access if you cannot access the rights management screen.
{% endhint %}

## Create an Announcement Post

* Click on the **+ New Post**

<figure><img src="/files/cz5pm3gpWl1UHFR5kNmP" alt=""><figcaption></figcaption></figure>

* Fill out the necessary details:
  * **Title** - The main heading of your announcement
  * **Details** - A detailed description of your announcement
  * **Link** - Optionally include relevant links for reference
  * **Audience** - Select the target audience who will view and receive the announcement
  * **Archive Date** - the date when the announcement will be automatically archived

<figure><img src="/files/JQ95qEx8ne1DKBjG8gSW" alt=""><figcaption></figcaption></figure>

* Click Post Announcement once ready to add and save the entry

## Edit an Announcement Post

* Select the announcement you want to edit then click on the **Pencil** icon on the right side of it

<figure><img src="/files/d6Mfp1JIXjf2yxvHjzxY" alt=""><figcaption></figcaption></figure>

* The details that you can edit are the following:
  * Title
  * Details
  * Link

<figure><img src="/files/2lsPbstfXudDw68lL4p3" alt=""><figcaption></figcaption></figure>

* Click on **Save Changes** once completed

{% hint style="info" %}
The audience and the archive date can no longer be edited
{% endhint %}

## Delete an Announcement Post

{% hint style="info" %}
Deletion from the system is not supported; announcements can only be archived.
{% endhint %}

* Select the announcement you want to edit then click on the **Trash Bin** icon on the right side of it
* A confirmation Notification will popup
  * Clicking **Yes, Archive Announcement** will remove the announcement from the active banners of the selected audience
  * Clicking **Cancel** will close the modal without making any changes

<figure><img src="/files/yKQb8IVP22q6dRLmSnZt" alt=""><figcaption></figcaption></figure>


---

# 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://info.edusuite.asia/product-guide-k12/admin-home/utilities-module/announcements.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.
