> For the complete documentation index, see [llms.txt](https://guide.vojs.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.vojs.vn/huong-dan-s-dung-danh-cho-tac-gia/huong-dan-gui-bai-sua.md).

# Hướng dẫn gửi bài sửa

Khi nhận được yêu cầu sửa đổi của Tạp chí, tác giả đăng nhập vào hệ thống và chọn bài báo cần chỉnh sửa để xem yêu cầu của phản biện, Tạp chí và chỉnh sửa bổ sung theo yêu cầu

![](/files/d3pjaAv0ahCbaVLZZPQ8)

![](/files/oGRHhRNaEBo1Ip0w86NC)

Để tải bản sửa đổi theo ý kiến phản biện, Tác giả chọn **Tải lên tệp tin** trong mục Bản sửa đổi => box **Tải bài báo lên** xuất hiện => Chọn **thành phần bài báo** (Văn bản của bài báo trước tiên, sau đó có thể cung cấp thêm hình hay các nội dung bổ sung sau)

![](/files/jUpcOvDcOKAhuRMjOFqW)

![](/files/mYMYpcHit8fOBiH5bFl0)

![](/files/1YwI23EwoRWAgocglvUI)

![](/files/LCRzkzmckHV98DK9Jdq1)

Tác giả cũng có thể thêm ý kiến trao đổi với phản biện và tạp chí về nội dung chỉnh sửa tại mục **Thêm thảo luận**

![](/files/niV47EWzSyntada6xiBf)

![](/files/z5DrFelNmefHxam7li1D)

&#x20;


---

# 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://guide.vojs.vn/huong-dan-s-dung-danh-cho-tac-gia/huong-dan-gui-bai-sua.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.
