> For the complete documentation index, see [llms.txt](https://usermanual.doctranslate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.doctranslate.io/vi/tinh-nang-dich/loi-nhac-tuy-chinh-custom-prompt.md).

# Lời Nhắc Tùy Chỉnh (Custom Prompt)

Tính năng Lời nhắc tuỳ chỉnh của Doctranslate cho phép người dùng có thể đưa ra lời nhắc mong muốn. Lời nhắc của bạn nên cụ thể cho một chủ đề và truyền đạt ý định nhằm mục đích tối ưu cho việc dịch thuật văn bản.&#x20;

Lời nhắc có thể bao gồm các thông tin sau: Chủ đề, từ khóa hoặc cụm từ được liên kết với chủ đề, Giọng điệu của câu trả lời, Đối tượng mục tiêu..etc

**Bạn có thể xem video hướng dẫn sử dụng ở ngay bên dưới đây!**

{% embed url="<https://youtu.be/DGC2jipliV4?feature=shared>" %}

💡 **Các bước sử dụng lời nhắc tùy chỉnh:**

**Bước 1:** Phía dưới lựa chọn dịch, chọn chế độ **“lời nhắc tùy chỉnh”** để bật tính năng này

<figure><img src="/files/6LYIj1BMMnkVUhbsSS6R" alt=""><figcaption></figcaption></figure>

**Bước 2:** Nhập lời nhắc hướng dẫn AI cho đoạn dịch với câu từ, từ khóa bạn mong muốn.

<figure><img src="/files/EX2PVxiW0BvCXcuNWmBu" alt=""><figcaption><p><em>(Ví dụ: lời nhắc viết hoa cho một từ)</em></p></figcaption></figure>

**Bước 3:** Tải file đã dịch hoặc xem kết quả dịch sau sau khi đã dùng với lời nhắc tùy chỉnh.

<figure><img src="/files/axKrRRjXNo6FSQjkw3kO" alt=""><figcaption><p><em>(Ví dụ: kết quả hiển thị với dịch văn bản (text) sau khi đã dùng lời nhắc tùy chỉnh)</em></p></figcaption></figure>

<br>


---

# 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://usermanual.doctranslate.io/vi/tinh-nang-dich/loi-nhac-tuy-chinh-custom-prompt.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.
