# Gate And Ask For Review

## Goal

Check if you’re allowed to show the review prompt, then request it at a good moment.

## Actions Used

* `RateMyAppIsAllowed`
* `RateMyAppAskForReview`

## Variables

* `isAllowed` (Bool) - output from `RateMyAppIsAllowed`

## FSM Steps

1. **GoodMoment** (level complete / success screen): call `RateMyAppIsAllowed`.
2. **If allowed**: call `RateMyAppAskForReview` (set `skipConfirmation` based on your UX).
3. **If not allowed**: do nothing and continue.

## Notes

* “Prompt shown” means the request was made; iOS/Android may throttle review prompts.
* Configure Rate My App constraints in Essential Kit Settings (cooldowns, limits, etc.).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://assetstore.essentialkit.voxelbusters.com/features/rate-my-app/playmaker/use-cases/use-case-1-gate-and-ask-for-review.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
