> 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/propiedades/interactible.md).

# interactible

## Details

**Attribute:** `interactive`

**Type:** `boolean`

**Default value:** `true`

## Morphology

```typescript
selphi.interactible = true;
```

## Description

Controls whether the user must press a button to start capturing in `facephi-selphi-widget` (`true`) or if the Flow starts automatically (`false`).

***

## Example

```jsx
<facephi-selphi-widget
    interactible={true}
/>
```
