> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/automation/vision/image-exists.md).

# Image Exists

Check if an image exists or not.

This activity is used to check if a user-specified image exits on the screen or not.

### Input

* **Accuracy:** [`String Argument`](/getting-started/rpa-studio/arguments.md#types-of-arguments) <mark style="color:red;">`Required`</mark>\
  Specifies a measurement value that determines the level of accuracy of the image to be searched for.
* **Profile:**\
  Specifies the type of Image Detection algorithm to be used. The available options are:
  * `Basic`
  * `Enhanced`
* **Image:** <mark style="color:red;">`Required`</mark>\
  Specifies the file path of the target image to check if it exists or not.

### Configure

* **Mode:**\
  Specifies the mode. The available options are:
  * `Auto` - If selected, the activity will take a screenshot of the topmost window.
  * `TopMostWindow` - If selected, the activity will either use the UI Element Selector or Desktop Area Rectangle to take the screenshot.

### Area Settings

* **UI Element Selector:** [`DesktopElement Argument`](/getting-started/rpa-studio/arguments.md#types-of-arguments)\
  Select a UI Element or Window on the screen. Either the **Desktop Area** or the **UI Element Selector** properties should have input values that specify the area in which the specified image may appear.
* **Desktop Area:**\
  Specify an area (x,y,width,height) in Desktop. Either the **Desktop Area** or the **UI Element Selector** properties should have input values that specify the area in which the specified image may appear. Units in pixels.

### Output

* **Found:** [`Boolean Variable`](/getting-started/rpa-studio/variables/user-defined-variables-1.md#boolean)\
  Specifies a variable name that stores the info about whether the specified image is found or not.

###
