> For the complete documentation index, see [llms.txt](https://apertus.gitbook.io/vr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apertus.gitbook.io/vr/samples/virtual-learning-factory-toolkit-gamification/local-ui.md).

# Local - User Interface

The Local User Interface can be used for testing the resources and the animation on a local machine.

![Local User Interface](/files/-M9KRXJgAsAfXaAIcaHP)

On the bottom-left side of the menu the Information Box contains the properties of the clicked object.\
By the help of the "i" Info Button the Information Box can be toggled (hide/show).

On the left side of the menu the following buttons are available:\
1: File Button for downloading all of the states of the manufacturing cell into a log file on the local machine\
2: Bookmark Button for starting the animation at a bookmarked time\
3: Play Button for starting the animation from the beginning

Right after the Play Button or the Bookmark Button is clicked then the Animation Player Menu will be displayed. &#x20;

![Animation Player Menu](/files/-M9KV4herQsQCpD4RCsD)

The Animation Player Menu contains the well-known buttons to:\
\- Pause\
\- Stop\
\- Fast Forward\
\- Fast Bacward\
\- Jump to the End\
\- Jump to the Begin

On the right side of the menu the Screen Capture Button and the Scree Cast Video Button is placed. By the help of that buttons a picture or a video can be taken and saved into the installation folder.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://apertus.gitbook.io/vr/samples/virtual-learning-factory-toolkit-gamification/local-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
