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

# initialTip

## Details

**Attribute:** `initial-tip`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphi.initialTip = true;
```

## Description

Activate the previous tip wrapper (`tip-widget`) before starting Face Capture in `facephi-selphi-widget`. Useful for guiding the user on posture, lighting, or framing.

### Additional information

**Recommended property:** use `showPreviousTip` in new integrations.

**Precedence:** if you define `initialTip` and `showPreviousTip` at the same time, wins `showPreviousTip` wins and a precedence warning is emitted in the console.

**Deprecation:** `initialTip` is still operational in this Version, but will be removed in the next major version. Use only `initialTip` issues a deprecation warning in the console.

***

## Example

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