> For the complete documentation index, see [llms.txt](https://help.dotb.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dotb.vn/tinh-nang-cap-nhat-moi/cap-nhat-ems/tao-tin-tuc-va-gui-thong-bao-ve-app-hoc-vien.md).

# Tạo tin tức và gửi thông báo về app học viên

> **Bước 1:** Ở màn hình danh sách của module **News**, ta nhấn vào button **Create New** để mở ra màn hình thêm mới **New**.

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

> **Bước 2:** Tại màn hình tạo mới **News**, nhập đầy đủ các thông tin cần thiết, người dùng lưu ý rằng các trường (field) có chữ **Required** bắt buộc phải nhập thông tin vào, những field khác có thể bỏ qua, sau đó nhấn chọn button **Save** để hoàn tất việc tạo ra một **News** mới.

<figure><img src="/files/23rrRpfqKrW52tOUG6kg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Lưu ý:**

1. **Name - Tiêu đề**: sự kiện, hoạt động của trung tâm&#x20;
2. **Post Url - Đường dẫn URL**: có thể không cần đường dẫn đến trang URL
3. **Type - Loại**: phần tin tức này gửi cho Giáo viên hoặc học viên
4. **Content**: soạn nội dung tin tức (cập nhật mới)
5. **Pin For Student App - Ghim App học viên**: Bài đăng xuất hiện trên màn hình trang chủ của Mobile App
   {% endhint %}

> **Bước 3:** Hệ thống hiển thị thông tin chi tiết của **News** được tạo.

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

> *Nội dung hiển thị của app khi tin tức được soạn content*.

<figure><img src="/files/YFqNbgW14QcvLlHa1WQ1" 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://help.dotb.vn/tinh-nang-cap-nhat-moi/cap-nhat-ems/tao-tin-tuc-va-gui-thong-bao-ve-app-hoc-vien.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.
