> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge/other.md).

# Other

- [FAQ](https://doc.ozforensics.com/oz-knowledge/other/faq.md): Frequently asked questions
- [Media Quality Requirements](https://doc.ozforensics.com/oz-knowledge/other/media-quality-requirements.md)
- [Oz SDK Media Quality Checks](https://doc.ozforensics.com/oz-knowledge/other/oz-sdk-media-quality-checks.md)
- [Media File Size Overview](https://doc.ozforensics.com/oz-knowledge/other/media-file-size-overview.md)
- [Compatibility](https://doc.ozforensics.com/oz-knowledge/other/compatibility.md)
- [Hybrid Liveness](https://doc.ozforensics.com/oz-knowledge/other/hybrid-liveness.md)
- [Tips and Tricks](https://doc.ozforensics.com/oz-knowledge/other/tips-and-tricks.md)
- [Oz Liveness Gestures: Table of Correspondence](https://doc.ozforensics.com/oz-knowledge/other/tips-and-tricks/oz-liveness-gestures-table-of-correspondence.md)
- [Sudo without Password](https://doc.ozforensics.com/oz-knowledge/other/tips-and-tricks/sudo-no-password.md): Instructions for disabling interactive requests for the sudo mode (useful for automatic deployment).
- [Android: Certificate Validation Error](https://doc.ozforensics.com/oz-knowledge/other/tips-and-tricks/android-certificate-validation-error.md)
- [Previous Documentation](https://doc.ozforensics.com/oz-knowledge/other/old-docs.md): As we constantly upgrade our products, the documentation gets updated as well. This section contains the documentation on previous versions of products.
- [Mobile SDK](https://doc.ozforensics.com/oz-knowledge/other/old-docs/mobile-sdk.md)
- [Android](https://doc.ozforensics.com/oz-knowledge/other/old-docs/mobile-sdk/android.md)
- [Interactions with the Oz API Server](https://doc.ozforensics.com/oz-knowledge/other/old-docs/mobile-sdk/android/interactions-with-the-oz-api-server.md)
- [Uploading and Analyzing Media](https://doc.ozforensics.com/oz-knowledge/other/old-docs/mobile-sdk/android/uploading-and-analyzing-media.md)
- [iOS](https://doc.ozforensics.com/oz-knowledge/other/old-docs/mobile-sdk/ios.md)
- [Uploading and Analyzing Media](https://doc.ozforensics.com/oz-knowledge/other/old-docs/mobile-sdk/ios/uploading-and-analyzing-media.md)
- [User Guides](https://doc.ozforensics.com/oz-knowledge/other/old-docs/user-guides.md)
- [Oz Demo Kit](https://doc.ozforensics.com/oz-knowledge/other/old-docs/user-guides/oz-demo-kit.md): How to work with Oz Forensics applications for iOS and Android.
- [Web UI](https://doc.ozforensics.com/oz-knowledge/other/old-docs/user-guides/web-ui.md)
- [Analysis report](https://doc.ozforensics.com/oz-knowledge/other/old-docs/user-guides/web-ui/analysis-report.md)
- [Oz Modules Installation](https://doc.ozforensics.com/oz-knowledge/other/old-docs/oz-modules-installation.md)
- [Standalone Installer](https://doc.ozforensics.com/oz-knowledge/other/old-docs/oz-modules-installation/standalone.md): The usage manual for the standalone installer
- [Oz System Lite](https://doc.ozforensics.com/oz-knowledge/other/old-docs/oz-modules-installation/installation-lite.md): How to install the Liveness Server biometric processor


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.ozforensics.com/oz-knowledge/other.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
