# Migration from One Shot Gesture

On January 1, 2027, the **One Shot** gesture will become unavailable. Please replace it with another gesture:

<table><thead><tr><th width="128"></th><th width="130"></th><th width="187"></th><th></th></tr></thead><tbody><tr><td><strong>Component</strong></td><td><strong>Where to replace</strong></td><td><strong>What to replace</strong></td><td><strong>Replacement</strong></td></tr><tr><td>API</td><td>tag in the request body</td><td><code>video_selfie_oneshot</code></td><td><code>video_selfie_blank</code></td></tr><tr><td>Web SDK</td><td><a data-footnote-ref href="#user-content-fn-1">code</a></td><td><code>video_selfie_best</code></td><td><code>video_selfie_blank</code></td></tr><tr><td>Android SDK</td><td>code</td><td><code>OneShot</code></td><td><code>Blank</code></td></tr><tr><td>iOS SDK</td><td>code</td><td><code>one_shot</code></td><td><code>selfie</code></td></tr></tbody></table>

[^1]: `normal` and `lite` architectures


---

# 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://doc.ozforensics.com/oz-knowledge/guides/developer-guide/migration-guides/migration-from-one-shot-gesture.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.
