> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial.md).

# Face Capture - Selphi

The `facephi-selphi-widget` is a key Web component of the Web SDK, designed to handle Facial Recognition processes with advanced functions such as Liveness Detection, video recording, and Customization options. This guide provides a detailed description of its properties and Integration options.

Type: `HTMLFacephiSelphiWidgetElement`

***

### Integration Example

```jsx
<facephi-selphi-widget
  disableTutorial={false}
  onExtractionFinish={handleExtractionFinish}
></facephi-selphi-widget>

```

***

### Configuration

The Selphi Widget Component is configured using JSX or JavaScript properties.

{% content-ref url="/pages/5194d3267d61066090968f0fec0522199a3b9978" %}
[Properties](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades.md)
{% endcontent-ref %}

The custom component will emit events during its lifecycle.

{% content-ref url="/pages/7f1471a7e29a3cf3934785b0535301c31115b8b5" %}
[Events](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/eventos.md)
{% endcontent-ref %}

The Widget style can be customized.

{% content-ref url="/pages/5239db6fb5a45cd62003c6115285a71ab3ab0eb9" %}
[Customization](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/personalizacion.md)
{% endcontent-ref %}

Quick guide on how to work with the results or errors emitted by the Widget.

{% content-ref url="/pages/2bd1c95015d957222c901610309f7c5be653ff37" %}
[Results](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/resultados.md)
{% endcontent-ref %}

***

### Benefits of using Selphi

This solution is designed to:

* Real-time facial verification.
* Onboarding and digital authentication processes.
* Fraud detection and identity impersonation.

***

### When to use Selphi?

* When you need to verify a user's identity using facial biometrics.
* As part of a registration, access, or strengthened validation Flow.
* In combination with other modules such as SelphID for more complete flows.

***

### 🛠️ Related Content

Access the specific technical documentation for Selphi:

* Usage examples
* Module Properties
* Events and callbacks
* Generated results
* Customization and styles
* Best usage practices

***

### Next steps

If you haven't done so yet:

* Review the SDK Installation.
* Configure the SDK Provider correctly.
