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

# engineLocation

## Details

**Attribute:** `engine-location`

**Type:** `string`

**Default value:** `""`

## Morphology

```typescript
selphid.engineLocation = '/assets/engine';
```

## Description

Path or CDN from which `facephi-selphid-widget` the engine and associated resources are loaded (including `tokenizerLocation`). If not defined, it inherits `resourcesPath` of `facephi-sdk-provider`. The necessary files are provided by the Facephi team.

### Considerations

The path must be **absolute** or **relative to the origin** of the application (e.g. `/assets/engine`). Relative paths with notation are not allowed `./` or `../`.

***

## Example

```jsx
<facephi-selphid-widget
    engineLocation={'/assets/engine'}
/>
```
