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

# initialTip

## Details

**Attribute:** `initial-tip`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphid.initialTip = true;
```

## Description

Activate the prior-tip wrapper before Document Capture in `facephi-selphid-widget`.

### Additional information

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

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

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

***

## Example

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