> For the complete documentation index, see [llms.txt](https://docs.caf.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caf.io/caf-sdk/web-javascript.md).

# WEB (JAVASCRIPT)

- [Standalone Modules](https://docs.caf.io/caf-sdk/web-javascript/getting-started.md): This page presents the first steps for using the latest versions of our JavaScript SDKs.
- [Document Detector](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector.md)
- [Getting started](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/documentdetector.md)
- [SDK builder options](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/sdk-builder-options.md)
- [Analytics](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/sdk-builder-options/analytics.md)
- [Appearance](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/sdk-builder-options/appearance.md)
- [Messages](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/sdk-builder-options/messages.md)
- [SDK methods](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/methods.md)
- [Event listeners](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/sdk-event-listeners.md)
- [Customization](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/customization.md)
- [Release notes](https://docs.caf.io/caf-sdk/web-javascript/getting-started/document-detector/documentdetector-1.md)
- [Face Liveness & Face Authenticator](https://docs.caf.io/caf-sdk/web-javascript/getting-started/face-liveness-and-face-authenticator.md): Enables integration of facial verification into applications, providing a secure and seamless user authentication experience.
- [Smart Auth](https://docs.caf.io/caf-sdk/web-javascript/getting-started/smartauth.md)
- [SDK errors](https://docs.caf.io/caf-sdk/web-javascript/getting-started/smartauth/sdk-errors.md)
- [Customization](https://docs.caf.io/caf-sdk/web-javascript/getting-started/smartauth/customization.md)
- [Release notes](https://docs.caf.io/caf-sdk/web-javascript/getting-started/smartauth/smartauth.md)
- [DocumentDetector (Deprecated)](https://docs.caf.io/caf-sdk/web-javascript/getting-started/documentdetector-deprecated.md)
- [Face Liveness (DEPRECATED)](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceliveness-deprecated.md)
- [Customization](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceliveness-deprecated/customization.md)
- [Release notes](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceliveness-deprecated/faceliveness-deprecated.md)
- [Face Authenticator (DEPRECATED)](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceauthenticator-deprecated.md)
- [Customization](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceauthenticator-deprecated/customization.md)
- [Release notes](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceauthenticator-deprecated/faceauthenticator-deprecated.md)
- [PassiveFaceLiveness (Deprecated)](https://docs.caf.io/caf-sdk/web-javascript/getting-started/passivefaceliveness.md)
- [FaceAuthenticator (Deprecated)](https://docs.caf.io/caf-sdk/web-javascript/getting-started/faceauthenticator-deprecated-1.md)
- [Security](https://docs.caf.io/caf-sdk/web-javascript/security.md)
- [Release notes](https://docs.caf.io/caf-sdk/web-javascript/release-notes.md)
- [DocumentDetector (Deprecated)](https://docs.caf.io/caf-sdk/web-javascript/release-notes/documentdetector-deprecated.md)
- [PassiveFaceLiveness (Deprecated)](https://docs.caf.io/caf-sdk/web-javascript/release-notes/passivefaceliveness.md)
- [FaceAuthenticator (Deprecated)](https://docs.caf.io/caf-sdk/web-javascript/release-notes/faceauthenticator-deprecated.md)


---

# 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://docs.caf.io/caf-sdk/web-javascript.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.
