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

# retryCurrentSide

## Details

**Attribute:** `retry-current-side`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphid.retryCurrentSide = true;
```

## Description

Allows retrying only the current side of the document without restarting the entire Flow in `facephi-selphid-widget`.

### Additional information

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

***

## Example

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