# Reports

## Getting Started: Create a Visual Intelligence Report

EyePop.ai makes it easy to extract insights from your images—without writing a single line of code. Follow these simple steps to create your first Visual Intelligence Report.

### 1. Navigate to the Report Page

* **Access the report creation feature** through either:

  * Clicking "Create Report" on the dashboard
  * Finding it on the side panel navigation

  <figure><img src="/files/c54UTb4KG6P1wpcWREtg" alt=""><figcaption><p>Navigate to Report</p></figcaption></figure>

### 2. Name Your Report and Configure Image Sources

* **Name your report** with something descriptive and meaningful
* **Select your image source** from multiple options:
  * Local device storage
  * Cloud folder

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

### 3. What to Find

* **Enter the main object** you want EyePop.ai to detect (in this example: cars)
* **Customize detection parameters** by adding properties to analyze - these are the specific questions you're asking about each image and the AI will return answers for each:
  * Make/Model/Year - identifies the specific car model
  * Color - determines the vehicle's color
  * Damage? Where? - locates and describes any damage
  * Condition? - assesses overall vehicle condition
  * Estimated Value - provides approximate market value
* **Add additional properties** using the "+ Add a property to analyze" button - each property represents a specific piece of information you want extracted from your images
* The AI model will be optimized to answer these specific questions for each analyzed image
* Toggle to "Advanced" to customize your prompt for more granular control over what information is extracted

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

### 4. Upload Media

* **Drop files directly** into the upload area or click to browse
* **Select relevant images** that contain the objects you want to analyze
* **Batch upload supported** for processing multiple images at once
* Best results come from uploading images that clearly show your objects of interest

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

### 5. Review Your Details

* **Take a moment to confirm** what EyePop will analyze in your images
* Review your configuration including:
  * Location (where your images are from)
  * Label (the main object you're analyzing, e.g., "Car")
  * Estimated processing time
  * Properties you've selected to analyze (Make/Model/Year, Color, etc.)
* If anything looks incorrect, you can go back and make changes
* When everything looks right, click "Confirm and generate my Report"

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

### 6. Processing & Results

* **Processing phase**:

  * You'll see a "Report Pop in progress..." screen with a loading indicator
  * EyePop displays an estimated time until completion
  * You can leave this page and return later - your report will still process

  <figure><img src="/files/YSUUnTwMC4xu5L0Zu3f7" alt=""><figcaption></figcaption></figure>
* **Report Ready**:
  * Once completed, you'll see a "Success! Your Report is Ready" confirmation
  * Click "View the results" to explore your full Visual Intelligence Report and the insights extracted from your images

<figure><img src="/files/53JJN9xNsblJTGpSuezg" alt="" width="471"><figcaption></figcaption></figure>

### 7. Exploring Your Report

* **View Report Summary**:
  * Once your report is complete, you'll see a summary page showing:
    * Total number of images processed
    * Processing time
    * Count of detected objects for each property (e.g., 11 Make/Model/Year identifications)
  * This summary provides a quick overview of all findings across your entire dataset

<figure><img src="/files/4ScxFKv5BWJ5jAprrMvk" alt=""><figcaption></figcaption></figure>

* **Explore Individual Images**:
  * Click on any image to see detailed results
  * All analyzed images display with color-coded property tags as overlays
  * Each property shows its specific finding:
    * "Make/Model/Year honda civic 2016"
    * "Color white"
    * "Damage? Where? yes, front bumper"
    * "Condition? fair"
    * "Estimated Value $10,000"

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

* **Download as a CSV:**

  * The CSV format organizes all detected properties in a structured tabular format
  * Each row represents an image with its unique ID
  * Each column contains a specific property finding (Make/Model/Year, Color, etc.)
  * Perfect for importing into spreadsheets, databases, or analysis tools
  * Use the downloaded data for further analysis, reporting, or integration with other systems

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

### Next Steps

After completing these seven steps, your Visual Intelligence Report will be available to explore and use. You can then:

* Analyze the results to gain insights about your images
* Export reports in multiple formats for further analysis
* Share insights with team members
* Integrate findings with other business intelligence tools

***

For additional support or advanced features, contact our customer success team at <support@eyepop.ai>


---

# 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.eyepop.ai/developer-documentation/eyepop.ai-visual-intelligence/reports.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.
