> For the complete documentation index, see [llms.txt](https://assetstore.essentialkit.voxelbusters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.essentialkit.voxelbusters.com/v2/address-book/faq.md).

# FAQ

## Do we need to manually add the required permissions?

No. Plugin takes care of it. It automatically adds the required permissions in the AndroidManifest and info.plist files on Android and iOS respectively.

## If user deny contacts access permission, How to proceed further?

Explain the reason why your game/app needs the permission before requesting it. If user deny it accidentally, you can let the user manually enable it from settings and you can open the application settings screen with **Utilities.OpenApplicationSettings** method.
