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

# tutorialModal

## Details

**Attribute:** `tutorial-modal`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphi.tutorialModal = true;
```

## Description

Enables the tutorial in modal mode in `facephi-selphi-widget` instead of in full mode.

***

## Example

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