# Point Race

## ![](https://331512196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F83PS3g9zpWmq73xzlwFn%2Fuploads%2FVPbZ1ggAARWvUypYIrgP%2Fimage.png?alt=media\&token=c782fbc0-86ba-4a23-a21c-172e2b3ed033) Game Rules Preset Available

In Point Race a goal can be defined that has to be reached before a timer runs out. Depending on the outcome varying messages can be sent out.

{% hint style="warning" %}
**APPLYING PRESETS TO YOUR EXPERIENCE LOGIC**

Presets will only add rules, variables and messages in and out. To create a fully working game mechanic you also need to add assets with behaviours and components to communicate with the Preset.

[See an example of applying a Ruleset for a **Collect Points** mechanic.](https://docs.sandbox.game/en/creator/game-maker/creative-guides/game-rules-guide/collect-points)
{% endhint %}

### Add a Preset

1. Click Gameplay in the Top Bar and select the Game Rules tab.
2. Click Presets in the Island Menu on the left.
3. Click on a Preset to add it to your grid board.

Visit the [**Game Rules**](https://docs.sandbox.game/en/creator/game-maker/docs/game-rules) page for full documentation, including controls for easy use.

### Rules Included

<div data-full-width="true"><figure><img src="https://331512196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F83PS3g9zpWmq73xzlwFn%2Fuploads%2FSTreGzzHYjlXbQs0Rf67%2Fimage.png?alt=media&#x26;token=73cb81b3-9847-439b-94f6-142e0bce646c" alt=""><figcaption><p>Game Rules Preset - Point Race (click to enlarge)</p></figcaption></figure></div>

## Template Available

<figure><img src="https://331512196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F83PS3g9zpWmq73xzlwFn%2Fuploads%2F8R8xPBfyOec9cI49Gzkz%2Fimage.png?alt=media&#x26;token=be9b78ea-6738-454a-b17f-3b6a063569cc" alt=""><figcaption></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.sandbox.game/en/creator/game-maker/creative-guides/game-rules-guide/point-race.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.
