# Support tracking identification map

## 1. Understanding of support tracking identification map

The ordinary identification map is only used for recognition. After opening the scene, scan the recognition map. After the program detects the image, it will trigger the presentation of the scene resource, but the displayed content and the scanned image have no real-time position binding effect;

The recognition map that supports tracking only exists in the scene type \[WebAR Scene-Image Detection and Tracking]; after opening the scene, scanning the recognition map, the program will trigger the presentation of the scene resources after the image is detected, and the content presented is consistent with the The scanned image has the effect of real-time location binding.

## 2. Support tracking identification map specification

### 2.1 Author the identification map

1. We recommend that the identification map is as square as possible. If it must be rectangular, we recommend 5:4, 4:3, 3:4, 4:5 and other images that are biased to the square;&#x20;
2. Think as much as possible about the actual material of the scanned identification map when the user experiences the scene you created, such as the reflective material;&#x20;
3. It is recommended to add a circle of white borders to the identification map before uploading the identification map. If possible, it is recommended to have white borders on the printed picture as much as possible, as shown in the following figure:

![](/files/-MF4bK8Ub5I_EMtplTE5)


---

# 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-en.kivicube.com/manual-old/resources-specification/image-tracking/support-tracking-identification-map.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.
