# Image Tracking

Image tracking is a technology used to identify and follow specific images or objects in real-time, often utilizing computer vision techniques. It’s commonly employed in applications that supports augmented reality (AR), where digital content is overlaid onto the real world based on the detected images.

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

## To create Image Tracking

To create image tracking on SwiftXR, click on [components](/components.md), select 3D then click on image tracking feature in the editor.

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

## Upload your 3D Model

This is the part where you upload 3D model of the object you want to make appear in real time. You can upload your custom 3D model from your device, search Sketchfab 3D store or request a custom [3D model from SwiftXR](/3d-content-creation.md).

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

## Upload your Target Image

This is where you add your target image. This will enable your model to appear in real world once detected by your mobile device visual elements and if it supports AR, you can then view in [Augmented reality. ](/components/augmented-reality-ar.md)

To upload your Target image, go over to the Properties, select Image tracking, click on add image. Upload your image from your device.

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

## Adjust 3D object on Image

This allows you to properly position your 3D model on your image. Click on adjust 3D object on image. In the editor, use the XYZ tabs to move your object forward or backward, downward and upwards and sideways. Click on All to adjust the size of the object. Click on save to save your changes.

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

## Preview and Publish your Project

Click on the drop down icon beside the publish tab to preview your project and view in AR. Place your camera on the image and your model should appear. Once you are satisfied with your placement and position. Go ahead to publish your project.

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


---

# 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://guide.swiftxr.io/components/image-tracking.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.
