# Set Race Lap

You can see the race lap UI in multiplayer mode by following this picture:

<figure><img src="/files/ogPSUjcYI1Rn6QH9p3K5" alt="" width="563"><figcaption><p><em>The Race Lap UI.</em></p></figcaption></figure>

To change new value for race lap, you can follow this way:

* In Unity editor, open Gameplay Multiplayer scene -> select Managers game object -> change new value of *<mark style="background-color:blue;">Num Lap To Complete</mark>* field on Gameplay Network Manager Inspector Window.

<figure><img src="/files/vRc5q0yLytHsvL0804Ej" alt="" width="563"><figcaption><p><em>Gameplay Network Manager Window.</em></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://black-knight.gitbook.io/2d-racing-multiplayer-game-template/set-race-lap.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.
