# On-Device Liveness

In this section, there's a guide for the integration of the on-device liveness check.

{% content-ref url="/pages/1aa0UeIAmUQi7l3gyzPi" %}
[How to Integrate On-Device Liveness into Your Mobile Application](/oz-knowledge/general/integration-quick-start-guides/on-device-liveness/how-to-integrate-on-device-liveness-into-your-mobile-application.md)
{% endcontent-ref %}

{% hint style="info" %}
We recommend using server-based analyses whenever possible, as on-device ones tend to produce less accurate results.
{% endhint %}


---

# 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/general/integration-quick-start-guides/on-device-liveness.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.
