Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
Cloud sessionsCompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Session management
Goal
Queue steering
In-session settings
Prompts
File references
Context management
Responding to messages
Working with Git
Images
Custom diff tools
Voice modeHeadless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomations
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Subscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. CLI
  3. Chat
  4. Images

Working with images


Kiro can analyze and discuss images directly in your chat session. You can share images with Kiro by dragging and dropping them into your terminal window or by using the read tool with the Image mode.

Drag and drop images

The simplest way to share images with Kiro is to drag and drop them directly into your terminal window. When you drag an image into the terminal:

  1. The image path is automatically inserted into your prompt
  2. You can then add text to provide context about what you want Kiro to do with the image
  3. Kiro will process the image and respond based on its content

Example:

Kiro> /path/to/architecture-diagram.png Can you explain this architecture and generate sample code for implementing it?

Using fs_read with images

You can also explicitly use the read tool to share images:

Kiro> Can you analyze this screenshot at /path/to/screenshot.png?

Kiro will automatically suggest using fs_read with Image mode when you mention image files.

Pasting images from your clipboard

You can paste an image from your system clipboard with:

/paste

Image use cases

Common use cases for sharing images with Kiro include:

  • Analyzing screenshots of error messages for troubleshooting
  • Converting architecture diagrams into code implementations
  • Discussing UI/UX designs and generating corresponding HTML/CSS
  • Understanding flowcharts and translating them into algorithms
  • Reviewing code snippets shared as images
  • Interpreting technical diagrams for documentation

Supported formats and limitations

Supported image formats include JPEG/JPG, PNG, GIF, and WebP. Images must be under 10MB in size, and you can share up to 10 images in a single request.

For best results:

  • Use high-resolution images with clear text
  • Provide specific instructions about what you want Kiro to do with the image
  • For complex diagrams, consider providing additional context
Page updated: January 21, 2026
Working with Git
Custom diff tools