# Web SDK

- [React](https://kycdocv2.faceki.com/web-sdk/react.md): React UI Package for KYC
- [Angular](https://kycdocv2.faceki.com/web-sdk/angular.md): Angular UI Package for KYC
- [HTML](https://kycdocv2.faceki.com/web-sdk/html.md): HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web.
- [Laravel](https://kycdocv2.faceki.com/web-sdk/laravel.md): Laravel is a free, open-source PHP web framework. Intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.


---

# 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://kycdocv2.faceki.com/web-sdk.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.
