> For the complete documentation index, see [llms.txt](https://docs.uqudo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/web/ui-customisation/assets-and-images.md).

# Assets & Images

You can set the following assets:

```
{
  logo?: string;
  logoWhite?: string;
  turnOverImageUrl?: string;
  closeSessionIcon?: string;
  closeSessionIconCameraMode?: string;
  addFileIcon?: string;
  hintIcon?: string;
  recordIcon?: string;
  spinnerIcon?: string;
  removeIcon?: string;
  updateIcon?: string;
  okImageUrl?: string;
  cameraIcon?: string;
}
```
