> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Configure Permissions for Your App ## Article: Configure Permissions for Your App ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/configure-permissions-for-your-app.md ## Article Content: # Configure Permissions for Your App This article explains how to identify the required permissions and add them to your app configuration. For more information, see [About Permissions](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions.md).
__Important:__ When your app authenticates on behalf of a Wix user, it takes into account the roles specific to that user, which can influence the permissions granted to your app. Learn more about [user roles](https://support.wix.com/en/article/roles-permissions-overview).
## Step 1 | Identify required permissions To identify which permissions your app requires: 1. Go to the [REST API](https://dev.wix.com/docs/rest.md), [JavaScript SDK](https://dev.wix.com/docs/sdk.md), or [Velo](https://dev.wix.com/docs/velo.md) (for Wix Blocks) reference. 1. Search for the endpoints or methods your app uses. 1. Find the supported permission scopes under **Permission Scopes**: ![Permission scopes in reference](https://wixmp-833713b177cebf373f611808.wixmp.com/images/configure-permissions-md_build-apps-portal_develop-your-app_access_authorization_assets_permission-scopes.png) 1. Select one of the permission scopes listed to include in your app. You can click on a scope to prompt the addition to your app, as described in the next section.
__Warning:__ Only request the permissions your app requires. Apps that request unnecessary permissions aren’t allowed on the app market.
## Step 2 | Add permissions to your app To add permissions to your app: 1. Go to [**Permissions**](https://dev.wix.com/app-selector?title=Select+an+App&primaryButtonText=Select+Site&actionUrl=https%3A%2F%2Fdev.wix.com%2Fapps%2F%7BappId%7D%2Fdev-center-permissions) in your app's dashboard. 1. Click **Add Permissions**. 1. Search or filter for the relevant scope. 1. Select the relevant scopes from the results.
__Tip:__ Keep in mind that some high-level permission scopes, like **Read Stores - All Read Permissions**, encompass multiple other permission scopes, such as **Read Products** and **Read Orders**. Therefore, you don’t need to add the lower scopes separately.
1. Click **Save**. When a site owner installs your app, they’re prompted to approve the specified permissions.