# Allow Permissions

## **Option 1**

* After creating the passcode, the user uses the passcode for the first time. The app requires the device's permission to use biometrics.&#x20;
* Display a popup request for the app to access biometrics:                                                                               ![](/files/hdw20qP54NrNj0ycrzd6)  ![](/files/gbntyGZ7mJfz2pxoAj0d)
  * If the user allows it, they can use biometrics (Face ID/Fingerprint) for authentication.
  * Otherwise, they can only use a passcode.&#x20;
* Note:
  * Depending on how the device supports security, if the device does not have biometric security, the user can only use the passcode.&#x20;
  * After granting permission, the next time, the user can use biometrics (Face ID/Fingerprint) or a passcode to authenticate.

## Option 2

* Users can access the device's settings to grant permission to the application.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fwallet.net/app-fruits-wallet/security-lock/security-authentication/allow-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
