# Common Parameters

The following parameters are shared by all mini-games. They control the overall behavior, repetition, helper text, and optional internal type for each minigame. Individual minigames may have additional unique parameters listed separately.

| Parameter   | Type     | Default             | Description                                                                        |
| ----------- | -------- | ------------------- | ---------------------------------------------------------------------------------- |
| `time`      | int (ms) | Varies per minigame | Time allowed for the minigame.                                                     |
| `startType` | any      | nil                 | [Refer to Mini-Game Modes](/ayccoes-assets/ayc-minigames/tablet-animation-mode.md) |
| `stages`    | int      | 1–4                 | Number of repetitions required.                                                    |
| `guide`     | bool     | false               | Show guide/helper text.                                                            |


---

# 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://ayccoes-assets.gitbook.io/ayccoes-assets/ayc-minigames/common-parameters.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.
