# Face Tracking

**These templates** enable interactive 3D models or AR filters to be applied to the user's face in real time. These templates are commonly used in filters, virtual makeup try-ons, and face-based interactions.

<table><thead><tr><th>Template Name	</th><th width="213">Features</th><th>Use Case	</th></tr></thead><tbody><tr><td>Glasses Try-on</td><td>Virtual glasses try-on using face tracking</td><td>Fashion, retail, e-commerce</td></tr><tr><td>Hat Try-on</td><td>Virtual hat try-on using face tracking</td><td>Fashion, retail, e-commerce</td></tr><tr><td>Face Mask Effect</td><td>Apply 3D face mask effects</td><td>Social media, AR filters</td></tr></tbody></table>


---

# 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/templates/face-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.
