> 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/features/rate-my-app/playmaker/use-cases/use-case-2-manual-ask-for-review.md).

# Manual Ask For Review

## Goal

Let the user manually request the native review prompt from your Settings/About screen.

## Actions Used

* `RateMyAppAskForReview`

## FSM Steps

1. **On “Rate Us” button**: call `RateMyAppAskForReview`.
2. Optionally set `skipConfirmation`:
   * `false`: show your configured confirmation dialog (if enabled)
   * `true`: go straight to the platform prompt request

## Notes

* The OS can still throttle review prompts; this action cannot guarantee that a dialog is shown.
