# Setup

## :white\_check\_mark: Enable Feature

Open [Essential Kit Settings](/v2/overview/settings.md) and enable Rate App feature in the inspector.

![Enable Rate App](/files/-MKeKPefSEepfiitgq39)

### Properties

{% tabs %}
{% tab title="Rate My App" %}

#### Confirmation Dialog Settings

Confirmation dialog asks the user if he wants to rate or not. This is an optional setting.

| Name                         | Description                                                                                  |
| ---------------------------- | -------------------------------------------------------------------------------------------- |
| Can Show                     | Enabling this will show a confirmation dialog before showing the actual store review dialog. |
| Prompt Title                 | Title for the confirmation dialog                                                            |
| Prompt Description           | Description for the confirmation dialog                                                      |
| Ok Button Label              | Text for Ok button                                                                           |
| Cancel Button Label          | Text for Cancel button                                                                       |
| Remind Later Button Label    | Text for Reminding later                                                                     |
| Can Show Remind Later Button | Enabling this show Remind later option in the confirmation dialog                            |

#### Default Controller Settings

Settings for controlling when to show the rate dialog

| Name                       | Description                                                                                                                                                                                             |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Initial Prompt Constraints | <p><strong>Min Hours</strong> : Number of hours to elapse for asking the user to rate the app</p><p><strong>Min Launches</strong>: Number of launches to elapse for asking the user to rate the app</p> |
| Repeat Prompt Constraints  | <p><strong>Min Hours :</strong> Number of hours to wait for asking the user to rate the app</p><p><strong>Min Launches :</strong> Number of launches to wait for asking the user to rate the app</p>    |
| {% endtab %}               |                                                                                                                                                                                                         |
| {% endtabs %}              |                                                                                                                                                                                                         |


---

# 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/v2/rate-my-app/setup.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.
