# Timer

{% hint style="info" %}
A Timer can help you count up or down and create timed interactions.\
You can use this for quiz, games and more. This will help you measure or limit the time taken by someone to complete a section or the whole experience.
{% endhint %}

### Step 1: Add a Timer&#x20;

You can add a Timer to your experience by clicking on the '**+**' icon in the left bar and selecting ‘Timer’ under 'Gamification section.

<figure><img src="/files/SyfEU9DXYsIvQcQmbRc8" alt=""><figcaption><p>Adding a Timer</p></figcaption></figure>

### Step 2: Adjust the Timer

{% hint style="info" %}
The reliability of the timer element is **increments of 0.25 seconds**. So if you have a rule that says when Timer matches 7.2 seconds, it will probably trigger at 7.25 seconds.
{% endhint %}

The right panel provides different options to customize your timer.

You can switch between count up/count down, control the Minutes/Seconds, Autoplay option, and choose the font and its weight, adjust the placement.

<figure><img src="/files/9vhpYl1CC1ejfHF1fcod" alt=""><figcaption><p>Timer adjustments</p></figcaption></figure>

## Example Experience

Here's a sample experience for a count up timer:

You can add 'Rules' to enable the timer to begin and stop or toggle.

Here are the rules used in the above example experience.&#x20;

{% embed url="<https://rnghud.gmetri.com/timer__1>\_" %}
Timer - Sample experience
{% endembed %}

Below are the set of rules used in the above example:

<figure><img src="/files/wgTXexX58AtWtzxLBEWD" alt=""><figcaption><p>Rules used on Timer</p></figcaption></figure>


---

# 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://docs.gmetri.com/metaverse/build/elements/timer.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.
