# Phân tích hình ảnh

## 1. Mô tả tính năng

Tính năng Phân tích hình ảnh cho phép khách hàng (người chat với bot) gửi hình ảnh và bot sẽ phân tích nội dung của hình ảnh đó.

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

### 2. Yêu cầu kỹ thuật

* Bot của anh/chị cần sử dụng API OpenAI cho phép sử dụng model **gpt-4 1106 preview**
* Trong phần Cài đặt Trợ lý ảo > Tên Model, anh/chị cần chọn **gpt-4-1106-preview**

## 3. Cách sử dụng

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

1. Vào trang **Cài đặt trợ lý ảo**
2. Chọn Model **gpt-4-1106-preview**
3. Bật **Phân tích hình ảnh**
4. Chọn **Xác nhận**


---

# Agent Instructions: 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:

```
GET https://aiv-group.gitbook.io/mindmaid-documentation/tinh-nang/cai-dat-bot/phan-tich-hinh-anh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
