# Find Image Position

This activity is used to find the position of a user-specified image on the screen.

### 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 whose position is to be retrieved.
* **Offset:**\
  The X and Y offset will be added to the middle point of the found image. A positive X value moves to the right, and a positive Y value moves to the bottom. Negative values move to the opposite direction.

### 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

* **Image Position:**\
  Specifies the position of the target image.

###


---

# 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.visualyze.ai/rpa-studio/automation/vision/find-image-position.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.
