> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/yoov-work/admin-management/announcement.md).

# Announcement

## 1. New Announcement&#x20;

* The system is equipped with an announcement function to provide a communication platform between the company and employees, allowing employees to grasp the latest company information and improve the transparency of information circulation. Administrators can add announcements in the area shown below.&#x20;
* Operation steps: \
  \[Announcement] > \[Announcement List] > \[New Announcement]&#x20;
* In the newly added announcement page, you can set whether to pin it to the top, display viewing time, recipients, etc. After the settings are completed, just click \[Save And Preview].&#x20;
* Administrators can also preview the generated notification on the next page. Once confirmed, the release can be confirmed.

<figure><img src="/files/5u3x6nDAGh02dfVICf3Y" alt=""><figcaption></figcaption></figure>

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

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

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

## 2. Add Announcement Category

2.1 Operational Steps:\
\[Announcement] > \[Announcement List] > \[Announcement Category] > \[Settings] > \[Add Announcement Category] > Fill in the category name > \[Confirm]

* Additionally, this page also allows for sorting, editing, and deleting announcement categories.

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

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

2.2 You can also directly add an announcement category when creating a new announcement by filling in the category name and clicking confirm.

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

## 3. Announcement Operations

* Published announcements can be pinned/unpinned in the announcement list.
* Unpublished announcements can be confirmed for publishing, which will publish them immediately.
* Unpublished announcements support editing, while published ones do not.
* All announcements can be deleted.

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

## **4. Announcement Acknowledgment**&#x20;

* **PC Version**: Employees can view announcement notifications on the self-service platform. When an employee clicks "I have read," it indicates acknowledgment.
* **APP Version**: Employees can view announcement notifications within the app. When an employee clicks "I have read," it indicates acknowledgment.

<figure><img src="/files/5X3kRiZrglMazNxZ3LA2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3uD5EmVHcGqpEMKKzBgT" alt=""><figcaption></figcaption></figure>

## 5. Activity Log&#x20;

* The system can be operated by more than one administrator, and the administrator can search for the change records of all administrators in the Activity Log.&#x20;
* The operation time, administrator name, IP address, operation object, type and specific operation are displayed in detail for easy query.&#x20;
* Operation steps: \[Announcement] > \[Activity Log]

<figure><img src="/files/4kcYHG3tnkBRD4GrOu7q" 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://docs.yoov.com/yoov-work/admin-management/announcement.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.
