> For the complete documentation index, see [llms.txt](https://facegsm.gitbook.io/facegsm-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://facegsm.gitbook.io/facegsm-documentation/facegsm/faq.md).

# FAQ

### What feature should I use when I have image file of the attacker and the victim?

You can use the [`static mode`](https://facegsm.gitbook.io/facegsm-documentation/facegsm/static-mode) to perform the attack using the attacker and victim image files.

### What feature should I use when I want to capture the attacker and the victim image?

You can use the [`capture mode`](https://facegsm.gitbook.io/facegsm-documentation/facegsm/capture-mode) to capture the attacker and victim image.

### What feature should I use when I want to supply the input via real-time video feed?

You can use the [`live mode`](https://facegsm.gitbook.io/facegsm-documentation/facegsm/feature/live-mode) to supply the input via real-time video feed.

### What files that should be in my custom face datasets folder?

Your custom face datasets folder should contain the following files:

```bash
your_custom_dataset_folder
├── John.jpg
├── Alice.jpeg
├── Bob.png
├── ...
```
