Register key features
A key feature is a function that lets users enter a specific feature directly from a non-game mini app detail page. They go straight to the desired detailed feature without going through the home screen.

Register in the console
1. Go to the 'Key Features' tab in the app launch menu

2. Enter key features
You can register up to 3 key features.

For key features, you must enter both the 'Korean feature name' and the 'English feature name'.
Korean feature name: Within 10 characters, only special characters
:.are allowed, emojis are not allowedEnglish feature name: Within 15 characters, only the first letter capitalized, special characters
:.are allowed, emojis are not allowed
Please write the feature name in accordance with Toss UX writing, using a '~ing' form or a noun.
Examples: 'Check transfer history', 'Make an overseas transfer', 'Check travel booking history'
Please write it so that the mini app service's function is clear. If you only use phrases like 'Check reservation', 'Check history', 'Go to view', or 'Watch', users may not know what service's function it is.
Enter the feature name the user will access directly and the page to move to intoss://pages address.
If the key feature URL does not open normally, it may be rejected.
You can set query parameters.
Once you've entered everything, click 'Request review.' Review may take 1-2 business days.
Check key feature information
You can check the review results in the 'Key Features' tab.
In the 'Key Features' tab, you can register or edit key features separately.
If you add or edit only the key features separately, only the key features will be reviewed, so it may take 1-2 business days.
Even when newly adding or editing an already operating mini app, please make sure it can open the key features normally.

Feature setup by development environment
Webview
Map the router path to the feature address.
Enter the feature address as intoss://{appName}/searchand you can move to that page.
React Native
Uses file-based routing similar to Next.js.
/pages/search.tsx → /search Path mapping → intoss://{appName}/searchRendered when entering
For a detailed structure, Understanding file-based routingplease refer to