Alexa skills might require personal information from the customer to provide relevant information in skill responses or to complete transactions. You can configure your skill to request permission from the customer for specific information. When a user enables your skill, Alexa asks the user to open the Alexa app to grant permission to your skill.
Your skill must handle the following cases:
If your skill requires customer information and the customer doesn't agree to provide it, your skill should provide content that doesn't require personal information or exit gracefully.
To configure your skill to request permissions for customer information, Open your skill in the developer console. Go to the Build page, and scroll down to Permissions on the lower left. Toggle the permission on for the permission that corresponds to the information your skill requires.
The following permissions are available for custom skills:
To avoid gathering unneeded customer information, and to facilitate a better customer experience, only enable a permission if your skill uses that information to improve its responses.
You must use any personal information you request only as permitted by the user and in accordance with your privacy notice and applicable law.