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

# allowUnknown

## Details

**Attribute:** `allow-unknown`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphid.allowUnknown = true;
```

## Description

Permissive mode that accepts documents with a photograph even if the type is not in the list configured in `facephi-selphid-widget`.

### Considerations

This configuration is only recommended in controlled environments, since it makes it easier to capture any document with an image without filtering by any data.

### Additional information

**Compatibility:** Replaces `allowUnknownDocuments` in earlier versions of SDK Web.

***

## Example

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