> 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/dich-hinh-anh-image.md).

# Dịch Hình Ảnh (Image)

Sau khi tải lên hình ảnh, công cụ sẽ dịch nội dung trong ảnh sang ngôn ngữ mà bạn đã chọn và trả về kết quả là một hình ảnh mới, giữ nguyên định dạng gốc nhưng đã được dịch thành ngôn ngữ đích.

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

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

💡 **Các bước dịch hình ảnh:**

**Bước 1:** Tải lên hoặc kéo thả file ảnh (định dạng PDF, JPG/JPEG, PNG)

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

**Bước 2:** Chọn ngôn ngữ cần dịch cho tài liệu

**Bước 3:** Bạn có thể tùy chỉnh **“Phong cách”, “Chuyên ngành”, “Font”, “Lời nhắc tuỳ chỉnh”** hoặc tuỳ chỉnh với **“Từ điển của tôi”**.

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

***Lưu ý:** Dịch ảnh có thể đổi màu và kiểu font hay kích thước chữ cho đoạn văn bản được dịch trong ảnh.*

**Bước 4:** Bấm **"Dịch ngay"** và **“Xác nhận”** để bắt đầu dịch.

**Bước 5:** Tải xuống file đã được dịch.

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

***Lưu ý:** Bạn có thể vào **trang lịch sử dịch (History)** để tải xuống phần file ảnh đã được dịch*


---

# 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/dich-hinh-anh-image.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.
