# Image Analysis

The Image Analysis in EmpowerGPT allows you to upload images and receive detailed, AI-powered insights based on their visual content. It helps you understand, interpret, and extract meaningful information from images using natural language interaction.

Image Analysis is designed to support tasks such as visual inspection, explanation, verification, and knowledge extraction.

{% hint style="info" %}

1. Image Analysis is available for both Enterprise and World Knowledge Chart Type automatically.&#x20;
2. Only some AI models are capable of Image Analysis
   {% endhint %}

***

### What You Can Do with Image Analysis

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

Using Image Analysis, you can:

* Describe and interpret the contents of an image
* Identify objects, text, diagrams, or patterns
* Ask questions about charts, screenshots, or photographs
* Analyze images for documentation, research, or learning purposes
* Gain contextual explanations of visual elements


---

# 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://docs.empowergpt.ai/chat/image-analysis.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.
